Shades of Hollywood Cerise #EC10AD
Tints of Hollywood Cerise #EC10AD
RGB
CMYK
RGB Variations
Color information
#EC10AD (or 0xEC10AD) is known color: Hollywood Cerise. HEX triplet: EC, 10 and AD. RGB value is (236,16,173). Sum of RGB (Red+Green+Blue) = 236+16+173=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10AD is #13EF52. Grayscale: #636363. Windows color (decimal): -1306451 or 11342060. OLE color: 11342060.
HSL color Cylindrical-coordinate representation of color #EC10AD: hue angle of 317.18º 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 #EC10AD is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.07 |
| HSL | 317.18º | 0.87% | 0.49% | - |
| HSV(B) | 317.18º | 0.93% | 0.93% | - |
| XYZ | 42.32 | 21.22 | 41.4 | - |
| YUV | 99.68 | 169.39 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 173 | 0 | 0.93 | 0.27 | 0.07 | 317.18 | 0.87 | 0.49 |
| Hex | EC | 10 | AD | 0 | 5D | 1B | 7 | 13D | 57 | 31 |
| Octal | 354 | 20 | 255 | 0 | 135 | 33 | 7 | 475 | 127 | 61 |
| Binary | 11101100 | 10000 | 10101101 | 0 | 1011101 | 11011 | 111 | 100111101 | 1010111 | 110001 |
Color Harmonies of #EC10AD
Complementary color
Monochromatic Colors of #EC10AD
Black with #EC10AD
Text Example
Text Example
White with #EC10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10AD; }
p { color: rgb(236,16,173); }
H1.HeaderClassName
{
color: #EC10AD;
}
.AnyTagClassName
{
color: #EC10AD;
}
</style>
background-color css
<style>
a { background-color: #EC10AD; }
a { background-color: rgb(236,16,173); }
div.DivClassName
{
background-color: #EC10AD;
}
.BgClassName
{
background-color: #EC10AD;
}
</style>
border-color css
<style>
span { border-color: #EC10AD; }
span { border-color: rgb(236,16,173); }
td.TdClassName
{
border-color: #EC10AD;
}
.TagClassName
{
border-color: #EC10AD;
}
</style>