#E216DB
A medium, vivid magenta closely aligning with Fuchsia.
About #E216DB
When working with digital screens, the color #E216DB is rendered by mixing light. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 226 red, 22 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 90% magenta, 3% yellow, and 11% black. The HSL representation is 302.1° hue, 82.3% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E216DB
RGB226, 22, 219
HSL302.1°, 82.3%, 48.6%
CMYK0%, 90%, 3%, 11%
HSV302.1°, 90.3%, 88.6%
LAB53.9, 86.9, -51.2
XYZ44.4, 21.9, 68.9
Decimal14816987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E216DB;
}
.text-color {
color: #E216DB;
}
.border-color {
border: 2px solid #E216DB;
}