Shades of Hollywood Cerise #EC11A2
Tints of Hollywood Cerise #EC11A2
RGB
CMYK
RGB Variations
Color information
#EC11A2 (or 0xEC11A2) is known color: Hollywood Cerise. HEX triplet: EC, 11 and A2. RGB value is (236,17,162). Sum of RGB (Red+Green+Blue) = 236+17+162=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A2 is #13EE5D. Grayscale: #626262. Windows color (decimal): -1306206 or 10621420. OLE color: 10621420.
HSL color Cylindrical-coordinate representation of color #EC11A2: hue angle of 320.27º 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 #EC11A2 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.07 |
| HSL | 320.27º | 0.87% | 0.5% | - |
| HSV(B) | 320.27º | 0.93% | 0.93% | - |
| XYZ | 41.31 | 20.84 | 36.03 | - |
| YUV | 99.01 | 163.55 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 162 | 0 | 0.93 | 0.31 | 0.07 | 320.27 | 0.87 | 0.5 |
| Hex | EC | 11 | A2 | 0 | 5D | 1F | 7 | 140 | 57 | 32 |
| Octal | 354 | 21 | 242 | 0 | 135 | 37 | 7 | 500 | 127 | 62 |
| Binary | 11101100 | 10001 | 10100010 | 0 | 1011101 | 11111 | 111 | 101000000 | 1010111 | 110010 |
Color Harmonies of #EC11A2
Complementary color
Monochromatic Colors of #EC11A2
Black with #EC11A2
Text Example
Text Example
White with #EC11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11A2; }
p { color: rgb(236,17,162); }
H1.HeaderClassName
{
color: #EC11A2;
}
.AnyTagClassName
{
color: #EC11A2;
}
</style>
background-color css
<style>
a { background-color: #EC11A2; }
a { background-color: rgb(236,17,162); }
div.DivClassName
{
background-color: #EC11A2;
}
.BgClassName
{
background-color: #EC11A2;
}
</style>
border-color css
<style>
span { border-color: #EC11A2; }
span { border-color: rgb(236,17,162); }
td.TdClassName
{
border-color: #EC11A2;
}
.TagClassName
{
border-color: #EC11A2;
}
</style>