Shades of Hollywood Cerise #EA0BA0
Tints of Hollywood Cerise #EA0BA0
RGB
CMYK
RGB Variations
Color information
#EA0BA0 (or 0xEA0BA0) is known color: Hollywood Cerise. HEX triplet: EA, 0B and A0. RGB value is (234,11,160). Sum of RGB (Red+Green+Blue) = 234+11+160=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0BA0 is #15F45F. Grayscale: #5E5E5E. Windows color (decimal): -1438816 or 10488810. OLE color: 10488810.
HSL color Cylindrical-coordinate representation of color #EA0BA0: hue angle of 319.91º 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 #EA0BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 160 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.08 |
| HSL | 319.91º | 0.91% | 0.48% | - |
| HSV(B) | 319.91º | 0.95% | 0.92% | - |
| XYZ | 40.4 | 20.27 | 35.04 | - |
| YUV | 94.66 | 164.88 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 160 | 0 | 0.95 | 0.32 | 0.08 | 319.91 | 0.91 | 0.48 |
| Hex | EA | B | A0 | 0 | 5F | 20 | 8 | 140 | 5B | 30 |
| Octal | 352 | 13 | 240 | 0 | 137 | 40 | 10 | 500 | 133 | 60 |
| Binary | 11101010 | 1011 | 10100000 | 0 | 1011111 | 100000 | 1000 | 101000000 | 1011011 | 110000 |
Color Harmonies of #EA0BA0
Complementary color
Monochromatic Colors of #EA0BA0
Black with #EA0BA0
Text Example
Text Example
White with #EA0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BA0; }
p { color: rgb(234,11,160); }
H1.HeaderClassName
{
color: #EA0BA0;
}
.AnyTagClassName
{
color: #EA0BA0;
}
</style>
background-color css
<style>
a { background-color: #EA0BA0; }
a { background-color: rgb(234,11,160); }
div.DivClassName
{
background-color: #EA0BA0;
}
.BgClassName
{
background-color: #EA0BA0;
}
</style>
border-color css
<style>
span { border-color: #EA0BA0; }
span { border-color: rgb(234,11,160); }
td.TdClassName
{
border-color: #EA0BA0;
}
.TagClassName
{
border-color: #EA0BA0;
}
</style>