Shades of Hollywood Cerise #EC0F96
Tints of Hollywood Cerise #EC0F96
RGB
CMYK
RGB Variations
Color information
#EC0F96 (or 0xEC0F96) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 96. RGB value is (236,15,150). Sum of RGB (Red+Green+Blue) = 236+15+150=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F96 is #13F069. Grayscale: #606060. Windows color (decimal): -1306730 or 9834476. OLE color: 9834476.
HSL color Cylindrical-coordinate representation of color #EC0F96: hue angle of 323.35º 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 #EC0F96 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 150 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.07 |
| HSL | 323.35º | 0.88% | 0.49% | - |
| HSV(B) | 323.35º | 0.94% | 0.93% | - |
| XYZ | 40.27 | 20.38 | 30.66 | - |
| YUV | 96.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 150 | 0 | 0.94 | 0.36 | 0.07 | 323.35 | 0.88 | 0.49 |
| Hex | EC | F | 96 | 0 | 5E | 24 | 7 | 143 | 58 | 31 |
| Octal | 354 | 17 | 226 | 0 | 136 | 44 | 7 | 503 | 130 | 61 |
| Binary | 11101100 | 1111 | 10010110 | 0 | 1011110 | 100100 | 111 | 101000011 | 1011000 | 110001 |
Color Harmonies of #EC0F96
Complementary color
Monochromatic Colors of #EC0F96
Black with #EC0F96
Text Example
Text Example
White with #EC0F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F96; }
p { color: rgb(236,15,150); }
H1.HeaderClassName
{
color: #EC0F96;
}
.AnyTagClassName
{
color: #EC0F96;
}
</style>
background-color css
<style>
a { background-color: #EC0F96; }
a { background-color: rgb(236,15,150); }
div.DivClassName
{
background-color: #EC0F96;
}
.BgClassName
{
background-color: #EC0F96;
}
</style>
border-color css
<style>
span { border-color: #EC0F96; }
span { border-color: rgb(236,15,150); }
td.TdClassName
{
border-color: #EC0F96;
}
.TagClassName
{
border-color: #EC0F96;
}
</style>