Shades of Pale Magenta #E88CD1
Tints of Pale Magenta #E88CD1
RGB
CMYK
RGB Variations
Color information
#E88CD1 (or 0xE88CD1) is known color: Pale Magenta. HEX triplet: E8, 8C and D1. RGB value is (232,140,209). Sum of RGB (Red+Green+Blue) = 232+140+209=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CD1 is #17732E. Grayscale: #AFAFAF. Windows color (decimal): -1536815 or 13733096. OLE color: 13733096.
HSL color Cylindrical-coordinate representation of color #E88CD1: hue angle of 315º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CD1 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 209 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.09 |
| HSL | 315º | 0.67% | 0.73% | - |
| HSV(B) | 315º | 0.4% | 0.91% | - |
| XYZ | 54.17 | 40.52 | 65.29 | - |
| YUV | 175.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 209 | 0 | 0.40 | 0.10 | 0.09 | 315 | 0.67 | 0.73 |
| Hex | E8 | 8C | D1 | 0 | 28 | A | 9 | 13B | 43 | 49 |
| Octal | 350 | 214 | 321 | 0 | 50 | 12 | 11 | 473 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11010001 | 0 | 101000 | 1010 | 1001 | 100111011 | 1000011 | 1001001 |
Color Harmonies of #E88CD1
Complementary color
Monochromatic Colors of #E88CD1
Black with #E88CD1
Text Example
Text Example
White with #E88CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CD1; }
p { color: rgb(232,140,209); }
H1.HeaderClassName
{
color: #E88CD1;
}
.AnyTagClassName
{
color: #E88CD1;
}
</style>
background-color css
<style>
a { background-color: #E88CD1; }
a { background-color: rgb(232,140,209); }
div.DivClassName
{
background-color: #E88CD1;
}
.BgClassName
{
background-color: #E88CD1;
}
</style>
border-color css
<style>
span { border-color: #E88CD1; }
span { border-color: rgb(232,140,209); }
td.TdClassName
{
border-color: #E88CD1;
}
.TagClassName
{
border-color: #E88CD1;
}
</style>