Shades of Deep Pink #E80981
Tints of Deep Pink #E80981
RGB
CMYK
RGB Variations
Color information
#E80981 (or 0xE80981) is known color: Deep Pink. HEX triplet: E8, 09 and 81. RGB value is (232,9,129). Sum of RGB (Red+Green+Blue) = 232+9+129=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E80981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80981 is #17F67E. Grayscale: #595959. Windows color (decimal): -1570431 or 8456680. OLE color: 8456680.
HSL color Cylindrical-coordinate representation of color #E80981: hue angle of 327.71º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80981 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.09 |
| HSL | 327.71º | 0.93% | 0.47% | - |
| HSV(B) | 327.71º | 0.96% | 0.91% | - |
| XYZ | 37.34 | 18.94 | 22.46 | - |
| YUV | 89.36 | 150.38 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 129 | 0 | 0.96 | 0.44 | 0.09 | 327.71 | 0.93 | 0.47 |
| Hex | E8 | 9 | 81 | 0 | 60 | 2C | 9 | 148 | 5D | 2F |
| Octal | 350 | 11 | 201 | 0 | 140 | 54 | 11 | 510 | 135 | 57 |
| Binary | 11101000 | 1001 | 10000001 | 0 | 1100000 | 101100 | 1001 | 101001000 | 1011101 | 101111 |
Color Harmonies of #E80981
Complementary color
Monochromatic Colors of #E80981
Black with #E80981
Text Example
Text Example
White with #E80981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80981; }
p { color: rgb(232,9,129); }
H1.HeaderClassName
{
color: #E80981;
}
.AnyTagClassName
{
color: #E80981;
}
</style>
background-color css
<style>
a { background-color: #E80981; }
a { background-color: rgb(232,9,129); }
div.DivClassName
{
background-color: #E80981;
}
.BgClassName
{
background-color: #E80981;
}
</style>
border-color css
<style>
span { border-color: #E80981; }
span { border-color: rgb(232,9,129); }
td.TdClassName
{
border-color: #E80981;
}
.TagClassName
{
border-color: #E80981;
}
</style>