#E94966
A light, vivid red closely aligning with Crimson.
About #E94966
When working with digital screens, the color #E94966 is rendered by mixing light. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(233, 73, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 69% magenta, 56% yellow, and 9% black. With a hue angle of 349.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E94966
RGB233, 73, 102
HSL349.1°, 78.4%, 60.0%
CMYK0%, 69%, 56%, 9%
HSV349.1°, 68.7%, 91.4%
LAB55.1, 63.0, 19.3
XYZ38.4, 23.0, 15.0
Decimal15288678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E94966;
}
.text-color {
color: #E94966;
}
.border-color {
border: 2px solid #E94966;
}