Shades of Hollywood Cerise #EC079B
Tints of Hollywood Cerise #EC079B
RGB
CMYK
RGB Variations
Color information
#EC079B (or 0xEC079B) is known color: Hollywood Cerise. HEX triplet: EC, 07 and 9B. RGB value is (236,7,155). Sum of RGB (Red+Green+Blue) = 236+7+155=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC079B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC079B is #13F864. Grayscale: #5B5B5B. Windows color (decimal): -1308773 or 10160108. OLE color: 10160108.
HSL color Cylindrical-coordinate representation of color #EC079B: hue angle of 321.22º 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 #EC079B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.07 |
| HSL | 321.22º | 0.94% | 0.48% | - |
| HSV(B) | 321.22º | 0.97% | 0.93% | - |
| XYZ | 40.58 | 20.35 | 32.8 | - |
| YUV | 92.34 | 163.37 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 155 | 0 | 0.97 | 0.34 | 0.07 | 321.22 | 0.94 | 0.48 |
| Hex | EC | 7 | 9B | 0 | 61 | 22 | 7 | 141 | 5E | 30 |
| Octal | 354 | 7 | 233 | 0 | 141 | 42 | 7 | 501 | 136 | 60 |
| Binary | 11101100 | 111 | 10011011 | 0 | 1100001 | 100010 | 111 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EC079B
Complementary color
Monochromatic Colors of #EC079B
Black with #EC079B
Text Example
Text Example
White with #EC079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC079B; }
p { color: rgb(236,7,155); }
H1.HeaderClassName
{
color: #EC079B;
}
.AnyTagClassName
{
color: #EC079B;
}
</style>
background-color css
<style>
a { background-color: #EC079B; }
a { background-color: rgb(236,7,155); }
div.DivClassName
{
background-color: #EC079B;
}
.BgClassName
{
background-color: #EC079B;
}
</style>
border-color css
<style>
span { border-color: #EC079B; }
span { border-color: rgb(236,7,155); }
td.TdClassName
{
border-color: #EC079B;
}
.TagClassName
{
border-color: #EC079B;
}
</style>