Shades of Deep Pink #EA0D8B
Tints of Deep Pink #EA0D8B
RGB
CMYK
RGB Variations
Color information
#EA0D8B (or 0xEA0D8B) is known color: Deep Pink. HEX triplet: EA, 0D and 8B. RGB value is (234,13,139). Sum of RGB (Red+Green+Blue) = 234+13+139=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D8B is #15F274. Grayscale: #5D5D5D. Windows color (decimal): -1438325 or 9113066. OLE color: 9113066.
HSL color Cylindrical-coordinate representation of color #EA0D8B: hue angle of 325.79º 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 #EA0D8B is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 139 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.08 |
| HSL | 325.79º | 0.89% | 0.48% | - |
| HSV(B) | 325.79º | 0.94% | 0.92% | - |
| XYZ | 38.74 | 19.64 | 26.18 | - |
| YUV | 93.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 139 | 0 | 0.94 | 0.41 | 0.08 | 325.79 | 0.89 | 0.48 |
| Hex | EA | D | 8B | 0 | 5E | 29 | 8 | 146 | 59 | 30 |
| Octal | 352 | 15 | 213 | 0 | 136 | 51 | 10 | 506 | 131 | 60 |
| Binary | 11101010 | 1101 | 10001011 | 0 | 1011110 | 101001 | 1000 | 101000110 | 1011001 | 110000 |
Color Harmonies of #EA0D8B
Complementary color
Monochromatic Colors of #EA0D8B
Black with #EA0D8B
Text Example
Text Example
White with #EA0D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D8B; }
p { color: rgb(234,13,139); }
H1.HeaderClassName
{
color: #EA0D8B;
}
.AnyTagClassName
{
color: #EA0D8B;
}
</style>
background-color css
<style>
a { background-color: #EA0D8B; }
a { background-color: rgb(234,13,139); }
div.DivClassName
{
background-color: #EA0D8B;
}
.BgClassName
{
background-color: #EA0D8B;
}
</style>
border-color css
<style>
span { border-color: #EA0D8B; }
span { border-color: rgb(234,13,139); }
td.TdClassName
{
border-color: #EA0D8B;
}
.TagClassName
{
border-color: #EA0D8B;
}
</style>