Shades of Hollywood Cerise #EC0997
Tints of Hollywood Cerise #EC0997
RGB
CMYK
RGB Variations
Color information
#EC0997 (or 0xEC0997) is known color: Hollywood Cerise. HEX triplet: EC, 09 and 97. RGB value is (236,9,151). Sum of RGB (Red+Green+Blue) = 236+9+151=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0997 is #13F668. Grayscale: #5C5C5C. Windows color (decimal): -1308265 or 9898476. OLE color: 9898476.
HSL color Cylindrical-coordinate representation of color #EC0997: hue angle of 322.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0997 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.07 |
| HSL | 322.47º | 0.93% | 0.48% | - |
| HSV(B) | 322.47º | 0.96% | 0.93% | - |
| XYZ | 40.28 | 20.26 | 31.07 | - |
| YUV | 93.06 | 160.71 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 151 | 0 | 0.96 | 0.36 | 0.07 | 322.47 | 0.93 | 0.48 |
| Hex | EC | 9 | 97 | 0 | 60 | 24 | 7 | 142 | 5D | 30 |
| Octal | 354 | 11 | 227 | 0 | 140 | 44 | 7 | 502 | 135 | 60 |
| Binary | 11101100 | 1001 | 10010111 | 0 | 1100000 | 100100 | 111 | 101000010 | 1011101 | 110000 |
Color Harmonies of #EC0997
Complementary color
Monochromatic Colors of #EC0997
Black with #EC0997
Text Example
Text Example
White with #EC0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0997; }
p { color: rgb(236,9,151); }
H1.HeaderClassName
{
color: #EC0997;
}
.AnyTagClassName
{
color: #EC0997;
}
</style>
background-color css
<style>
a { background-color: #EC0997; }
a { background-color: rgb(236,9,151); }
div.DivClassName
{
background-color: #EC0997;
}
.BgClassName
{
background-color: #EC0997;
}
</style>
border-color css
<style>
span { border-color: #EC0997; }
span { border-color: rgb(236,9,151); }
td.TdClassName
{
border-color: #EC0997;
}
.TagClassName
{
border-color: #EC0997;
}
</style>