#E9007C
A medium, vivid magenta closely aligning with Deeppink.
About #E9007C
At its core, #E9007C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 233 parts red, 0 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 328.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9007C
RGB233, 0, 124
HSL328.1°, 100.0%, 45.7%
CMYK0%, 100%, 47%, 9%
HSV328.1°, 100.0%, 91.4%
LAB50.4, 79.6, -0.5
XYZ37.2, 18.8, 20.7
Decimal15270012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E9007C;
}
.text-color {
color: #E9007C;
}
.border-color {
border: 2px solid #E9007C;
}