Shades of Hollywood Cerise #EC079E
Tints of Hollywood Cerise #EC079E
RGB
CMYK
RGB Variations
Color information
#EC079E (or 0xEC079E) is known color: Hollywood Cerise. HEX triplet: EC, 07 and 9E. RGB value is (236,7,158). Sum of RGB (Red+Green+Blue) = 236+7+158=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC079E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC079E is #13F861. Grayscale: #5C5C5C. Windows color (decimal): -1308770 or 10356716. OLE color: 10356716.
HSL color Cylindrical-coordinate representation of color #EC079E: hue angle of 320.44º 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 #EC079E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.07 |
| HSL | 320.44º | 0.94% | 0.48% | - |
| HSV(B) | 320.44º | 0.97% | 0.93% | - |
| XYZ | 40.84 | 20.45 | 34.14 | - |
| YUV | 92.69 | 164.87 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 158 | 0 | 0.97 | 0.33 | 0.07 | 320.44 | 0.94 | 0.48 |
| Hex | EC | 7 | 9E | 0 | 61 | 21 | 7 | 140 | 5E | 30 |
| Octal | 354 | 7 | 236 | 0 | 141 | 41 | 7 | 500 | 136 | 60 |
| Binary | 11101100 | 111 | 10011110 | 0 | 1100001 | 100001 | 111 | 101000000 | 1011110 | 110000 |
Color Harmonies of #EC079E
Complementary color
Monochromatic Colors of #EC079E
Black with #EC079E
Text Example
Text Example
White with #EC079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC079E; }
p { color: rgb(236,7,158); }
H1.HeaderClassName
{
color: #EC079E;
}
.AnyTagClassName
{
color: #EC079E;
}
</style>
background-color css
<style>
a { background-color: #EC079E; }
a { background-color: rgb(236,7,158); }
div.DivClassName
{
background-color: #EC079E;
}
.BgClassName
{
background-color: #EC079E;
}
</style>
border-color css
<style>
span { border-color: #EC079E; }
span { border-color: rgb(236,7,158); }
td.TdClassName
{
border-color: #EC079E;
}
.TagClassName
{
border-color: #EC079E;
}
</style>