Shades of Hollywood Cerise #EC0495
Tints of Hollywood Cerise #EC0495
RGB
CMYK
RGB Variations
Color information
#EC0495 (or 0xEC0495) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 95. RGB value is (236,4,149). Sum of RGB (Red+Green+Blue) = 236+4+149=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0495 is #13FB6A. Grayscale: #595959. Windows color (decimal): -1309547 or 9766124. OLE color: 9766124.
HSL color Cylindrical-coordinate representation of color #EC0495: hue angle of 322.5º 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 #EC0495 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.07 |
| HSL | 322.5º | 0.97% | 0.47% | - |
| HSV(B) | 322.5º | 0.98% | 0.93% | - |
| XYZ | 40.06 | 20.09 | 30.2 | - |
| YUV | 89.9 | 161.36 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 149 | 0 | 0.98 | 0.37 | 0.07 | 322.5 | 0.97 | 0.47 |
| Hex | EC | 4 | 95 | 0 | 62 | 25 | 7 | 142 | 61 | 2F |
| Octal | 354 | 4 | 225 | 0 | 142 | 45 | 7 | 502 | 141 | 57 |
| Binary | 11101100 | 100 | 10010101 | 0 | 1100010 | 100101 | 111 | 101000010 | 1100001 | 101111 |
Color Harmonies of #EC0495
Complementary color
Monochromatic Colors of #EC0495
Black with #EC0495
Text Example
Text Example
White with #EC0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0495; }
p { color: rgb(236,4,149); }
H1.HeaderClassName
{
color: #EC0495;
}
.AnyTagClassName
{
color: #EC0495;
}
</style>
background-color css
<style>
a { background-color: #EC0495; }
a { background-color: rgb(236,4,149); }
div.DivClassName
{
background-color: #EC0495;
}
.BgClassName
{
background-color: #EC0495;
}
</style>
border-color css
<style>
span { border-color: #EC0495; }
span { border-color: rgb(236,4,149); }
td.TdClassName
{
border-color: #EC0495;
}
.TagClassName
{
border-color: #EC0495;
}
</style>