Shades of Pale Magenta #E87FD8
Tints of Pale Magenta #E87FD8
RGB
CMYK
RGB Variations
Color information
#E87FD8 (or 0xE87FD8) is known color: Pale Magenta. HEX triplet: E8, 7F and D8. RGB value is (232,127,216). Sum of RGB (Red+Green+Blue) = 232+127+216=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FD8 is #178027. Grayscale: #A8A8A8. Windows color (decimal): -1540136 or 14188520. OLE color: 14188520.
HSL color Cylindrical-coordinate representation of color #E87FD8: hue angle of 309.14º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87FD8 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 216 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.09 |
| HSL | 309.14º | 0.7% | 0.7% | - |
| HSV(B) | 309.14º | 0.45% | 0.91% | - |
| XYZ | 53.26 | 37.29 | 69.36 | - |
| YUV | 168.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 216 | 0 | 0.45 | 0.07 | 0.09 | 309.14 | 0.7 | 0.7 |
| Hex | E8 | 7F | D8 | 0 | 2D | 7 | 9 | 135 | 46 | 46 |
| Octal | 350 | 177 | 330 | 0 | 55 | 7 | 11 | 465 | 106 | 106 |
| Binary | 11101000 | 1111111 | 11011000 | 0 | 101101 | 111 | 1001 | 100110101 | 1000110 | 1000110 |
Color Harmonies of #E87FD8
Complementary color
Monochromatic Colors of #E87FD8
Black with #E87FD8
Text Example
Text Example
White with #E87FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87FD8; }
p { color: rgb(232,127,216); }
H1.HeaderClassName
{
color: #E87FD8;
}
.AnyTagClassName
{
color: #E87FD8;
}
</style>
background-color css
<style>
a { background-color: #E87FD8; }
a { background-color: rgb(232,127,216); }
div.DivClassName
{
background-color: #E87FD8;
}
.BgClassName
{
background-color: #E87FD8;
}
</style>
border-color css
<style>
span { border-color: #E87FD8; }
span { border-color: rgb(232,127,216); }
td.TdClassName
{
border-color: #E87FD8;
}
.TagClassName
{
border-color: #E87FD8;
}
</style>