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