Shades of Hollywood Cerise #EC07A2
Tints of Hollywood Cerise #EC07A2
RGB
CMYK
RGB Variations
Color information
#EC07A2 (or 0xEC07A2) is known color: Hollywood Cerise. HEX triplet: EC, 07 and A2. RGB value is (236,7,162). Sum of RGB (Red+Green+Blue) = 236+7+162=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07A2 is #13F85D. Grayscale: #5C5C5C. Windows color (decimal): -1308766 or 10618860. OLE color: 10618860.
HSL color Cylindrical-coordinate representation of color #EC07A2: hue angle of 319.39º 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 #EC07A2 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.07 |
| HSL | 319.39º | 0.94% | 0.48% | - |
| HSV(B) | 319.39º | 0.97% | 0.93% | - |
| XYZ | 41.19 | 20.59 | 35.99 | - |
| YUV | 93.14 | 166.87 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 162 | 0 | 0.97 | 0.31 | 0.07 | 319.39 | 0.94 | 0.48 |
| Hex | EC | 7 | A2 | 0 | 61 | 1F | 7 | 13F | 5E | 30 |
| Octal | 354 | 7 | 242 | 0 | 141 | 37 | 7 | 477 | 136 | 60 |
| Binary | 11101100 | 111 | 10100010 | 0 | 1100001 | 11111 | 111 | 100111111 | 1011110 | 110000 |
Color Harmonies of #EC07A2
Complementary color
Monochromatic Colors of #EC07A2
Black with #EC07A2
Text Example
Text Example
White with #EC07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07A2; }
p { color: rgb(236,7,162); }
H1.HeaderClassName
{
color: #EC07A2;
}
.AnyTagClassName
{
color: #EC07A2;
}
</style>
background-color css
<style>
a { background-color: #EC07A2; }
a { background-color: rgb(236,7,162); }
div.DivClassName
{
background-color: #EC07A2;
}
.BgClassName
{
background-color: #EC07A2;
}
</style>
border-color css
<style>
span { border-color: #EC07A2; }
span { border-color: rgb(236,7,162); }
td.TdClassName
{
border-color: #EC07A2;
}
.TagClassName
{
border-color: #EC07A2;
}
</style>