Shades of Hollywood Cerise #EC0196
Tints of Hollywood Cerise #EC0196
RGB
CMYK
RGB Variations
Color information
#EC0196 (or 0xEC0196) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 96. RGB value is (236,1,150). Sum of RGB (Red+Green+Blue) = 236+1+150=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0196 is #13FE69. Grayscale: #575757. Windows color (decimal): -1310314 or 9830892. OLE color: 9830892.
HSL color Cylindrical-coordinate representation of color #EC0196: hue angle of 321.96º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0196 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.07 |
| HSL | 321.96º | 0.99% | 0.46% | - |
| HSV(B) | 321.96º | 1% | 0.93% | - |
| XYZ | 40.11 | 20.06 | 30.61 | - |
| YUV | 88.25 | 162.86 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 150 | 0 | 1.00 | 0.36 | 0.07 | 321.96 | 0.99 | 0.46 |
| Hex | EC | 1 | 96 | 0 | 64 | 24 | 7 | 142 | 63 | 2E |
| Octal | 354 | 1 | 226 | 0 | 144 | 44 | 7 | 502 | 143 | 56 |
| Binary | 11101100 | 1 | 10010110 | 0 | 1100100 | 100100 | 111 | 101000010 | 1100011 | 101110 |
Color Harmonies of #EC0196
Complementary color
Monochromatic Colors of #EC0196
Black with #EC0196
Text Example
Text Example
White with #EC0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0196; }
p { color: rgb(236,1,150); }
H1.HeaderClassName
{
color: #EC0196;
}
.AnyTagClassName
{
color: #EC0196;
}
</style>
background-color css
<style>
a { background-color: #EC0196; }
a { background-color: rgb(236,1,150); }
div.DivClassName
{
background-color: #EC0196;
}
.BgClassName
{
background-color: #EC0196;
}
</style>
border-color css
<style>
span { border-color: #EC0196; }
span { border-color: rgb(236,1,150); }
td.TdClassName
{
border-color: #EC0196;
}
.TagClassName
{
border-color: #EC0196;
}
</style>