Shades of Hollywood Cerise #EC10A7
Tints of Hollywood Cerise #EC10A7
RGB
CMYK
RGB Variations
Color information
#EC10A7 (or 0xEC10A7) is known color: Hollywood Cerise. HEX triplet: EC, 10 and A7. RGB value is (236,16,167). Sum of RGB (Red+Green+Blue) = 236+16+167=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10A7 is #13EF58. Grayscale: #626262. Windows color (decimal): -1306457 or 10948844. OLE color: 10948844.
HSL color Cylindrical-coordinate representation of color #EC10A7: hue angle of 318.82º 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 #EC10A7 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 167 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.07 |
| HSL | 318.82º | 0.87% | 0.49% | - |
| HSV(B) | 318.82º | 0.93% | 0.93% | - |
| XYZ | 41.75 | 20.99 | 38.41 | - |
| YUV | 98.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 167 | 0 | 0.93 | 0.29 | 0.07 | 318.82 | 0.87 | 0.49 |
| Hex | EC | 10 | A7 | 0 | 5D | 1D | 7 | 13F | 57 | 31 |
| Octal | 354 | 20 | 247 | 0 | 135 | 35 | 7 | 477 | 127 | 61 |
| Binary | 11101100 | 10000 | 10100111 | 0 | 1011101 | 11101 | 111 | 100111111 | 1010111 | 110001 |
Color Harmonies of #EC10A7
Complementary color
Monochromatic Colors of #EC10A7
Black with #EC10A7
Text Example
Text Example
White with #EC10A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10A7; }
p { color: rgb(236,16,167); }
H1.HeaderClassName
{
color: #EC10A7;
}
.AnyTagClassName
{
color: #EC10A7;
}
</style>
background-color css
<style>
a { background-color: #EC10A7; }
a { background-color: rgb(236,16,167); }
div.DivClassName
{
background-color: #EC10A7;
}
.BgClassName
{
background-color: #EC10A7;
}
</style>
border-color css
<style>
span { border-color: #EC10A7; }
span { border-color: rgb(236,16,167); }
td.TdClassName
{
border-color: #EC10A7;
}
.TagClassName
{
border-color: #EC10A7;
}
</style>