Shades of Hollywood Cerise #EC0BA8
Tints of Hollywood Cerise #EC0BA8
RGB
CMYK
RGB Variations
Color information
#EC0BA8 (or 0xEC0BA8) is known color: Hollywood Cerise. HEX triplet: EC, 0B and A8. RGB value is (236,11,168). Sum of RGB (Red+Green+Blue) = 236+11+168=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0BA8 is #13F457. Grayscale: #5F5F5F. Windows color (decimal): -1307736 or 11013100. OLE color: 11013100.
HSL color Cylindrical-coordinate representation of color #EC0BA8: hue angle of 318.13º 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 #EC0BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 168 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.07 |
| HSL | 318.13º | 0.91% | 0.48% | - |
| HSV(B) | 318.13º | 0.95% | 0.93% | - |
| XYZ | 41.78 | 20.9 | 38.88 | - |
| YUV | 96.17 | 168.54 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 168 | 0 | 0.95 | 0.29 | 0.07 | 318.13 | 0.91 | 0.48 |
| Hex | EC | B | A8 | 0 | 5F | 1D | 7 | 13E | 5B | 30 |
| Octal | 354 | 13 | 250 | 0 | 137 | 35 | 7 | 476 | 133 | 60 |
| Binary | 11101100 | 1011 | 10101000 | 0 | 1011111 | 11101 | 111 | 100111110 | 1011011 | 110000 |
Color Harmonies of #EC0BA8
Complementary color
Monochromatic Colors of #EC0BA8
Black with #EC0BA8
Text Example
Text Example
White with #EC0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BA8; }
p { color: rgb(236,11,168); }
H1.HeaderClassName
{
color: #EC0BA8;
}
.AnyTagClassName
{
color: #EC0BA8;
}
</style>
background-color css
<style>
a { background-color: #EC0BA8; }
a { background-color: rgb(236,11,168); }
div.DivClassName
{
background-color: #EC0BA8;
}
.BgClassName
{
background-color: #EC0BA8;
}
</style>
border-color css
<style>
span { border-color: #EC0BA8; }
span { border-color: rgb(236,11,168); }
td.TdClassName
{
border-color: #EC0BA8;
}
.TagClassName
{
border-color: #EC0BA8;
}
</style>