#E90F50
A medium, vivid magenta closely aligning with Crimson.
About #E90F50
The precise color #E90F50 is an excellent choice for modern design projects. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(233, 15, 80).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 94% Magenta, 66% Yellow, and 9% Black. The HSL representation is 342.1° hue, 87.9% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E90F50
RGB233, 15, 80
HSL342.1°, 87.9%, 48.6%
CMYK0%, 94%, 66%, 9%
HSV342.1°, 93.6%, 91.4%
LAB49.8, 75.6, 25.5
XYZ35.2, 18.2, 9.3
Decimal15273808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F50;
}
.text-color {
color: #E90F50;
}
.border-color {
border: 2px solid #E90F50;
}