Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Magenta | E4589E | #E4589E | 228, 88, 158 | 89.41, 34.51, 61.96 | 0, 61.4, 30.7, 10.59 | 330, 61.40350877193, 89.411764705882 |
Color #e4589e is Magenta. In RGB: 89.41, 34.51, 61.96. In CMYK: 0, 61.4, 30.7, 10.59.
div { background: #e4589e; color: #000; }
div { background: #e4589e; color: #fff; }
div { background: linear-gradient(to bottom, #C63B84 0%, #FF74B9 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF74B9 0%, #C63B84 100%); color: #000; }
div { background: linear-gradient(to bottom, #C63B84 0%, #FF74B9 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF74B9 0%, #C63B84 100%); color: #fff; }
div { border: 1px solid #e4589e; }
div { border: 5px solid #e4589e; }
div { border: 1px dashed #e4589e; }
div { border: 5px dashed #e4589e; }
div { border: 1px dotted #e4589e; }
div { border: 5px dotted #e4589e; }