Shades of Hollywood Cerise #EC04AE
Tints of Hollywood Cerise #EC04AE
RGB
CMYK
RGB Variations
Color information
#EC04AE (or 0xEC04AE) is known color: Hollywood Cerise. HEX triplet: EC, 04 and AE. RGB value is (236,4,174). Sum of RGB (Red+Green+Blue) = 236+4+174=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC04AE is #13FB51. Grayscale: #5C5C5C. Windows color (decimal): -1309522 or 11404524. OLE color: 11404524.
HSL color Cylindrical-coordinate representation of color #EC04AE: hue angle of 316.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04AE is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 174 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.07 |
| HSL | 316.03º | 0.97% | 0.47% | - |
| HSV(B) | 316.03º | 0.98% | 0.93% | - |
| XYZ | 42.28 | 20.98 | 41.86 | - |
| YUV | 92.75 | 173.86 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 174 | 0 | 0.98 | 0.26 | 0.07 | 316.03 | 0.97 | 0.47 |
| Hex | EC | 4 | AE | 0 | 62 | 1A | 7 | 13C | 61 | 2F |
| Octal | 354 | 4 | 256 | 0 | 142 | 32 | 7 | 474 | 141 | 57 |
| Binary | 11101100 | 100 | 10101110 | 0 | 1100010 | 11010 | 111 | 100111100 | 1100001 | 101111 |
Color Harmonies of #EC04AE
Complementary color
Monochromatic Colors of #EC04AE
Black with #EC04AE
Text Example
Text Example
White with #EC04AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04AE; }
p { color: rgb(236,4,174); }
H1.HeaderClassName
{
color: #EC04AE;
}
.AnyTagClassName
{
color: #EC04AE;
}
</style>
background-color css
<style>
a { background-color: #EC04AE; }
a { background-color: rgb(236,4,174); }
div.DivClassName
{
background-color: #EC04AE;
}
.BgClassName
{
background-color: #EC04AE;
}
</style>
border-color css
<style>
span { border-color: #EC04AE; }
span { border-color: rgb(236,4,174); }
td.TdClassName
{
border-color: #EC04AE;
}
.TagClassName
{
border-color: #EC04AE;
}
</style>