Shades of Hollywood Cerise #EC009F
Tints of Hollywood Cerise #EC009F
RGB
CMYK
RGB Variations
Color information
#EC009F (or 0xEC009F) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 9F. RGB value is (236,0,159). Sum of RGB (Red+Green+Blue) = 236+0+159=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC009F is #13FF60. Grayscale: #585858. Windows color (decimal): -1310561 or 10420460. OLE color: 10420460.
HSL color Cylindrical-coordinate representation of color #EC009F: hue angle of 319.58º 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 #EC009F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.33 | 0.07 |
| HSL | 319.58º | 1% | 0.46% | - |
| HSV(B) | 319.58º | 1% | 0.93% | - |
| XYZ | 40.85 | 20.34 | 34.57 | - |
| YUV | 88.69 | 167.69 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 159 | 0 | 1 | 0.33 | 0.07 | 319.58 | 1 | 0.46 |
| Hex | EC | 0 | 9F | 0 | 64 | 21 | 7 | 140 | 64 | 2E |
| Octal | 354 | 0 | 237 | 0 | 144 | 41 | 7 | 500 | 144 | 56 |
| Binary | 11101100 | 0 | 10011111 | 0 | 1100100 | 100001 | 111 | 101000000 | 1100100 | 101110 |
Color Harmonies of #EC009F
Complementary color
Monochromatic Colors of #EC009F
Black with #EC009F
Text Example
Text Example
White with #EC009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC009F; }
p { color: rgb(236,0,159); }
H1.HeaderClassName
{
color: #EC009F;
}
.AnyTagClassName
{
color: #EC009F;
}
</style>
background-color css
<style>
a { background-color: #EC009F; }
a { background-color: rgb(236,0,159); }
div.DivClassName
{
background-color: #EC009F;
}
.BgClassName
{
background-color: #EC009F;
}
</style>
border-color css
<style>
span { border-color: #EC009F; }
span { border-color: rgb(236,0,159); }
td.TdClassName
{
border-color: #EC009F;
}
.TagClassName
{
border-color: #EC009F;
}
</style>