Shades of Hollywood Cerise #EC0796
Tints of Hollywood Cerise #EC0796
RGB
CMYK
RGB Variations
Color information
#EC0796 (or 0xEC0796) is known color: Hollywood Cerise. HEX triplet: EC, 07 and 96. RGB value is (236,7,150). Sum of RGB (Red+Green+Blue) = 236+7+150=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0796 is #13F869. Grayscale: #5B5B5B. Windows color (decimal): -1308778 or 9832428. OLE color: 9832428.
HSL color Cylindrical-coordinate representation of color #EC0796: hue angle of 322.53º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0796 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.07 |
| HSL | 322.53º | 0.94% | 0.48% | - |
| HSV(B) | 322.53º | 0.97% | 0.93% | - |
| XYZ | 40.17 | 20.19 | 30.63 | - |
| YUV | 91.77 | 160.87 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 150 | 0 | 0.97 | 0.36 | 0.07 | 322.53 | 0.94 | 0.48 |
| Hex | EC | 7 | 96 | 0 | 61 | 24 | 7 | 143 | 5E | 30 |
| Octal | 354 | 7 | 226 | 0 | 141 | 44 | 7 | 503 | 136 | 60 |
| Binary | 11101100 | 111 | 10010110 | 0 | 1100001 | 100100 | 111 | 101000011 | 1011110 | 110000 |
Color Harmonies of #EC0796
Complementary color
Monochromatic Colors of #EC0796
Black with #EC0796
Text Example
Text Example
White with #EC0796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0796; }
p { color: rgb(236,7,150); }
H1.HeaderClassName
{
color: #EC0796;
}
.AnyTagClassName
{
color: #EC0796;
}
</style>
background-color css
<style>
a { background-color: #EC0796; }
a { background-color: rgb(236,7,150); }
div.DivClassName
{
background-color: #EC0796;
}
.BgClassName
{
background-color: #EC0796;
}
</style>
border-color css
<style>
span { border-color: #EC0796; }
span { border-color: rgb(236,7,150); }
td.TdClassName
{
border-color: #EC0796;
}
.TagClassName
{
border-color: #EC0796;
}
</style>