Shades of Deep Pink #E80D80
Tints of Deep Pink #E80D80
RGB
CMYK
RGB Variations
Color information
#E80D80 (or 0xE80D80) is known color: Deep Pink. HEX triplet: E8, 0D and 80. RGB value is (232,13,128). Sum of RGB (Red+Green+Blue) = 232+13+128=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D80 is #17F27F. Grayscale: #5B5B5B. Windows color (decimal): -1569408 or 8392168. OLE color: 8392168.
HSL color Cylindrical-coordinate representation of color #E80D80: hue angle of 328.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D80 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 128 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.09 |
| HSL | 328.49º | 0.89% | 0.48% | - |
| HSV(B) | 328.49º | 0.94% | 0.91% | - |
| XYZ | 37.32 | 19 | 22.12 | - |
| YUV | 91.59 | 148.55 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 128 | 0 | 0.94 | 0.45 | 0.09 | 328.49 | 0.89 | 0.48 |
| Hex | E8 | D | 80 | 0 | 5E | 2D | 9 | 148 | 59 | 30 |
| Octal | 350 | 15 | 200 | 0 | 136 | 55 | 11 | 510 | 131 | 60 |
| Binary | 11101000 | 1101 | 10000000 | 0 | 1011110 | 101101 | 1001 | 101001000 | 1011001 | 110000 |
Color Harmonies of #E80D80
Complementary color
Monochromatic Colors of #E80D80
Black with #E80D80
Text Example
Text Example
White with #E80D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D80; }
p { color: rgb(232,13,128); }
H1.HeaderClassName
{
color: #E80D80;
}
.AnyTagClassName
{
color: #E80D80;
}
</style>
background-color css
<style>
a { background-color: #E80D80; }
a { background-color: rgb(232,13,128); }
div.DivClassName
{
background-color: #E80D80;
}
.BgClassName
{
background-color: #E80D80;
}
</style>
border-color css
<style>
span { border-color: #E80D80; }
span { border-color: rgb(232,13,128); }
td.TdClassName
{
border-color: #E80D80;
}
.TagClassName
{
border-color: #E80D80;
}
</style>