Shades of Hollywood Cerise #EC0C97
Tints of Hollywood Cerise #EC0C97
RGB
CMYK
RGB Variations
Color information
#EC0C97 (or 0xEC0C97) is known color: Hollywood Cerise. HEX triplet: EC, 0C and 97. RGB value is (236,12,151). Sum of RGB (Red+Green+Blue) = 236+12+151=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C97 is #13F368. Grayscale: #5E5E5E. Windows color (decimal): -1307497 or 9899244. OLE color: 9899244.
HSL color Cylindrical-coordinate representation of color #EC0C97: hue angle of 322.77º 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 #EC0C97 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.07 |
| HSL | 322.77º | 0.9% | 0.49% | - |
| HSV(B) | 322.77º | 0.95% | 0.93% | - |
| XYZ | 40.31 | 20.33 | 31.08 | - |
| YUV | 94.82 | 159.71 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 151 | 0 | 0.95 | 0.36 | 0.07 | 322.77 | 0.9 | 0.49 |
| Hex | EC | C | 97 | 0 | 5F | 24 | 7 | 143 | 5A | 31 |
| Octal | 354 | 14 | 227 | 0 | 137 | 44 | 7 | 503 | 132 | 61 |
| Binary | 11101100 | 1100 | 10010111 | 0 | 1011111 | 100100 | 111 | 101000011 | 1011010 | 110001 |
Color Harmonies of #EC0C97
Complementary color
Monochromatic Colors of #EC0C97
Black with #EC0C97
Text Example
Text Example
White with #EC0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C97; }
p { color: rgb(236,12,151); }
H1.HeaderClassName
{
color: #EC0C97;
}
.AnyTagClassName
{
color: #EC0C97;
}
</style>
background-color css
<style>
a { background-color: #EC0C97; }
a { background-color: rgb(236,12,151); }
div.DivClassName
{
background-color: #EC0C97;
}
.BgClassName
{
background-color: #EC0C97;
}
</style>
border-color css
<style>
span { border-color: #EC0C97; }
span { border-color: rgb(236,12,151); }
td.TdClassName
{
border-color: #EC0C97;
}
.TagClassName
{
border-color: #EC0C97;
}
</style>