Shades of Hollywood Cerise #EC149D
Tints of Hollywood Cerise #EC149D
RGB
CMYK
RGB Variations
Color information
#EC149D (or 0xEC149D) is known color: Hollywood Cerise. HEX triplet: EC, 14 and 9D. RGB value is (236,20,157). Sum of RGB (Red+Green+Blue) = 236+20+157=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC149D is #13EB62. Grayscale: #636363. Windows color (decimal): -1305443 or 10294508. OLE color: 10294508.
HSL color Cylindrical-coordinate representation of color #EC149D: hue angle of 321.94º 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 #EC149D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 157 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.07 |
| HSL | 321.94º | 0.85% | 0.5% | - |
| HSV(B) | 321.94º | 0.92% | 0.93% | - |
| XYZ | 40.93 | 20.77 | 33.75 | - |
| YUV | 100.2 | 160.06 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 157 | 0 | 0.92 | 0.33 | 0.07 | 321.94 | 0.85 | 0.5 |
| Hex | EC | 14 | 9D | 0 | 5C | 21 | 7 | 142 | 55 | 32 |
| Octal | 354 | 24 | 235 | 0 | 134 | 41 | 7 | 502 | 125 | 62 |
| Binary | 11101100 | 10100 | 10011101 | 0 | 1011100 | 100001 | 111 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EC149D
Complementary color
Monochromatic Colors of #EC149D
Black with #EC149D
Text Example
Text Example
White with #EC149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC149D; }
p { color: rgb(236,20,157); }
H1.HeaderClassName
{
color: #EC149D;
}
.AnyTagClassName
{
color: #EC149D;
}
</style>
background-color css
<style>
a { background-color: #EC149D; }
a { background-color: rgb(236,20,157); }
div.DivClassName
{
background-color: #EC149D;
}
.BgClassName
{
background-color: #EC149D;
}
</style>
border-color css
<style>
span { border-color: #EC149D; }
span { border-color: rgb(236,20,157); }
td.TdClassName
{
border-color: #EC149D;
}
.TagClassName
{
border-color: #EC149D;
}
</style>