#E949A8
A light, vivid magenta closely aligning with Hotpink.
About #E949A8
When working with digital screens, the color #E949A8 is rendered by mixing light. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(233, 73, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 69% Magenta, 28% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E949A8
RGB233, 73, 168
HSL324.4°, 78.4%, 60.0%
CMYK0%, 69%, 28%, 9%
HSV324.4°, 68.7%, 91.4%
LAB57.0, 69.4, -16.9
XYZ43.1, 24.9, 39.6
Decimal15288744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.98:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E949A8;
}
.text-color {
color: #E949A8;
}
.border-color {
border: 2px solid #E949A8;
}