#E2005F
A medium, vivid magenta closely aligning with Crimson.
About #E2005F
At its core, #E2005F is a medium and vivid hue. Its closest recognized web color is Crimson. In the RGB color space, it consists of 226 red, 0 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 58% yellow, and 11% black. The HSL representation is 334.8° hue, 100.0% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2005F
RGB226, 0, 95
HSL334.8°, 100.0%, 44.3%
CMYK0%, 100%, 58%, 11%
HSV334.8°, 100.0%, 88.6%
LAB48.3, 76.0, 14.0
XYZ33.4, 17.0, 12.3
Decimal14811231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2005F;
}
.text-color {
color: #E2005F;
}
.border-color {
border: 2px solid #E2005F;
}