Shades of Hollywood Cerise #EC019E
Tints of Hollywood Cerise #EC019E
RGB
CMYK
RGB Variations
Color information
#EC019E (or 0xEC019E) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 9E. RGB value is (236,1,158). Sum of RGB (Red+Green+Blue) = 236+1+158=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC019E is #13FE61. Grayscale: #585858. Windows color (decimal): -1310306 or 10355180. OLE color: 10355180.
HSL color Cylindrical-coordinate representation of color #EC019E: hue angle of 319.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC019E is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.07 |
| HSL | 319.91º | 0.99% | 0.46% | - |
| HSV(B) | 319.91º | 1% | 0.93% | - |
| XYZ | 40.77 | 20.32 | 34.12 | - |
| YUV | 89.16 | 166.86 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 158 | 0 | 1.00 | 0.33 | 0.07 | 319.91 | 0.99 | 0.46 |
| Hex | EC | 1 | 9E | 0 | 64 | 21 | 7 | 140 | 63 | 2E |
| Octal | 354 | 1 | 236 | 0 | 144 | 41 | 7 | 500 | 143 | 56 |
| Binary | 11101100 | 1 | 10011110 | 0 | 1100100 | 100001 | 111 | 101000000 | 1100011 | 101110 |
Color Harmonies of #EC019E
Complementary color
Monochromatic Colors of #EC019E
Black with #EC019E
Text Example
Text Example
White with #EC019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC019E; }
p { color: rgb(236,1,158); }
H1.HeaderClassName
{
color: #EC019E;
}
.AnyTagClassName
{
color: #EC019E;
}
</style>
background-color css
<style>
a { background-color: #EC019E; }
a { background-color: rgb(236,1,158); }
div.DivClassName
{
background-color: #EC019E;
}
.BgClassName
{
background-color: #EC019E;
}
</style>
border-color css
<style>
span { border-color: #EC019E; }
span { border-color: rgb(236,1,158); }
td.TdClassName
{
border-color: #EC019E;
}
.TagClassName
{
border-color: #EC019E;
}
</style>