#E90742
A medium, vivid magenta closely aligning with Crimson.
About #E90742
The hex code #E90742 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 233 red, 7 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 97% Magenta, 72% Yellow, and 9% Black. With a hue angle of 344.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E90742
RGB233, 7, 66
HSL344.3°, 94.2%, 47.1%
CMYK0%, 97%, 72%, 9%
HSV344.3°, 97.0%, 91.4%
LAB49.3, 75.6, 33.4
XYZ34.7, 17.9, 6.8
Decimal15271746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.57:1
Text on #000000
AA
4.39:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90742;
}
.text-color {
color: #E90742;
}
.border-color {
border: 2px solid #E90742;
}