Shades of Hollywood Cerise #EC10AF
Tints of Hollywood Cerise #EC10AF
RGB
CMYK
RGB Variations
Color information
#EC10AF (or 0xEC10AF) is known color: Hollywood Cerise. HEX triplet: EC, 10 and AF. RGB value is (236,16,175). Sum of RGB (Red+Green+Blue) = 236+16+175=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10AF is #13EF50. Grayscale: #636363. Windows color (decimal): -1306449 or 11473132. OLE color: 11473132.
HSL color Cylindrical-coordinate representation of color #EC10AF: hue angle of 316.64º 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 #EC10AF is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 175 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.07 |
| HSL | 316.64º | 0.87% | 0.49% | - |
| HSV(B) | 316.64º | 0.93% | 0.93% | - |
| XYZ | 42.52 | 21.3 | 42.43 | - |
| YUV | 99.91 | 170.39 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 175 | 0 | 0.93 | 0.26 | 0.07 | 316.64 | 0.87 | 0.49 |
| Hex | EC | 10 | AF | 0 | 5D | 1A | 7 | 13D | 57 | 31 |
| Octal | 354 | 20 | 257 | 0 | 135 | 32 | 7 | 475 | 127 | 61 |
| Binary | 11101100 | 10000 | 10101111 | 0 | 1011101 | 11010 | 111 | 100111101 | 1010111 | 110001 |
Color Harmonies of #EC10AF
Complementary color
Monochromatic Colors of #EC10AF
Black with #EC10AF
Text Example
Text Example
White with #EC10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10AF; }
p { color: rgb(236,16,175); }
H1.HeaderClassName
{
color: #EC10AF;
}
.AnyTagClassName
{
color: #EC10AF;
}
</style>
background-color css
<style>
a { background-color: #EC10AF; }
a { background-color: rgb(236,16,175); }
div.DivClassName
{
background-color: #EC10AF;
}
.BgClassName
{
background-color: #EC10AF;
}
</style>
border-color css
<style>
span { border-color: #EC10AF; }
span { border-color: rgb(236,16,175); }
td.TdClassName
{
border-color: #EC10AF;
}
.TagClassName
{
border-color: #EC10AF;
}
</style>