Shades of Deep Pink #EA0D83
Tints of Deep Pink #EA0D83
RGB
CMYK
RGB Variations
Color information
#EA0D83 (or 0xEA0D83) is known color: Deep Pink. HEX triplet: EA, 0D and 83. RGB value is (234,13,131). Sum of RGB (Red+Green+Blue) = 234+13+131=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D83 is #15F27C. Grayscale: #5C5C5C. Windows color (decimal): -1438333 or 8588778. OLE color: 8588778.
HSL color Cylindrical-coordinate representation of color #EA0D83: hue angle of 327.96º 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 #EA0D83 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 131 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.08 |
| HSL | 327.96º | 0.89% | 0.48% | - |
| HSV(B) | 327.96º | 0.94% | 0.92% | - |
| XYZ | 38.17 | 19.42 | 23.21 | - |
| YUV | 92.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 131 | 0 | 0.94 | 0.44 | 0.08 | 327.96 | 0.89 | 0.48 |
| Hex | EA | D | 83 | 0 | 5E | 2C | 8 | 148 | 59 | 30 |
| Octal | 352 | 15 | 203 | 0 | 136 | 54 | 10 | 510 | 131 | 60 |
| Binary | 11101010 | 1101 | 10000011 | 0 | 1011110 | 101100 | 1000 | 101001000 | 1011001 | 110000 |
Color Harmonies of #EA0D83
Complementary color
Monochromatic Colors of #EA0D83
Black with #EA0D83
Text Example
Text Example
White with #EA0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D83; }
p { color: rgb(234,13,131); }
H1.HeaderClassName
{
color: #EA0D83;
}
.AnyTagClassName
{
color: #EA0D83;
}
</style>
background-color css
<style>
a { background-color: #EA0D83; }
a { background-color: rgb(234,13,131); }
div.DivClassName
{
background-color: #EA0D83;
}
.BgClassName
{
background-color: #EA0D83;
}
</style>
border-color css
<style>
span { border-color: #EA0D83; }
span { border-color: rgb(234,13,131); }
td.TdClassName
{
border-color: #EA0D83;
}
.TagClassName
{
border-color: #EA0D83;
}
</style>