Shades of Pale Magenta #E886DD
Tints of Pale Magenta #E886DD
RGB
CMYK
RGB Variations
Color information
#E886DD (or 0xE886DD) is known color: Pale Magenta. HEX triplet: E8, 86 and DD. RGB value is (232,134,221). Sum of RGB (Red+Green+Blue) = 232+134+221=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E886DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886DD is #177922. Grayscale: #ACACAC. Windows color (decimal): -1538339 or 14517992. OLE color: 14517992.
HSL color Cylindrical-coordinate representation of color #E886DD: hue angle of 306.73º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E886DD is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 221 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.09 |
| HSL | 306.73º | 0.68% | 0.72% | - |
| HSV(B) | 306.73º | 0.42% | 0.91% | - |
| XYZ | 54.85 | 39.43 | 73.13 | - |
| YUV | 173.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 221 | 0 | 0.42 | 0.05 | 0.09 | 306.73 | 0.68 | 0.72 |
| Hex | E8 | 86 | DD | 0 | 2A | 5 | 9 | 133 | 44 | 48 |
| Octal | 350 | 206 | 335 | 0 | 52 | 5 | 11 | 463 | 104 | 110 |
| Binary | 11101000 | 10000110 | 11011101 | 0 | 101010 | 101 | 1001 | 100110011 | 1000100 | 1001000 |
Color Harmonies of #E886DD
Complementary color
Monochromatic Colors of #E886DD
Black with #E886DD
Text Example
Text Example
White with #E886DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886DD; }
p { color: rgb(232,134,221); }
H1.HeaderClassName
{
color: #E886DD;
}
.AnyTagClassName
{
color: #E886DD;
}
</style>
background-color css
<style>
a { background-color: #E886DD; }
a { background-color: rgb(232,134,221); }
div.DivClassName
{
background-color: #E886DD;
}
.BgClassName
{
background-color: #E886DD;
}
</style>
border-color css
<style>
span { border-color: #E886DD; }
span { border-color: rgb(232,134,221); }
td.TdClassName
{
border-color: #E886DD;
}
.TagClassName
{
border-color: #E886DD;
}
</style>