#E907D3
A medium, vivid magenta closely aligning with Fuchsia.
About #E907D3
At its core, #E907D3 is a medium and vivid hue. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(233, 7, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 9% yellow, and 9% black. The HSL representation is 305.8° hue, 94.2% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#E907D3
RGB233, 7, 211
HSL305.8°, 94.2%, 47.1%
CMYK0%, 97%, 9%, 9%
HSV305.8°, 97.0%, 91.4%
LAB54.2, 88.3, -46.0
XYZ45.4, 22.2, 63.5
Decimal15271891
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: #E907D3;
}
.text-color {
color: #E907D3;
}
.border-color {
border: 2px solid #E907D3;
}