Shades of Hollywood Cerise #EC07AA
Tints of Hollywood Cerise #EC07AA
RGB
CMYK
RGB Variations
Color information
#EC07AA (or 0xEC07AA) is known color: Hollywood Cerise. HEX triplet: EC, 07 and AA. RGB value is (236,7,170). Sum of RGB (Red+Green+Blue) = 236+7+170=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07AA is #13F855. Grayscale: #5D5D5D. Windows color (decimal): -1308758 or 11143148. OLE color: 11143148.
HSL color Cylindrical-coordinate representation of color #EC07AA: hue angle of 317.29º 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 #EC07AA is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.07 |
| HSL | 317.29º | 0.94% | 0.48% | - |
| HSV(B) | 317.29º | 0.97% | 0.93% | - |
| XYZ | 41.92 | 20.89 | 39.85 | - |
| YUV | 94.05 | 170.87 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 170 | 0 | 0.97 | 0.28 | 0.07 | 317.29 | 0.94 | 0.48 |
| Hex | EC | 7 | AA | 0 | 61 | 1C | 7 | 13D | 5E | 30 |
| Octal | 354 | 7 | 252 | 0 | 141 | 34 | 7 | 475 | 136 | 60 |
| Binary | 11101100 | 111 | 10101010 | 0 | 1100001 | 11100 | 111 | 100111101 | 1011110 | 110000 |
Color Harmonies of #EC07AA
Complementary color
Monochromatic Colors of #EC07AA
Black with #EC07AA
Text Example
Text Example
White with #EC07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07AA; }
p { color: rgb(236,7,170); }
H1.HeaderClassName
{
color: #EC07AA;
}
.AnyTagClassName
{
color: #EC07AA;
}
</style>
background-color css
<style>
a { background-color: #EC07AA; }
a { background-color: rgb(236,7,170); }
div.DivClassName
{
background-color: #EC07AA;
}
.BgClassName
{
background-color: #EC07AA;
}
</style>
border-color css
<style>
span { border-color: #EC07AA; }
span { border-color: rgb(236,7,170); }
td.TdClassName
{
border-color: #EC07AA;
}
.TagClassName
{
border-color: #EC07AA;
}
</style>