Shades of Hollywood Cerise #EC0597
Tints of Hollywood Cerise #EC0597
RGB
CMYK
RGB Variations
Color information
#EC0597 (or 0xEC0597) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 97. RGB value is (236,5,151). Sum of RGB (Red+Green+Blue) = 236+5+151=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0597 is #13FA68. Grayscale: #5A5A5A. Windows color (decimal): -1309289 or 9897452. OLE color: 9897452.
HSL color Cylindrical-coordinate representation of color #EC0597: hue angle of 322.08º degrees, saturation: 0.96, 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 #EC0597 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.07 |
| HSL | 322.08º | 0.96% | 0.47% | - |
| HSV(B) | 322.08º | 0.98% | 0.93% | - |
| XYZ | 40.23 | 20.18 | 31.05 | - |
| YUV | 90.71 | 162.03 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 151 | 0 | 0.98 | 0.36 | 0.07 | 322.08 | 0.96 | 0.47 |
| Hex | EC | 5 | 97 | 0 | 62 | 24 | 7 | 142 | 60 | 2F |
| Octal | 354 | 5 | 227 | 0 | 142 | 44 | 7 | 502 | 140 | 57 |
| Binary | 11101100 | 101 | 10010111 | 0 | 1100010 | 100100 | 111 | 101000010 | 1100000 | 101111 |
Color Harmonies of #EC0597
Complementary color
Monochromatic Colors of #EC0597
Black with #EC0597
Text Example
Text Example
White with #EC0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0597; }
p { color: rgb(236,5,151); }
H1.HeaderClassName
{
color: #EC0597;
}
.AnyTagClassName
{
color: #EC0597;
}
</style>
background-color css
<style>
a { background-color: #EC0597; }
a { background-color: rgb(236,5,151); }
div.DivClassName
{
background-color: #EC0597;
}
.BgClassName
{
background-color: #EC0597;
}
</style>
border-color css
<style>
span { border-color: #EC0597; }
span { border-color: rgb(236,5,151); }
td.TdClassName
{
border-color: #EC0597;
}
.TagClassName
{
border-color: #EC0597;
}
</style>