Shades of Hollywood Cerise #EC0084
Tints of Hollywood Cerise #EC0084
RGB
CMYK
RGB Variations
Color information
#EC0084 (or 0xEC0084) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 84. RGB value is (236,0,132). Sum of RGB (Red+Green+Blue) = 236+0+132=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0084 is #13FF7B. Grayscale: #555555. Windows color (decimal): -1310588 or 8650988. OLE color: 8650988.
HSL color Cylindrical-coordinate representation of color #EC0084: hue angle of 326.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0084 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.44 | 0.07 |
| HSL | 326.44º | 1% | 0.46% | - |
| HSV(B) | 326.44º | 1% | 0.93% | - |
| XYZ | 38.76 | 19.5 | 23.55 | - |
| YUV | 85.61 | 154.19 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 132 | 0 | 1 | 0.44 | 0.07 | 326.44 | 1 | 0.46 |
| Hex | EC | 0 | 84 | 0 | 64 | 2C | 7 | 146 | 64 | 2E |
| Octal | 354 | 0 | 204 | 0 | 144 | 54 | 7 | 506 | 144 | 56 |
| Binary | 11101100 | 0 | 10000100 | 0 | 1100100 | 101100 | 111 | 101000110 | 1100100 | 101110 |
Color Harmonies of #EC0084
Complementary color
Monochromatic Colors of #EC0084
Black with #EC0084
Text Example
Text Example
White with #EC0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0084; }
p { color: rgb(236,0,132); }
H1.HeaderClassName
{
color: #EC0084;
}
.AnyTagClassName
{
color: #EC0084;
}
</style>
background-color css
<style>
a { background-color: #EC0084; }
a { background-color: rgb(236,0,132); }
div.DivClassName
{
background-color: #EC0084;
}
.BgClassName
{
background-color: #EC0084;
}
</style>
border-color css
<style>
span { border-color: #EC0084; }
span { border-color: rgb(236,0,132); }
td.TdClassName
{
border-color: #EC0084;
}
.TagClassName
{
border-color: #EC0084;
}
</style>