Shades of Pale Magenta #E882DD
Tints of Pale Magenta #E882DD
RGB
CMYK
RGB Variations
Color information
#E882DD (or 0xE882DD) is known color: Pale Magenta. HEX triplet: E8, 82 and DD. RGB value is (232,130,221). Sum of RGB (Red+Green+Blue) = 232+130+221=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E882DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882DD is #177D22. Grayscale: #AAAAAA. Windows color (decimal): -1539363 or 14516968. OLE color: 14516968.
HSL color Cylindrical-coordinate representation of color #E882DD: hue angle of 306.47º 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 #E882DD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 221 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.09 |
| HSL | 306.47º | 0.69% | 0.71% | - |
| HSV(B) | 306.47º | 0.44% | 0.91% | - |
| XYZ | 54.31 | 38.34 | 72.94 | - |
| YUV | 170.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 221 | 0 | 0.44 | 0.05 | 0.09 | 306.47 | 0.69 | 0.71 |
| Hex | E8 | 82 | DD | 0 | 2C | 5 | 9 | 132 | 45 | 47 |
| Octal | 350 | 202 | 335 | 0 | 54 | 5 | 11 | 462 | 105 | 107 |
| Binary | 11101000 | 10000010 | 11011101 | 0 | 101100 | 101 | 1001 | 100110010 | 1000101 | 1000111 |
Color Harmonies of #E882DD
Complementary color
Monochromatic Colors of #E882DD
Black with #E882DD
Text Example
Text Example
White with #E882DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882DD; }
p { color: rgb(232,130,221); }
H1.HeaderClassName
{
color: #E882DD;
}
.AnyTagClassName
{
color: #E882DD;
}
</style>
background-color css
<style>
a { background-color: #E882DD; }
a { background-color: rgb(232,130,221); }
div.DivClassName
{
background-color: #E882DD;
}
.BgClassName
{
background-color: #E882DD;
}
</style>
border-color css
<style>
span { border-color: #E882DD; }
span { border-color: rgb(232,130,221); }
td.TdClassName
{
border-color: #E882DD;
}
.TagClassName
{
border-color: #E882DD;
}
</style>