#E2008A
A medium, vivid magenta closely aligning with Deeppink.
About #E2008A
The precise color #E2008A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 226 parts red, 0 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 39% Yellow, and 11% Black. With a hue angle of 323.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E2008A
RGB226, 0, 138
HSL323.4°, 100.0%, 44.3%
CMYK0%, 100%, 39%, 11%
HSV323.4°, 100.0%, 88.6%
LAB49.5, 79.3, -10.5
XYZ36.0, 18.0, 25.6
Decimal14811274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2008A;
}
.text-color {
color: #E2008A;
}
.border-color {
border: 2px solid #E2008A;
}