Shades of Pale Magenta #E981DD
Tints of Pale Magenta #E981DD
RGB
CMYK
RGB Variations
Color information
#E981DD (or 0xE981DD) is known color: Pale Magenta. HEX triplet: E9, 81 and DD. RGB value is (233,129,221). Sum of RGB (Red+Green+Blue) = 233+129+221=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E981DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981DD is #167E22. Grayscale: #AAAAAA. Windows color (decimal): -1474083 or 14516713. OLE color: 14516713.
HSL color Cylindrical-coordinate representation of color #E981DD: hue angle of 306.92º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981DD is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 221 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.09 |
| HSL | 306.92º | 0.7% | 0.71% | - |
| HSV(B) | 306.92º | 0.45% | 0.91% | - |
| XYZ | 54.51 | 38.24 | 72.92 | - |
| YUV | 170.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 221 | 0 | 0.45 | 0.05 | 0.09 | 306.92 | 0.7 | 0.71 |
| Hex | E9 | 81 | DD | 0 | 2D | 5 | 9 | 133 | 46 | 47 |
| Octal | 351 | 201 | 335 | 0 | 55 | 5 | 11 | 463 | 106 | 107 |
| Binary | 11101001 | 10000001 | 11011101 | 0 | 101101 | 101 | 1001 | 100110011 | 1000110 | 1000111 |
Color Harmonies of #E981DD
Complementary color
Monochromatic Colors of #E981DD
Black with #E981DD
Text Example
Text Example
White with #E981DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E981DD; }
p { color: rgb(233,129,221); }
H1.HeaderClassName
{
color: #E981DD;
}
.AnyTagClassName
{
color: #E981DD;
}
</style>
background-color css
<style>
a { background-color: #E981DD; }
a { background-color: rgb(233,129,221); }
div.DivClassName
{
background-color: #E981DD;
}
.BgClassName
{
background-color: #E981DD;
}
</style>
border-color css
<style>
span { border-color: #E981DD; }
span { border-color: rgb(233,129,221); }
td.TdClassName
{
border-color: #E981DD;
}
.TagClassName
{
border-color: #E981DD;
}
</style>