Shades of Hollywood Cerise #EC119E
Tints of Hollywood Cerise #EC119E
RGB
CMYK
RGB Variations
Color information
#EC119E (or 0xEC119E) is known color: Hollywood Cerise. HEX triplet: EC, 11 and 9E. RGB value is (236,17,158). Sum of RGB (Red+Green+Blue) = 236+17+158=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC119E is #13EE61. Grayscale: #626262. Windows color (decimal): -1306210 or 10359276. OLE color: 10359276.
HSL color Cylindrical-coordinate representation of color #EC119E: hue angle of 321.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC119E is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 158 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.07 |
| HSL | 321.37º | 0.87% | 0.5% | - |
| HSV(B) | 321.37º | 0.93% | 0.93% | - |
| XYZ | 40.96 | 20.7 | 34.18 | - |
| YUV | 98.56 | 161.55 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 158 | 0 | 0.93 | 0.33 | 0.07 | 321.37 | 0.87 | 0.5 |
| Hex | EC | 11 | 9E | 0 | 5D | 21 | 7 | 141 | 57 | 32 |
| Octal | 354 | 21 | 236 | 0 | 135 | 41 | 7 | 501 | 127 | 62 |
| Binary | 11101100 | 10001 | 10011110 | 0 | 1011101 | 100001 | 111 | 101000001 | 1010111 | 110010 |
Color Harmonies of #EC119E
Complementary color
Monochromatic Colors of #EC119E
Black with #EC119E
Text Example
Text Example
White with #EC119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC119E; }
p { color: rgb(236,17,158); }
H1.HeaderClassName
{
color: #EC119E;
}
.AnyTagClassName
{
color: #EC119E;
}
</style>
background-color css
<style>
a { background-color: #EC119E; }
a { background-color: rgb(236,17,158); }
div.DivClassName
{
background-color: #EC119E;
}
.BgClassName
{
background-color: #EC119E;
}
</style>
border-color css
<style>
span { border-color: #EC119E; }
span { border-color: rgb(236,17,158); }
td.TdClassName
{
border-color: #EC119E;
}
.TagClassName
{
border-color: #EC119E;
}
</style>