Shades of Pale Magenta #E881DD
Tints of Pale Magenta #E881DD
RGB
CMYK
RGB Variations
Color information
#E881DD (or 0xE881DD) is known color: Pale Magenta. HEX triplet: E8, 81 and DD. RGB value is (232,129,221). Sum of RGB (Red+Green+Blue) = 232+129+221=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E881DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881DD is #177E22. Grayscale: #AAAAAA. Windows color (decimal): -1539619 or 14516712. OLE color: 14516712.
HSL color Cylindrical-coordinate representation of color #E881DD: hue angle of 306.41º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E881DD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 221 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.09 |
| HSL | 306.41º | 0.69% | 0.71% | - |
| HSV(B) | 306.41º | 0.44% | 0.91% | - |
| XYZ | 54.18 | 38.08 | 72.9 | - |
| YUV | 170.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 221 | 0 | 0.44 | 0.05 | 0.09 | 306.41 | 0.69 | 0.71 |
| Hex | E8 | 81 | DD | 0 | 2C | 5 | 9 | 132 | 45 | 47 |
| Octal | 350 | 201 | 335 | 0 | 54 | 5 | 11 | 462 | 105 | 107 |
| Binary | 11101000 | 10000001 | 11011101 | 0 | 101100 | 101 | 1001 | 100110010 | 1000101 | 1000111 |
Color Harmonies of #E881DD
Complementary color
Monochromatic Colors of #E881DD
Black with #E881DD
Text Example
Text Example
White with #E881DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E881DD; }
p { color: rgb(232,129,221); }
H1.HeaderClassName
{
color: #E881DD;
}
.AnyTagClassName
{
color: #E881DD;
}
</style>
background-color css
<style>
a { background-color: #E881DD; }
a { background-color: rgb(232,129,221); }
div.DivClassName
{
background-color: #E881DD;
}
.BgClassName
{
background-color: #E881DD;
}
</style>
border-color css
<style>
span { border-color: #E881DD; }
span { border-color: rgb(232,129,221); }
td.TdClassName
{
border-color: #E881DD;
}
.TagClassName
{
border-color: #E881DD;
}
</style>