Shades of Hollywood Cerise #EC0699
Tints of Hollywood Cerise #EC0699
RGB
CMYK
RGB Variations
Color information
#EC0699 (or 0xEC0699) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 99. RGB value is (236,6,153). Sum of RGB (Red+Green+Blue) = 236+6+153=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0699 is #13F966. Grayscale: #5B5B5B. Windows color (decimal): -1309031 or 10028780. OLE color: 10028780.
HSL color Cylindrical-coordinate representation of color #EC0699: hue angle of 321.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0699 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.07 |
| HSL | 321.65º | 0.95% | 0.47% | - |
| HSV(B) | 321.65º | 0.97% | 0.93% | - |
| XYZ | 40.41 | 20.26 | 31.92 | - |
| YUV | 91.53 | 162.7 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 153 | 0 | 0.97 | 0.35 | 0.07 | 321.65 | 0.95 | 0.47 |
| Hex | EC | 6 | 99 | 0 | 61 | 23 | 7 | 142 | 5F | 2F |
| Octal | 354 | 6 | 231 | 0 | 141 | 43 | 7 | 502 | 137 | 57 |
| Binary | 11101100 | 110 | 10011001 | 0 | 1100001 | 100011 | 111 | 101000010 | 1011111 | 101111 |
Color Harmonies of #EC0699
Complementary color
Monochromatic Colors of #EC0699
Black with #EC0699
Text Example
Text Example
White with #EC0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0699; }
p { color: rgb(236,6,153); }
H1.HeaderClassName
{
color: #EC0699;
}
.AnyTagClassName
{
color: #EC0699;
}
</style>
background-color css
<style>
a { background-color: #EC0699; }
a { background-color: rgb(236,6,153); }
div.DivClassName
{
background-color: #EC0699;
}
.BgClassName
{
background-color: #EC0699;
}
</style>
border-color css
<style>
span { border-color: #EC0699; }
span { border-color: rgb(236,6,153); }
td.TdClassName
{
border-color: #EC0699;
}
.TagClassName
{
border-color: #EC0699;
}
</style>