Shades of Hollywood Cerise #EC07A8
Tints of Hollywood Cerise #EC07A8
RGB
CMYK
RGB Variations
Color information
#EC07A8 (or 0xEC07A8) is known color: Hollywood Cerise. HEX triplet: EC, 07 and A8. RGB value is (236,7,168). Sum of RGB (Red+Green+Blue) = 236+7+168=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07A8 is #13F857. Grayscale: #5D5D5D. Windows color (decimal): -1308760 or 11012076. OLE color: 11012076.
HSL color Cylindrical-coordinate representation of color #EC07A8: hue angle of 317.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07A8 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 168 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.07 |
| HSL | 317.82º | 0.94% | 0.48% | - |
| HSV(B) | 317.82º | 0.97% | 0.93% | - |
| XYZ | 41.74 | 20.81 | 38.86 | - |
| YUV | 93.83 | 169.87 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 168 | 0 | 0.97 | 0.29 | 0.07 | 317.82 | 0.94 | 0.48 |
| Hex | EC | 7 | A8 | 0 | 61 | 1D | 7 | 13E | 5E | 30 |
| Octal | 354 | 7 | 250 | 0 | 141 | 35 | 7 | 476 | 136 | 60 |
| Binary | 11101100 | 111 | 10101000 | 0 | 1100001 | 11101 | 111 | 100111110 | 1011110 | 110000 |
Color Harmonies of #EC07A8
Complementary color
Monochromatic Colors of #EC07A8
Black with #EC07A8
Text Example
Text Example
White with #EC07A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07A8; }
p { color: rgb(236,7,168); }
H1.HeaderClassName
{
color: #EC07A8;
}
.AnyTagClassName
{
color: #EC07A8;
}
</style>
background-color css
<style>
a { background-color: #EC07A8; }
a { background-color: rgb(236,7,168); }
div.DivClassName
{
background-color: #EC07A8;
}
.BgClassName
{
background-color: #EC07A8;
}
</style>
border-color css
<style>
span { border-color: #EC07A8; }
span { border-color: rgb(236,7,168); }
td.TdClassName
{
border-color: #EC07A8;
}
.TagClassName
{
border-color: #EC07A8;
}
</style>