Shades of Hollywood Cerise #EC019D
Tints of Hollywood Cerise #EC019D
RGB
CMYK
RGB Variations
Color information
#EC019D (or 0xEC019D) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 9D. RGB value is (236,1,157). Sum of RGB (Red+Green+Blue) = 236+1+157=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC019D is #13FE62. Grayscale: #585858. Windows color (decimal): -1310307 or 10289644. OLE color: 10289644.
HSL color Cylindrical-coordinate representation of color #EC019D: hue angle of 320.17º 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 #EC019D is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.07 |
| HSL | 320.17º | 0.99% | 0.46% | - |
| HSV(B) | 320.17º | 1% | 0.93% | - |
| XYZ | 40.69 | 20.29 | 33.67 | - |
| YUV | 89.05 | 166.36 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 157 | 0 | 1.00 | 0.33 | 0.07 | 320.17 | 0.99 | 0.46 |
| Hex | EC | 1 | 9D | 0 | 64 | 21 | 7 | 140 | 63 | 2E |
| Octal | 354 | 1 | 235 | 0 | 144 | 41 | 7 | 500 | 143 | 56 |
| Binary | 11101100 | 1 | 10011101 | 0 | 1100100 | 100001 | 111 | 101000000 | 1100011 | 101110 |
Color Harmonies of #EC019D
Complementary color
Monochromatic Colors of #EC019D
Black with #EC019D
Text Example
Text Example
White with #EC019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC019D; }
p { color: rgb(236,1,157); }
H1.HeaderClassName
{
color: #EC019D;
}
.AnyTagClassName
{
color: #EC019D;
}
</style>
background-color css
<style>
a { background-color: #EC019D; }
a { background-color: rgb(236,1,157); }
div.DivClassName
{
background-color: #EC019D;
}
.BgClassName
{
background-color: #EC019D;
}
</style>
border-color css
<style>
span { border-color: #EC019D; }
span { border-color: rgb(236,1,157); }
td.TdClassName
{
border-color: #EC019D;
}
.TagClassName
{
border-color: #EC019D;
}
</style>