Shades of Hollywood Cerise #EC10AE
Tints of Hollywood Cerise #EC10AE
RGB
CMYK
RGB Variations
Color information
#EC10AE (or 0xEC10AE) is known color: Hollywood Cerise. HEX triplet: EC, 10 and AE. RGB value is (236,16,174). Sum of RGB (Red+Green+Blue) = 236+16+174=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10AE is #13EF51. Grayscale: #636363. Windows color (decimal): -1306450 or 11407596. OLE color: 11407596.
HSL color Cylindrical-coordinate representation of color #EC10AE: hue angle of 316.91º 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 #EC10AE is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 174 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.07 |
| HSL | 316.91º | 0.87% | 0.49% | - |
| HSV(B) | 316.91º | 0.93% | 0.93% | - |
| XYZ | 42.42 | 21.26 | 41.91 | - |
| YUV | 99.79 | 169.89 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 174 | 0 | 0.93 | 0.26 | 0.07 | 316.91 | 0.87 | 0.49 |
| Hex | EC | 10 | AE | 0 | 5D | 1A | 7 | 13D | 57 | 31 |
| Octal | 354 | 20 | 256 | 0 | 135 | 32 | 7 | 475 | 127 | 61 |
| Binary | 11101100 | 10000 | 10101110 | 0 | 1011101 | 11010 | 111 | 100111101 | 1010111 | 110001 |
Color Harmonies of #EC10AE
Complementary color
Monochromatic Colors of #EC10AE
Black with #EC10AE
Text Example
Text Example
White with #EC10AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10AE; }
p { color: rgb(236,16,174); }
H1.HeaderClassName
{
color: #EC10AE;
}
.AnyTagClassName
{
color: #EC10AE;
}
</style>
background-color css
<style>
a { background-color: #EC10AE; }
a { background-color: rgb(236,16,174); }
div.DivClassName
{
background-color: #EC10AE;
}
.BgClassName
{
background-color: #EC10AE;
}
</style>
border-color css
<style>
span { border-color: #EC10AE; }
span { border-color: rgb(236,16,174); }
td.TdClassName
{
border-color: #EC10AE;
}
.TagClassName
{
border-color: #EC10AE;
}
</style>