Shades of Hollywood Cerise #EC03AC
Tints of Hollywood Cerise #EC03AC
RGB
CMYK
RGB Variations
Color information
#EC03AC (or 0xEC03AC) is known color: Hollywood Cerise. HEX triplet: EC, 03 and AC. RGB value is (236,3,172). Sum of RGB (Red+Green+Blue) = 236+3+172=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03AC is #13FC53. Grayscale: #5B5B5B. Windows color (decimal): -1309780 or 11273196. OLE color: 11273196.
HSL color Cylindrical-coordinate representation of color #EC03AC: hue angle of 316.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03AC is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.07 |
| HSL | 316.48º | 0.97% | 0.47% | - |
| HSV(B) | 316.48º | 0.99% | 0.93% | - |
| XYZ | 42.07 | 20.88 | 40.84 | - |
| YUV | 91.93 | 173.19 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 172 | 0 | 0.99 | 0.27 | 0.07 | 316.48 | 0.97 | 0.47 |
| Hex | EC | 3 | AC | 0 | 63 | 1B | 7 | 13C | 61 | 2F |
| Octal | 354 | 3 | 254 | 0 | 143 | 33 | 7 | 474 | 141 | 57 |
| Binary | 11101100 | 11 | 10101100 | 0 | 1100011 | 11011 | 111 | 100111100 | 1100001 | 101111 |
Color Harmonies of #EC03AC
Complementary color
Monochromatic Colors of #EC03AC
Black with #EC03AC
Text Example
Text Example
White with #EC03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03AC; }
p { color: rgb(236,3,172); }
H1.HeaderClassName
{
color: #EC03AC;
}
.AnyTagClassName
{
color: #EC03AC;
}
</style>
background-color css
<style>
a { background-color: #EC03AC; }
a { background-color: rgb(236,3,172); }
div.DivClassName
{
background-color: #EC03AC;
}
.BgClassName
{
background-color: #EC03AC;
}
</style>
border-color css
<style>
span { border-color: #EC03AC; }
span { border-color: rgb(236,3,172); }
td.TdClassName
{
border-color: #EC03AC;
}
.TagClassName
{
border-color: #EC03AC;
}
</style>