Shades of Hollywood Cerise #EC0C96
Tints of Hollywood Cerise #EC0C96
RGB
CMYK
RGB Variations
Color information
#EC0C96 (or 0xEC0C96) is known color: Hollywood Cerise. HEX triplet: EC, 0C and 96. RGB value is (236,12,150). Sum of RGB (Red+Green+Blue) = 236+12+150=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C96 is #13F369. Grayscale: #5E5E5E. Windows color (decimal): -1307498 or 9833708. OLE color: 9833708.
HSL color Cylindrical-coordinate representation of color #EC0C96: hue angle of 323.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C96 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 150 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.07 |
| HSL | 323.04º | 0.9% | 0.49% | - |
| HSV(B) | 323.04º | 0.95% | 0.93% | - |
| XYZ | 40.23 | 20.3 | 30.65 | - |
| YUV | 94.71 | 159.21 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 150 | 0 | 0.95 | 0.36 | 0.07 | 323.04 | 0.9 | 0.49 |
| Hex | EC | C | 96 | 0 | 5F | 24 | 7 | 143 | 5A | 31 |
| Octal | 354 | 14 | 226 | 0 | 137 | 44 | 7 | 503 | 132 | 61 |
| Binary | 11101100 | 1100 | 10010110 | 0 | 1011111 | 100100 | 111 | 101000011 | 1011010 | 110001 |
Color Harmonies of #EC0C96
Complementary color
Monochromatic Colors of #EC0C96
Black with #EC0C96
Text Example
Text Example
White with #EC0C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C96; }
p { color: rgb(236,12,150); }
H1.HeaderClassName
{
color: #EC0C96;
}
.AnyTagClassName
{
color: #EC0C96;
}
</style>
background-color css
<style>
a { background-color: #EC0C96; }
a { background-color: rgb(236,12,150); }
div.DivClassName
{
background-color: #EC0C96;
}
.BgClassName
{
background-color: #EC0C96;
}
</style>
border-color css
<style>
span { border-color: #EC0C96; }
span { border-color: rgb(236,12,150); }
td.TdClassName
{
border-color: #EC0C96;
}
.TagClassName
{
border-color: #EC0C96;
}
</style>