Shades of Deep Pink #EA0C81
Tints of Deep Pink #EA0C81
RGB
CMYK
RGB Variations
Color information
#EA0C81 (or 0xEA0C81) is known color: Deep Pink. HEX triplet: EA, 0C and 81. RGB value is (234,12,129). Sum of RGB (Red+Green+Blue) = 234+12+129=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0C81 is #15F37E. Grayscale: #5B5B5B. Windows color (decimal): -1438591 or 8457450. OLE color: 8457450.
HSL color Cylindrical-coordinate representation of color #EA0C81: hue angle of 328.38º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C81 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 129 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.08 |
| HSL | 328.38º | 0.9% | 0.48% | - |
| HSV(B) | 328.38º | 0.95% | 0.92% | - |
| XYZ | 38.03 | 19.34 | 22.5 | - |
| YUV | 91.72 | 149.05 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 129 | 0 | 0.95 | 0.45 | 0.08 | 328.38 | 0.9 | 0.48 |
| Hex | EA | C | 81 | 0 | 5F | 2D | 8 | 148 | 5A | 30 |
| Octal | 352 | 14 | 201 | 0 | 137 | 55 | 10 | 510 | 132 | 60 |
| Binary | 11101010 | 1100 | 10000001 | 0 | 1011111 | 101101 | 1000 | 101001000 | 1011010 | 110000 |
Color Harmonies of #EA0C81
Complementary color
Monochromatic Colors of #EA0C81
Black with #EA0C81
Text Example
Text Example
White with #EA0C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C81; }
p { color: rgb(234,12,129); }
H1.HeaderClassName
{
color: #EA0C81;
}
.AnyTagClassName
{
color: #EA0C81;
}
</style>
background-color css
<style>
a { background-color: #EA0C81; }
a { background-color: rgb(234,12,129); }
div.DivClassName
{
background-color: #EA0C81;
}
.BgClassName
{
background-color: #EA0C81;
}
</style>
border-color css
<style>
span { border-color: #EA0C81; }
span { border-color: rgb(234,12,129); }
td.TdClassName
{
border-color: #EA0C81;
}
.TagClassName
{
border-color: #EA0C81;
}
</style>