Shades of Hollywood Cerise #EC0496
Tints of Hollywood Cerise #EC0496
RGB
CMYK
RGB Variations
Color information
#EC0496 (or 0xEC0496) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 96. RGB value is (236,4,150). Sum of RGB (Red+Green+Blue) = 236+4+150=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0496 is #13FB69. Grayscale: #595959. Windows color (decimal): -1309546 or 9831660. OLE color: 9831660.
HSL color Cylindrical-coordinate representation of color #EC0496: hue angle of 322.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0496 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.07 |
| HSL | 322.24º | 0.97% | 0.47% | - |
| HSV(B) | 322.24º | 0.98% | 0.93% | - |
| XYZ | 40.14 | 20.12 | 30.62 | - |
| YUV | 90.01 | 161.86 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 150 | 0 | 0.98 | 0.36 | 0.07 | 322.24 | 0.97 | 0.47 |
| Hex | EC | 4 | 96 | 0 | 62 | 24 | 7 | 142 | 61 | 2F |
| Octal | 354 | 4 | 226 | 0 | 142 | 44 | 7 | 502 | 141 | 57 |
| Binary | 11101100 | 100 | 10010110 | 0 | 1100010 | 100100 | 111 | 101000010 | 1100001 | 101111 |
Color Harmonies of #EC0496
Complementary color
Monochromatic Colors of #EC0496
Black with #EC0496
Text Example
Text Example
White with #EC0496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0496; }
p { color: rgb(236,4,150); }
H1.HeaderClassName
{
color: #EC0496;
}
.AnyTagClassName
{
color: #EC0496;
}
</style>
background-color css
<style>
a { background-color: #EC0496; }
a { background-color: rgb(236,4,150); }
div.DivClassName
{
background-color: #EC0496;
}
.BgClassName
{
background-color: #EC0496;
}
</style>
border-color css
<style>
span { border-color: #EC0496; }
span { border-color: rgb(236,4,150); }
td.TdClassName
{
border-color: #EC0496;
}
.TagClassName
{
border-color: #EC0496;
}
</style>