#E25FB6
A light, moderate magenta closely aligning with Hotpink.
About #E25FB6
The hex code #E25FB6 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 95, and 182.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 58% Magenta, 19% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E25FB6
RGB226, 95, 182
HSL320.2°, 69.3%, 62.9%
CMYK0%, 58%, 19%, 11%
HSV320.2°, 58.0%, 88.6%
LAB59.6, 60.4, -21.0
XYZ43.9, 27.7, 47.3
Decimal14835638
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25FB6;
}
.text-color {
color: #E25FB6;
}
.border-color {
border: 2px solid #E25FB6;
}