Shades of Deep Pink #EA0F80
Tints of Deep Pink #EA0F80
RGB
CMYK
RGB Variations
Color information
#EA0F80 (or 0xEA0F80) is known color: Deep Pink. HEX triplet: EA, 0F and 80. RGB value is (234,15,128). Sum of RGB (Red+Green+Blue) = 234+15+128=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0F80 is #15F07F. Grayscale: #5D5D5D. Windows color (decimal): -1437824 or 8392682. OLE color: 8392682.
HSL color Cylindrical-coordinate representation of color #EA0F80: hue angle of 329.04º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F80 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 128 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.08 |
| HSL | 329.04º | 0.88% | 0.49% | - |
| HSV(B) | 329.04º | 0.94% | 0.92% | - |
| XYZ | 38 | 19.39 | 22.16 | - |
| YUV | 93.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 128 | 0 | 0.94 | 0.45 | 0.08 | 329.04 | 0.88 | 0.49 |
| Hex | EA | F | 80 | 0 | 5E | 2D | 8 | 149 | 58 | 31 |
| Octal | 352 | 17 | 200 | 0 | 136 | 55 | 10 | 511 | 130 | 61 |
| Binary | 11101010 | 1111 | 10000000 | 0 | 1011110 | 101101 | 1000 | 101001001 | 1011000 | 110001 |
Color Harmonies of #EA0F80
Complementary color
Monochromatic Colors of #EA0F80
Black with #EA0F80
Text Example
Text Example
White with #EA0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F80; }
p { color: rgb(234,15,128); }
H1.HeaderClassName
{
color: #EA0F80;
}
.AnyTagClassName
{
color: #EA0F80;
}
</style>
background-color css
<style>
a { background-color: #EA0F80; }
a { background-color: rgb(234,15,128); }
div.DivClassName
{
background-color: #EA0F80;
}
.BgClassName
{
background-color: #EA0F80;
}
</style>
border-color css
<style>
span { border-color: #EA0F80; }
span { border-color: rgb(234,15,128); }
td.TdClassName
{
border-color: #EA0F80;
}
.TagClassName
{
border-color: #EA0F80;
}
</style>