Shades of Deep Pink #EA0B89
Tints of Deep Pink #EA0B89
RGB
CMYK
RGB Variations
Color information
#EA0B89 (or 0xEA0B89) is known color: Deep Pink. HEX triplet: EA, 0B and 89. RGB value is (234,11,137). Sum of RGB (Red+Green+Blue) = 234+11+137=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0B89 is #15F476. Grayscale: #5B5B5B. Windows color (decimal): -1438839 or 8981482. OLE color: 8981482.
HSL color Cylindrical-coordinate representation of color #EA0B89: hue angle of 326.1º degrees, saturation: 0.91, 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 #EA0B89 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 137 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.08 |
| HSL | 326.1º | 0.91% | 0.48% | - |
| HSV(B) | 326.1º | 0.95% | 0.92% | - |
| XYZ | 38.57 | 19.54 | 25.41 | - |
| YUV | 92.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 137 | 0 | 0.95 | 0.41 | 0.08 | 326.1 | 0.91 | 0.48 |
| Hex | EA | B | 89 | 0 | 5F | 29 | 8 | 146 | 5B | 30 |
| Octal | 352 | 13 | 211 | 0 | 137 | 51 | 10 | 506 | 133 | 60 |
| Binary | 11101010 | 1011 | 10001001 | 0 | 1011111 | 101001 | 1000 | 101000110 | 1011011 | 110000 |
Color Harmonies of #EA0B89
Complementary color
Monochromatic Colors of #EA0B89
Black with #EA0B89
Text Example
Text Example
White with #EA0B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B89; }
p { color: rgb(234,11,137); }
H1.HeaderClassName
{
color: #EA0B89;
}
.AnyTagClassName
{
color: #EA0B89;
}
</style>
background-color css
<style>
a { background-color: #EA0B89; }
a { background-color: rgb(234,11,137); }
div.DivClassName
{
background-color: #EA0B89;
}
.BgClassName
{
background-color: #EA0B89;
}
</style>
border-color css
<style>
span { border-color: #EA0B89; }
span { border-color: rgb(234,11,137); }
td.TdClassName
{
border-color: #EA0B89;
}
.TagClassName
{
border-color: #EA0B89;
}
</style>