Shades of Hollywood Cerise #EC15A1
Tints of Hollywood Cerise #EC15A1
RGB
CMYK
RGB Variations
Color information
#EC15A1 (or 0xEC15A1) is known color: Hollywood Cerise. HEX triplet: EC, 15 and A1. RGB value is (236,21,161). Sum of RGB (Red+Green+Blue) = 236+21+161=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC15A1 is #13EA5E. Grayscale: #646464. Windows color (decimal): -1305183 or 10556908. OLE color: 10556908.
HSL color Cylindrical-coordinate representation of color #EC15A1: hue angle of 320.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15A1 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.07 |
| HSL | 320.93º | 0.85% | 0.5% | - |
| HSV(B) | 320.93º | 0.91% | 0.93% | - |
| XYZ | 41.29 | 20.94 | 35.58 | - |
| YUV | 101.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 161 | 0 | 0.91 | 0.32 | 0.07 | 320.93 | 0.85 | 0.5 |
| Hex | EC | 15 | A1 | 0 | 5B | 20 | 7 | 141 | 55 | 32 |
| Octal | 354 | 25 | 241 | 0 | 133 | 40 | 7 | 501 | 125 | 62 |
| Binary | 11101100 | 10101 | 10100001 | 0 | 1011011 | 100000 | 111 | 101000001 | 1010101 | 110010 |
Color Harmonies of #EC15A1
Complementary color
Monochromatic Colors of #EC15A1
Black with #EC15A1
Text Example
Text Example
White with #EC15A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15A1; }
p { color: rgb(236,21,161); }
H1.HeaderClassName
{
color: #EC15A1;
}
.AnyTagClassName
{
color: #EC15A1;
}
</style>
background-color css
<style>
a { background-color: #EC15A1; }
a { background-color: rgb(236,21,161); }
div.DivClassName
{
background-color: #EC15A1;
}
.BgClassName
{
background-color: #EC15A1;
}
</style>
border-color css
<style>
span { border-color: #EC15A1; }
span { border-color: rgb(236,21,161); }
td.TdClassName
{
border-color: #EC15A1;
}
.TagClassName
{
border-color: #EC15A1;
}
</style>