Shades of Hollywood Cerise #EC149C
Tints of Hollywood Cerise #EC149C
RGB
CMYK
RGB Variations
Color information
#EC149C (or 0xEC149C) is known color: Hollywood Cerise. HEX triplet: EC, 14 and 9C. RGB value is (236,20,156). Sum of RGB (Red+Green+Blue) = 236+20+156=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC149C is #13EB63. Grayscale: #636363. Windows color (decimal): -1305444 or 10228972. OLE color: 10228972.
HSL color Cylindrical-coordinate representation of color #EC149C: hue angle of 322.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC149C is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 156 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 322.22º | 0.85% | 0.5% | - |
| HSV(B) | 322.22º | 0.92% | 0.93% | - |
| XYZ | 40.84 | 20.73 | 33.3 | - |
| YUV | 100.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 156 | 0 | 0.92 | 0.34 | 0.07 | 322.22 | 0.85 | 0.5 |
| Hex | EC | 14 | 9C | 0 | 5C | 22 | 7 | 142 | 55 | 32 |
| Octal | 354 | 24 | 234 | 0 | 134 | 42 | 7 | 502 | 125 | 62 |
| Binary | 11101100 | 10100 | 10011100 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EC149C
Complementary color
Monochromatic Colors of #EC149C
Black with #EC149C
Text Example
Text Example
White with #EC149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC149C; }
p { color: rgb(236,20,156); }
H1.HeaderClassName
{
color: #EC149C;
}
.AnyTagClassName
{
color: #EC149C;
}
</style>
background-color css
<style>
a { background-color: #EC149C; }
a { background-color: rgb(236,20,156); }
div.DivClassName
{
background-color: #EC149C;
}
.BgClassName
{
background-color: #EC149C;
}
</style>
border-color css
<style>
span { border-color: #EC149C; }
span { border-color: rgb(236,20,156); }
td.TdClassName
{
border-color: #EC149C;
}
.TagClassName
{
border-color: #EC149C;
}
</style>