Shades of Hollywood Cerise #EC109D
Tints of Hollywood Cerise #EC109D
RGB
CMYK
RGB Variations
Color information
#EC109D (or 0xEC109D) is known color: Hollywood Cerise. HEX triplet: EC, 10 and 9D. RGB value is (236,16,157). Sum of RGB (Red+Green+Blue) = 236+16+157=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC109D is #13EF62. Grayscale: #616161. Windows color (decimal): -1306467 or 10293484. OLE color: 10293484.
HSL color Cylindrical-coordinate representation of color #EC109D: hue angle of 321.55º 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 #EC109D is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.07 |
| HSL | 321.55º | 0.87% | 0.49% | - |
| HSV(B) | 321.55º | 0.93% | 0.93% | - |
| XYZ | 40.86 | 20.64 | 33.73 | - |
| YUV | 97.85 | 161.39 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 157 | 0 | 0.93 | 0.33 | 0.07 | 321.55 | 0.87 | 0.49 |
| Hex | EC | 10 | 9D | 0 | 5D | 21 | 7 | 142 | 57 | 31 |
| Octal | 354 | 20 | 235 | 0 | 135 | 41 | 7 | 502 | 127 | 61 |
| Binary | 11101100 | 10000 | 10011101 | 0 | 1011101 | 100001 | 111 | 101000010 | 1010111 | 110001 |
Color Harmonies of #EC109D
Complementary color
Monochromatic Colors of #EC109D
Black with #EC109D
Text Example
Text Example
White with #EC109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC109D; }
p { color: rgb(236,16,157); }
H1.HeaderClassName
{
color: #EC109D;
}
.AnyTagClassName
{
color: #EC109D;
}
</style>
background-color css
<style>
a { background-color: #EC109D; }
a { background-color: rgb(236,16,157); }
div.DivClassName
{
background-color: #EC109D;
}
.BgClassName
{
background-color: #EC109D;
}
</style>
border-color css
<style>
span { border-color: #EC109D; }
span { border-color: rgb(236,16,157); }
td.TdClassName
{
border-color: #EC109D;
}
.TagClassName
{
border-color: #EC109D;
}
</style>