#E9008A
A medium, vivid magenta closely aligning with Deeppink.
About #E9008A
The hex code #E9008A represents a beautifully specific shade of magenta. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 233 red, 0 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 41% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9008A
RGB233, 0, 138
HSL324.5°, 100.0%, 45.7%
CMYK0%, 100%, 41%, 9%
HSV324.5°, 100.0%, 91.4%
LAB50.9, 80.7, -8.4
XYZ38.2, 19.2, 25.7
Decimal15270026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E9008A;
}
.text-color {
color: #E9008A;
}
.border-color {
border: 2px solid #E9008A;
}