Shades of Deep Pink #E80880
Tints of Deep Pink #E80880
RGB
CMYK
RGB Variations
Color information
#E80880 (or 0xE80880) is known color: Deep Pink. HEX triplet: E8, 08 and 80. RGB value is (232,8,128). Sum of RGB (Red+Green+Blue) = 232+8+128=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80880 is #17F77F. Grayscale: #585858. Windows color (decimal): -1570688 or 8390888. OLE color: 8390888.
HSL color Cylindrical-coordinate representation of color #E80880: hue angle of 327.86º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80880 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.09 |
| HSL | 327.86º | 0.93% | 0.47% | - |
| HSV(B) | 327.86º | 0.97% | 0.91% | - |
| XYZ | 37.26 | 18.89 | 22.1 | - |
| YUV | 88.66 | 150.21 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 128 | 0 | 0.97 | 0.45 | 0.09 | 327.86 | 0.93 | 0.47 |
| Hex | E8 | 8 | 80 | 0 | 61 | 2D | 9 | 148 | 5D | 2F |
| Octal | 350 | 10 | 200 | 0 | 141 | 55 | 11 | 510 | 135 | 57 |
| Binary | 11101000 | 1000 | 10000000 | 0 | 1100001 | 101101 | 1001 | 101001000 | 1011101 | 101111 |
Color Harmonies of #E80880
Complementary color
Monochromatic Colors of #E80880
Black with #E80880
Text Example
Text Example
White with #E80880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80880; }
p { color: rgb(232,8,128); }
H1.HeaderClassName
{
color: #E80880;
}
.AnyTagClassName
{
color: #E80880;
}
</style>
background-color css
<style>
a { background-color: #E80880; }
a { background-color: rgb(232,8,128); }
div.DivClassName
{
background-color: #E80880;
}
.BgClassName
{
background-color: #E80880;
}
</style>
border-color css
<style>
span { border-color: #E80880; }
span { border-color: rgb(232,8,128); }
td.TdClassName
{
border-color: #E80880;
}
.TagClassName
{
border-color: #E80880;
}
</style>