Shades of Hollywood Cerise #EC07A0
Tints of Hollywood Cerise #EC07A0
RGB
CMYK
RGB Variations
Color information
#EC07A0 (or 0xEC07A0) is known color: Hollywood Cerise. HEX triplet: EC, 07 and A0. RGB value is (236,7,160). Sum of RGB (Red+Green+Blue) = 236+7+160=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07A0 is #13F85F. Grayscale: #5C5C5C. Windows color (decimal): -1308768 or 10487788. OLE color: 10487788.
HSL color Cylindrical-coordinate representation of color #EC07A0: hue angle of 319.91º 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 #EC07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.07 |
| HSL | 319.91º | 0.94% | 0.48% | - |
| HSV(B) | 319.91º | 0.97% | 0.93% | - |
| XYZ | 41.01 | 20.52 | 35.06 | - |
| YUV | 92.91 | 165.87 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 160 | 0 | 0.97 | 0.32 | 0.07 | 319.91 | 0.94 | 0.48 |
| Hex | EC | 7 | A0 | 0 | 61 | 20 | 7 | 140 | 5E | 30 |
| Octal | 354 | 7 | 240 | 0 | 141 | 40 | 7 | 500 | 136 | 60 |
| Binary | 11101100 | 111 | 10100000 | 0 | 1100001 | 100000 | 111 | 101000000 | 1011110 | 110000 |
Color Harmonies of #EC07A0
Complementary color
Monochromatic Colors of #EC07A0
Black with #EC07A0
Text Example
Text Example
White with #EC07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07A0; }
p { color: rgb(236,7,160); }
H1.HeaderClassName
{
color: #EC07A0;
}
.AnyTagClassName
{
color: #EC07A0;
}
</style>
background-color css
<style>
a { background-color: #EC07A0; }
a { background-color: rgb(236,7,160); }
div.DivClassName
{
background-color: #EC07A0;
}
.BgClassName
{
background-color: #EC07A0;
}
</style>
border-color css
<style>
span { border-color: #EC07A0; }
span { border-color: rgb(236,7,160); }
td.TdClassName
{
border-color: #EC07A0;
}
.TagClassName
{
border-color: #EC07A0;
}
</style>