Shades of Pale Magenta #E97FD2
Tints of Pale Magenta #E97FD2
RGB
CMYK
RGB Variations
Color information
#E97FD2 (or 0xE97FD2) is known color: Pale Magenta. HEX triplet: E9, 7F and D2. RGB value is (233,127,210). Sum of RGB (Red+Green+Blue) = 233+127+210=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FD2 is #16802D. Grayscale: #A7A7A7. Windows color (decimal): -1474606 or 13795305. OLE color: 13795305.
HSL color Cylindrical-coordinate representation of color #E97FD2: hue angle of 313.02º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FD2 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 210 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.09 |
| HSL | 313.02º | 0.71% | 0.71% | - |
| HSV(B) | 313.02º | 0.45% | 0.91% | - |
| XYZ | 52.83 | 37.16 | 65.36 | - |
| YUV | 168.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 210 | 0 | 0.45 | 0.10 | 0.09 | 313.02 | 0.71 | 0.71 |
| Hex | E9 | 7F | D2 | 0 | 2D | A | 9 | 139 | 47 | 47 |
| Octal | 351 | 177 | 322 | 0 | 55 | 12 | 11 | 471 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11010010 | 0 | 101101 | 1010 | 1001 | 100111001 | 1000111 | 1000111 |
Color Harmonies of #E97FD2
Complementary color
Monochromatic Colors of #E97FD2
Black with #E97FD2
Text Example
Text Example
White with #E97FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FD2; }
p { color: rgb(233,127,210); }
H1.HeaderClassName
{
color: #E97FD2;
}
.AnyTagClassName
{
color: #E97FD2;
}
</style>
background-color css
<style>
a { background-color: #E97FD2; }
a { background-color: rgb(233,127,210); }
div.DivClassName
{
background-color: #E97FD2;
}
.BgClassName
{
background-color: #E97FD2;
}
</style>
border-color css
<style>
span { border-color: #E97FD2; }
span { border-color: rgb(233,127,210); }
td.TdClassName
{
border-color: #E97FD2;
}
.TagClassName
{
border-color: #E97FD2;
}
</style>