Shades of Hollywood Cerise #EC07A4
Tints of Hollywood Cerise #EC07A4
RGB
CMYK
RGB Variations
Color information
#EC07A4 (or 0xEC07A4) is known color: Hollywood Cerise. HEX triplet: EC, 07 and A4. RGB value is (236,7,164). Sum of RGB (Red+Green+Blue) = 236+7+164=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07A4 is #13F85B. Grayscale: #5C5C5C. Windows color (decimal): -1308764 or 10749932. OLE color: 10749932.
HSL color Cylindrical-coordinate representation of color #EC07A4: hue angle of 318.86º 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 #EC07A4 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 164 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.07 |
| HSL | 318.86º | 0.94% | 0.48% | - |
| HSV(B) | 318.86º | 0.97% | 0.93% | - |
| XYZ | 41.37 | 20.67 | 36.93 | - |
| YUV | 93.37 | 167.87 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 164 | 0 | 0.97 | 0.31 | 0.07 | 318.86 | 0.94 | 0.48 |
| Hex | EC | 7 | A4 | 0 | 61 | 1F | 7 | 13F | 5E | 30 |
| Octal | 354 | 7 | 244 | 0 | 141 | 37 | 7 | 477 | 136 | 60 |
| Binary | 11101100 | 111 | 10100100 | 0 | 1100001 | 11111 | 111 | 100111111 | 1011110 | 110000 |
Color Harmonies of #EC07A4
Complementary color
Monochromatic Colors of #EC07A4
Black with #EC07A4
Text Example
Text Example
White with #EC07A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07A4; }
p { color: rgb(236,7,164); }
H1.HeaderClassName
{
color: #EC07A4;
}
.AnyTagClassName
{
color: #EC07A4;
}
</style>
background-color css
<style>
a { background-color: #EC07A4; }
a { background-color: rgb(236,7,164); }
div.DivClassName
{
background-color: #EC07A4;
}
.BgClassName
{
background-color: #EC07A4;
}
</style>
border-color css
<style>
span { border-color: #EC07A4; }
span { border-color: rgb(236,7,164); }
td.TdClassName
{
border-color: #EC07A4;
}
.TagClassName
{
border-color: #EC07A4;
}
</style>