Shades of Hollywood Cerise #EC0BA0
Tints of Hollywood Cerise #EC0BA0
RGB
CMYK
RGB Variations
Color information
#EC0BA0 (or 0xEC0BA0) is known color: Hollywood Cerise. HEX triplet: EC, 0B and A0. RGB value is (236,11,160). Sum of RGB (Red+Green+Blue) = 236+11+160=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0BA0 is #13F45F. Grayscale: #5E5E5E. Windows color (decimal): -1307744 or 10488812. OLE color: 10488812.
HSL color Cylindrical-coordinate representation of color #EC0BA0: hue angle of 320.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 160 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.07 |
| HSL | 320.27º | 0.91% | 0.48% | - |
| HSV(B) | 320.27º | 0.95% | 0.93% | - |
| XYZ | 41.06 | 20.61 | 35.07 | - |
| YUV | 95.26 | 164.54 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 160 | 0 | 0.95 | 0.32 | 0.07 | 320.27 | 0.91 | 0.48 |
| Hex | EC | B | A0 | 0 | 5F | 20 | 7 | 140 | 5B | 30 |
| Octal | 354 | 13 | 240 | 0 | 137 | 40 | 7 | 500 | 133 | 60 |
| Binary | 11101100 | 1011 | 10100000 | 0 | 1011111 | 100000 | 111 | 101000000 | 1011011 | 110000 |
Color Harmonies of #EC0BA0
Complementary color
Monochromatic Colors of #EC0BA0
Black with #EC0BA0
Text Example
Text Example
White with #EC0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BA0; }
p { color: rgb(236,11,160); }
H1.HeaderClassName
{
color: #EC0BA0;
}
.AnyTagClassName
{
color: #EC0BA0;
}
</style>
background-color css
<style>
a { background-color: #EC0BA0; }
a { background-color: rgb(236,11,160); }
div.DivClassName
{
background-color: #EC0BA0;
}
.BgClassName
{
background-color: #EC0BA0;
}
</style>
border-color css
<style>
span { border-color: #EC0BA0; }
span { border-color: rgb(236,11,160); }
td.TdClassName
{
border-color: #EC0BA0;
}
.TagClassName
{
border-color: #EC0BA0;
}
</style>