#E9075F
A medium, vivid magenta closely aligning with Crimson.
About #E9075F
When working with digital screens, the color #E9075F is rendered by mixing light. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(233, 7, 95).
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 97% magenta inks. With a hue angle of 336.6 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#E9075F
RGB233, 7, 95
HSL336.6°, 94.2%, 47.1%
CMYK0%, 97%, 59%, 9%
HSV336.6°, 97.0%, 91.4%
LAB49.9, 77.0, 16.4
XYZ35.7, 18.3, 12.5
Decimal15271775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E9075F;
}
.text-color {
color: #E9075F;
}
.border-color {
border: 2px solid #E9075F;
}