#E9005F
A medium, vivid magenta closely aligning with Crimson.
About #E9005F
When working with digital screens, the color #E9005F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(233, 0, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 59% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9005F
RGB233, 0, 95
HSL335.5°, 100.0%, 45.7%
CMYK0%, 100%, 59%, 9%
HSV335.5°, 100.0%, 91.4%
LAB49.7, 77.6, 16.2
XYZ35.7, 18.1, 12.4
Decimal15269983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E9005F;
}
.text-color {
color: #E9005F;
}
.border-color {
border: 2px solid #E9005F;
}