Shades of Deep Pink #EA0D81
Tints of Deep Pink #EA0D81
RGB
CMYK
RGB Variations
Color information
#EA0D81 (or 0xEA0D81) is known color: Deep Pink. HEX triplet: EA, 0D and 81. RGB value is (234,13,129). Sum of RGB (Red+Green+Blue) = 234+13+129=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D81 is #15F27E. Grayscale: #5C5C5C. Windows color (decimal): -1438335 or 8457706. OLE color: 8457706.
HSL color Cylindrical-coordinate representation of color #EA0D81: hue angle of 328.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D81 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 129 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.08 |
| HSL | 328.51º | 0.89% | 0.48% | - |
| HSV(B) | 328.51º | 0.94% | 0.92% | - |
| XYZ | 38.04 | 19.37 | 22.5 | - |
| YUV | 92.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 129 | 0 | 0.94 | 0.45 | 0.08 | 328.51 | 0.89 | 0.48 |
| Hex | EA | D | 81 | 0 | 5E | 2D | 8 | 149 | 59 | 30 |
| Octal | 352 | 15 | 201 | 0 | 136 | 55 | 10 | 511 | 131 | 60 |
| Binary | 11101010 | 1101 | 10000001 | 0 | 1011110 | 101101 | 1000 | 101001001 | 1011001 | 110000 |
Color Harmonies of #EA0D81
Complementary color
Monochromatic Colors of #EA0D81
Black with #EA0D81
Text Example
Text Example
White with #EA0D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D81; }
p { color: rgb(234,13,129); }
H1.HeaderClassName
{
color: #EA0D81;
}
.AnyTagClassName
{
color: #EA0D81;
}
</style>
background-color css
<style>
a { background-color: #EA0D81; }
a { background-color: rgb(234,13,129); }
div.DivClassName
{
background-color: #EA0D81;
}
.BgClassName
{
background-color: #EA0D81;
}
</style>
border-color css
<style>
span { border-color: #EA0D81; }
span { border-color: rgb(234,13,129); }
td.TdClassName
{
border-color: #EA0D81;
}
.TagClassName
{
border-color: #EA0D81;
}
</style>