#E266A8
A light, moderate magenta closely aligning with Hotpink.
About #E266A8
The hex code #E266A8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 102, and 168.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 55% M, 26% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E266A8
RGB226, 102, 168
HSL328.1°, 68.1%, 64.3%
CMYK0%, 55%, 26%, 11%
HSV328.1°, 54.9%, 88.6%
LAB60.3, 55.3, -11.9
XYZ43.2, 28.5, 40.3
Decimal14837416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E266A8;
}
.text-color {
color: #E266A8;
}
.border-color {
border: 2px solid #E266A8;
}