#E94266
A medium, vivid red closely aligning with Crimson.
About #E94266
When working with digital screens, the color #E94266 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 233 parts red, 66 parts green, and 102 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 72% Magenta, 56% Yellow, and 9% Black. The HSL representation is 347.1° hue, 79.1% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#E94266
RGB233, 66, 102
HSL347.1°, 79.1%, 58.6%
CMYK0%, 72%, 56%, 9%
HSV347.1°, 71.7%, 91.4%
LAB54.2, 65.5, 18.1
XYZ38.0, 22.2, 14.9
Decimal15286886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E94266;
}
.text-color {
color: #E94266;
}
.border-color {
border: 2px solid #E94266;
}