#E275AF
A light, moderate magenta closely aligning with Palevioletred.
About #E275AF
When working with digital screens, the color #E275AF is rendered by mixing light. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(226, 117, 175).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 48% magenta, 23% yellow, and 11% black. With a hue angle of 328.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E275AF
RGB226, 117, 175
HSL328.1°, 65.3%, 67.3%
CMYK0%, 48%, 23%, 11%
HSV328.1°, 48.2%, 88.6%
LAB63.3, 49.1, -11.5
XYZ45.5, 32.0, 44.3
Decimal14841263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E275AF;
}
.text-color {
color: #E275AF;
}
.border-color {
border: 2px solid #E275AF;
}