Shades of Deep Pink #E80F80
Tints of Deep Pink #E80F80
RGB
CMYK
RGB Variations
Color information
#E80F80 (or 0xE80F80) is known color: Deep Pink. HEX triplet: E8, 0F and 80. RGB value is (232,15,128). Sum of RGB (Red+Green+Blue) = 232+15+128=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F80 is #17F07F. Grayscale: #5C5C5C. Windows color (decimal): -1568896 or 8392680. OLE color: 8392680.
HSL color Cylindrical-coordinate representation of color #E80F80: hue angle of 328.76º degrees, saturation: 0.88, 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 #E80F80 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 128 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.09 |
| HSL | 328.76º | 0.88% | 0.48% | - |
| HSV(B) | 328.76º | 0.94% | 0.91% | - |
| XYZ | 37.35 | 19.06 | 22.13 | - |
| YUV | 92.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 128 | 0 | 0.94 | 0.45 | 0.09 | 328.76 | 0.88 | 0.48 |
| Hex | E8 | F | 80 | 0 | 5E | 2D | 9 | 149 | 58 | 30 |
| Octal | 350 | 17 | 200 | 0 | 136 | 55 | 11 | 511 | 130 | 60 |
| Binary | 11101000 | 1111 | 10000000 | 0 | 1011110 | 101101 | 1001 | 101001001 | 1011000 | 110000 |
Color Harmonies of #E80F80
Complementary color
Monochromatic Colors of #E80F80
Black with #E80F80
Text Example
Text Example
White with #E80F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F80; }
p { color: rgb(232,15,128); }
H1.HeaderClassName
{
color: #E80F80;
}
.AnyTagClassName
{
color: #E80F80;
}
</style>
background-color css
<style>
a { background-color: #E80F80; }
a { background-color: rgb(232,15,128); }
div.DivClassName
{
background-color: #E80F80;
}
.BgClassName
{
background-color: #E80F80;
}
</style>
border-color css
<style>
span { border-color: #E80F80; }
span { border-color: rgb(232,15,128); }
td.TdClassName
{
border-color: #E80F80;
}
.TagClassName
{
border-color: #E80F80;
}
</style>