Shades of Hollywood Cerise #EC0F97
Tints of Hollywood Cerise #EC0F97
RGB
CMYK
RGB Variations
Color information
#EC0F97 (or 0xEC0F97) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 97. RGB value is (236,15,151). Sum of RGB (Red+Green+Blue) = 236+15+151=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F97 is #13F068. Grayscale: #606060. Windows color (decimal): -1306729 or 9900012. OLE color: 9900012.
HSL color Cylindrical-coordinate representation of color #EC0F97: hue angle of 323.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F97 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 151 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.07 |
| HSL | 323.08º | 0.88% | 0.49% | - |
| HSV(B) | 323.08º | 0.94% | 0.93% | - |
| XYZ | 40.35 | 20.41 | 31.09 | - |
| YUV | 96.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 151 | 0 | 0.94 | 0.36 | 0.07 | 323.08 | 0.88 | 0.49 |
| Hex | EC | F | 97 | 0 | 5E | 24 | 7 | 143 | 58 | 31 |
| Octal | 354 | 17 | 227 | 0 | 136 | 44 | 7 | 503 | 130 | 61 |
| Binary | 11101100 | 1111 | 10010111 | 0 | 1011110 | 100100 | 111 | 101000011 | 1011000 | 110001 |
Color Harmonies of #EC0F97
Complementary color
Monochromatic Colors of #EC0F97
Black with #EC0F97
Text Example
Text Example
White with #EC0F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F97; }
p { color: rgb(236,15,151); }
H1.HeaderClassName
{
color: #EC0F97;
}
.AnyTagClassName
{
color: #EC0F97;
}
</style>
background-color css
<style>
a { background-color: #EC0F97; }
a { background-color: rgb(236,15,151); }
div.DivClassName
{
background-color: #EC0F97;
}
.BgClassName
{
background-color: #EC0F97;
}
</style>
border-color css
<style>
span { border-color: #EC0F97; }
span { border-color: rgb(236,15,151); }
td.TdClassName
{
border-color: #EC0F97;
}
.TagClassName
{
border-color: #EC0F97;
}
</style>