#E2335F
A medium, vivid magenta closely aligning with Crimson.
About #E2335F
At its core, #E2335F is a medium and vivid hue. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(226, 51, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 77% magenta, 58% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2335F
RGB226, 51, 95
HSL344.9°, 75.1%, 54.3%
CMYK0%, 77%, 58%, 11%
HSV344.9°, 77.4%, 88.6%
LAB51.1, 67.8, 17.9
XYZ34.6, 19.4, 12.7
Decimal14824287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2335F;
}
.text-color {
color: #E2335F;
}
.border-color {
border: 2px solid #E2335F;
}