Shades of Pale Magenta #E886D9
Tints of Pale Magenta #E886D9
RGB
CMYK
RGB Variations
Color information
#E886D9 (or 0xE886D9) is known color: Pale Magenta. HEX triplet: E8, 86 and D9. RGB value is (232,134,217). Sum of RGB (Red+Green+Blue) = 232+134+217=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E886D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886D9 is #177926. Grayscale: #ACACAC. Windows color (decimal): -1538343 or 14255848. OLE color: 14255848.
HSL color Cylindrical-coordinate representation of color #E886D9: hue angle of 309.18º 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 #E886D9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 217 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.09 |
| HSL | 309.18º | 0.68% | 0.72% | - |
| HSV(B) | 309.18º | 0.42% | 0.91% | - |
| XYZ | 54.33 | 39.22 | 70.35 | - |
| YUV | 172.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 217 | 0 | 0.42 | 0.06 | 0.09 | 309.18 | 0.68 | 0.72 |
| Hex | E8 | 86 | D9 | 0 | 2A | 6 | 9 | 135 | 44 | 48 |
| Octal | 350 | 206 | 331 | 0 | 52 | 6 | 11 | 465 | 104 | 110 |
| Binary | 11101000 | 10000110 | 11011001 | 0 | 101010 | 110 | 1001 | 100110101 | 1000100 | 1001000 |
Color Harmonies of #E886D9
Complementary color
Monochromatic Colors of #E886D9
Black with #E886D9
Text Example
Text Example
White with #E886D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886D9; }
p { color: rgb(232,134,217); }
H1.HeaderClassName
{
color: #E886D9;
}
.AnyTagClassName
{
color: #E886D9;
}
</style>
background-color css
<style>
a { background-color: #E886D9; }
a { background-color: rgb(232,134,217); }
div.DivClassName
{
background-color: #E886D9;
}
.BgClassName
{
background-color: #E886D9;
}
</style>
border-color css
<style>
span { border-color: #E886D9; }
span { border-color: rgb(232,134,217); }
td.TdClassName
{
border-color: #E886D9;
}
.TagClassName
{
border-color: #E886D9;
}
</style>