#E90099
A medium, vivid magenta closely aligning with Deeppink.
About #E90099
Visually, #E90099 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 233 red, 0 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 34% Y, and 9% K. The HSL representation is 320.6° hue, 100.0% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E90099
RGB233, 0, 153
HSL320.6°, 100.0%, 45.7%
CMYK0%, 100%, 34%, 9%
HSV320.6°, 100.0%, 91.4%
LAB51.4, 82.1, -16.5
XYZ39.4, 19.6, 31.9
Decimal15270041
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90099;
}
.text-color {
color: #E90099;
}
.border-color {
border: 2px solid #E90099;
}