Shades of Pale Magenta #E881DC
Tints of Pale Magenta #E881DC
RGB
CMYK
RGB Variations
Color information
#E881DC (or 0xE881DC) is known color: Pale Magenta. HEX triplet: E8, 81 and DC. RGB value is (232,129,220). Sum of RGB (Red+Green+Blue) = 232+129+220=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E881DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881DC is #177E23. Grayscale: #A9A9A9. Windows color (decimal): -1539620 or 14451176. OLE color: 14451176.
HSL color Cylindrical-coordinate representation of color #E881DC: hue angle of 306.99º 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 #E881DC is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 220 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.09 |
| HSL | 306.99º | 0.69% | 0.71% | - |
| HSV(B) | 306.99º | 0.44% | 0.91% | - |
| XYZ | 54.05 | 38.02 | 72.2 | - |
| YUV | 170.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 220 | 0 | 0.44 | 0.05 | 0.09 | 306.99 | 0.69 | 0.71 |
| Hex | E8 | 81 | DC | 0 | 2C | 5 | 9 | 133 | 45 | 47 |
| Octal | 350 | 201 | 334 | 0 | 54 | 5 | 11 | 463 | 105 | 107 |
| Binary | 11101000 | 10000001 | 11011100 | 0 | 101100 | 101 | 1001 | 100110011 | 1000101 | 1000111 |
Color Harmonies of #E881DC
Complementary color
Monochromatic Colors of #E881DC
Black with #E881DC
Text Example
Text Example
White with #E881DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E881DC; }
p { color: rgb(232,129,220); }
H1.HeaderClassName
{
color: #E881DC;
}
.AnyTagClassName
{
color: #E881DC;
}
</style>
background-color css
<style>
a { background-color: #E881DC; }
a { background-color: rgb(232,129,220); }
div.DivClassName
{
background-color: #E881DC;
}
.BgClassName
{
background-color: #E881DC;
}
</style>
border-color css
<style>
span { border-color: #E881DC; }
span { border-color: rgb(232,129,220); }
td.TdClassName
{
border-color: #E881DC;
}
.TagClassName
{
border-color: #E881DC;
}
</style>