#E907E2
A medium, vivid magenta closely aligning with Fuchsia.
About #E907E2
Visually, #E907E2 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(233, 7, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 97% Magenta, 3% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#E907E2
RGB233, 7, 226
HSL301.9°, 94.2%, 47.1%
CMYK0%, 97%, 3%, 9%
HSV301.9°, 97.0%, 91.4%
LAB55.0, 90.3, -53.3
XYZ47.4, 23.0, 73.9
Decimal15271906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E907E2;
}
.text-color {
color: #E907E2;
}
.border-color {
border: 2px solid #E907E2;
}