Shades of Hollywood Cerise #EC0097
Tints of Hollywood Cerise #EC0097
RGB
CMYK
RGB Variations
Color information
#EC0097 (or 0xEC0097) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 97. RGB value is (236,0,151). Sum of RGB (Red+Green+Blue) = 236+0+151=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0097 is #13FF68. Grayscale: #575757. Windows color (decimal): -1310569 or 9896172. OLE color: 9896172.
HSL color Cylindrical-coordinate representation of color #EC0097: hue angle of 321.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0097 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.36 | 0.07 |
| HSL | 321.61º | 1% | 0.46% | - |
| HSV(B) | 321.61º | 1% | 0.93% | - |
| XYZ | 40.18 | 20.07 | 31.03 | - |
| YUV | 87.78 | 163.69 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 151 | 0 | 1 | 0.36 | 0.07 | 321.61 | 1 | 0.46 |
| Hex | EC | 0 | 97 | 0 | 64 | 24 | 7 | 142 | 64 | 2E |
| Octal | 354 | 0 | 227 | 0 | 144 | 44 | 7 | 502 | 144 | 56 |
| Binary | 11101100 | 0 | 10010111 | 0 | 1100100 | 100100 | 111 | 101000010 | 1100100 | 101110 |
Color Harmonies of #EC0097
Complementary color
Monochromatic Colors of #EC0097
Black with #EC0097
Text Example
Text Example
White with #EC0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0097; }
p { color: rgb(236,0,151); }
H1.HeaderClassName
{
color: #EC0097;
}
.AnyTagClassName
{
color: #EC0097;
}
</style>
background-color css
<style>
a { background-color: #EC0097; }
a { background-color: rgb(236,0,151); }
div.DivClassName
{
background-color: #EC0097;
}
.BgClassName
{
background-color: #EC0097;
}
</style>
border-color css
<style>
span { border-color: #EC0097; }
span { border-color: rgb(236,0,151); }
td.TdClassName
{
border-color: #EC0097;
}
.TagClassName
{
border-color: #EC0097;
}
</style>