Shades of Hollywood Cerise #EC15A2
Tints of Hollywood Cerise #EC15A2
RGB
CMYK
RGB Variations
Color information
#EC15A2 (or 0xEC15A2) is known color: Hollywood Cerise. HEX triplet: EC, 15 and A2. RGB value is (236,21,162). Sum of RGB (Red+Green+Blue) = 236+21+162=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC15A2 is #13EA5D. Grayscale: #656565. Windows color (decimal): -1305182 or 10622444. OLE color: 10622444.
HSL color Cylindrical-coordinate representation of color #EC15A2: hue angle of 320.65º 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 #EC15A2 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 162 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.07 |
| HSL | 320.65º | 0.85% | 0.5% | - |
| HSV(B) | 320.65º | 0.91% | 0.93% | - |
| XYZ | 41.38 | 20.98 | 36.05 | - |
| YUV | 101.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 162 | 0 | 0.91 | 0.31 | 0.07 | 320.65 | 0.85 | 0.5 |
| Hex | EC | 15 | A2 | 0 | 5B | 1F | 7 | 141 | 55 | 32 |
| Octal | 354 | 25 | 242 | 0 | 133 | 37 | 7 | 501 | 125 | 62 |
| Binary | 11101100 | 10101 | 10100010 | 0 | 1011011 | 11111 | 111 | 101000001 | 1010101 | 110010 |
Color Harmonies of #EC15A2
Complementary color
Monochromatic Colors of #EC15A2
Black with #EC15A2
Text Example
Text Example
White with #EC15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15A2; }
p { color: rgb(236,21,162); }
H1.HeaderClassName
{
color: #EC15A2;
}
.AnyTagClassName
{
color: #EC15A2;
}
</style>
background-color css
<style>
a { background-color: #EC15A2; }
a { background-color: rgb(236,21,162); }
div.DivClassName
{
background-color: #EC15A2;
}
.BgClassName
{
background-color: #EC15A2;
}
</style>
border-color css
<style>
span { border-color: #EC15A2; }
span { border-color: rgb(236,21,162); }
td.TdClassName
{
border-color: #EC15A2;
}
.TagClassName
{
border-color: #EC15A2;
}
</style>