Shades of Hollywood Cerise #EC019C
Tints of Hollywood Cerise #EC019C
RGB
CMYK
RGB Variations
Color information
#EC019C (or 0xEC019C) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 9C. RGB value is (236,1,156). Sum of RGB (Red+Green+Blue) = 236+1+156=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC019C is #13FE63. Grayscale: #585858. Windows color (decimal): -1310308 or 10224108. OLE color: 10224108.
HSL color Cylindrical-coordinate representation of color #EC019C: hue angle of 320.43º 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 #EC019C is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.07 |
| HSL | 320.43º | 0.99% | 0.46% | - |
| HSV(B) | 320.43º | 1% | 0.93% | - |
| XYZ | 40.6 | 20.25 | 33.22 | - |
| YUV | 88.94 | 165.86 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 156 | 0 | 1.00 | 0.34 | 0.07 | 320.43 | 0.99 | 0.46 |
| Hex | EC | 1 | 9C | 0 | 64 | 22 | 7 | 140 | 63 | 2E |
| Octal | 354 | 1 | 234 | 0 | 144 | 42 | 7 | 500 | 143 | 56 |
| Binary | 11101100 | 1 | 10011100 | 0 | 1100100 | 100010 | 111 | 101000000 | 1100011 | 101110 |
Color Harmonies of #EC019C
Complementary color
Monochromatic Colors of #EC019C
Black with #EC019C
Text Example
Text Example
White with #EC019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC019C; }
p { color: rgb(236,1,156); }
H1.HeaderClassName
{
color: #EC019C;
}
.AnyTagClassName
{
color: #EC019C;
}
</style>
background-color css
<style>
a { background-color: #EC019C; }
a { background-color: rgb(236,1,156); }
div.DivClassName
{
background-color: #EC019C;
}
.BgClassName
{
background-color: #EC019C;
}
</style>
border-color css
<style>
span { border-color: #EC019C; }
span { border-color: rgb(236,1,156); }
td.TdClassName
{
border-color: #EC019C;
}
.TagClassName
{
border-color: #EC019C;
}
</style>