Shades of Hollywood Cerise #EC109C
Tints of Hollywood Cerise #EC109C
RGB
CMYK
RGB Variations
Color information
#EC109C (or 0xEC109C) is known color: Hollywood Cerise. HEX triplet: EC, 10 and 9C. RGB value is (236,16,156). Sum of RGB (Red+Green+Blue) = 236+16+156=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC109C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC109C is #13EF63. Grayscale: #616161. Windows color (decimal): -1306468 or 10227948. OLE color: 10227948.
HSL color Cylindrical-coordinate representation of color #EC109C: hue angle of 321.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC109C is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 156 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.07 |
| HSL | 321.82º | 0.87% | 0.49% | - |
| HSV(B) | 321.82º | 0.93% | 0.93% | - |
| XYZ | 40.78 | 20.6 | 33.28 | - |
| YUV | 97.74 | 160.89 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 156 | 0 | 0.93 | 0.34 | 0.07 | 321.82 | 0.87 | 0.49 |
| Hex | EC | 10 | 9C | 0 | 5D | 22 | 7 | 142 | 57 | 31 |
| Octal | 354 | 20 | 234 | 0 | 135 | 42 | 7 | 502 | 127 | 61 |
| Binary | 11101100 | 10000 | 10011100 | 0 | 1011101 | 100010 | 111 | 101000010 | 1010111 | 110001 |
Color Harmonies of #EC109C
Complementary color
Monochromatic Colors of #EC109C
Black with #EC109C
Text Example
Text Example
White with #EC109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC109C; }
p { color: rgb(236,16,156); }
H1.HeaderClassName
{
color: #EC109C;
}
.AnyTagClassName
{
color: #EC109C;
}
</style>
background-color css
<style>
a { background-color: #EC109C; }
a { background-color: rgb(236,16,156); }
div.DivClassName
{
background-color: #EC109C;
}
.BgClassName
{
background-color: #EC109C;
}
</style>
border-color css
<style>
span { border-color: #EC109C; }
span { border-color: rgb(236,16,156); }
td.TdClassName
{
border-color: #EC109C;
}
.TagClassName
{
border-color: #EC109C;
}
</style>