Shades of Hollywood Cerise #EC019F
Tints of Hollywood Cerise #EC019F
RGB
CMYK
RGB Variations
Color information
#EC019F (or 0xEC019F) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 9F. RGB value is (236,1,159). Sum of RGB (Red+Green+Blue) = 236+1+159=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC019F is #13FE60. Grayscale: #585858. Windows color (decimal): -1310305 or 10420716. OLE color: 10420716.
HSL color Cylindrical-coordinate representation of color #EC019F: hue angle of 319.66º 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 #EC019F is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.07 |
| HSL | 319.66º | 0.99% | 0.46% | - |
| HSV(B) | 319.66º | 1% | 0.93% | - |
| XYZ | 40.86 | 20.36 | 34.58 | - |
| YUV | 89.28 | 167.36 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 159 | 0 | 1.00 | 0.33 | 0.07 | 319.66 | 0.99 | 0.46 |
| Hex | EC | 1 | 9F | 0 | 64 | 21 | 7 | 140 | 63 | 2E |
| Octal | 354 | 1 | 237 | 0 | 144 | 41 | 7 | 500 | 143 | 56 |
| Binary | 11101100 | 1 | 10011111 | 0 | 1100100 | 100001 | 111 | 101000000 | 1100011 | 101110 |
Color Harmonies of #EC019F
Complementary color
Monochromatic Colors of #EC019F
Black with #EC019F
Text Example
Text Example
White with #EC019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC019F; }
p { color: rgb(236,1,159); }
H1.HeaderClassName
{
color: #EC019F;
}
.AnyTagClassName
{
color: #EC019F;
}
</style>
background-color css
<style>
a { background-color: #EC019F; }
a { background-color: rgb(236,1,159); }
div.DivClassName
{
background-color: #EC019F;
}
.BgClassName
{
background-color: #EC019F;
}
</style>
border-color css
<style>
span { border-color: #EC019F; }
span { border-color: rgb(236,1,159); }
td.TdClassName
{
border-color: #EC019F;
}
.TagClassName
{
border-color: #EC019F;
}
</style>