#E90F99
A medium, vivid magenta closely aligning with Deeppink.
About #E90F99
The hex code #E90F99 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 233 red, 15 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 94% M, 34% Y, and 9% K. The HSL representation is 322.0° hue, 87.9% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E90F99
RGB233, 15, 153
HSL322.0°, 87.9%, 48.6%
CMYK0%, 94%, 34%, 9%
HSV322.0°, 93.6%, 91.4%
LAB51.8, 81.0, -16.0
XYZ39.5, 20.0, 31.9
Decimal15273881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F99;
}
.text-color {
color: #E90F99;
}
.border-color {
border: 2px solid #E90F99;
}