#E92483
A medium, vivid magenta closely aligning with Deeppink.
About #E92483
At its core, #E92483 is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 233 red, 36 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 85% Magenta, 44% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E92483
RGB233, 36, 131
HSL331.1°, 81.7%, 52.7%
CMYK0%, 85%, 44%, 9%
HSV331.1°, 84.5%, 91.4%
LAB52.1, 75.9, -2.3
XYZ38.3, 20.2, 23.4
Decimal15279235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E92483;
}
.text-color {
color: #E92483;
}
.border-color {
border: 2px solid #E92483;
}