#EE4756
A light, vivid red closely aligning with Crimson.
About #EE4756
Visually, #EE4756 is defined as a vivid red. Its closest recognized web color is Crimson. In the RGB color space, it consists of 238 red, 71 green, and 86 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 70% Magenta, 64% Yellow, and 7% Black. With a hue angle of 354.6 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#EE4756
RGB238, 71, 86
HSL354.6°, 83.1%, 60.6%
CMYK0%, 70%, 64%, 7%
HSV354.6°, 70.2%, 93.3%
LAB55.4, 64.2, 29.3
XYZ39.2, 23.4, 11.2
Decimal15615830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #EE4756;
}
.text-color {
color: #EE4756;
}
.border-color {
border: 2px solid #EE4756;
}