Shades of Hollywood Cerise #EC03A2
Tints of Hollywood Cerise #EC03A2
RGB
CMYK
RGB Variations
Color information
#EC03A2 (or 0xEC03A2) is known color: Hollywood Cerise. HEX triplet: EC, 03 and A2. RGB value is (236,3,162). Sum of RGB (Red+Green+Blue) = 236+3+162=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03A2 is #13FC5D. Grayscale: #5A5A5A. Windows color (decimal): -1309790 or 10617836. OLE color: 10617836.
HSL color Cylindrical-coordinate representation of color #EC03A2: hue angle of 319.06º 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 #EC03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.07 |
| HSL | 319.06º | 0.97% | 0.47% | - |
| HSV(B) | 319.06º | 0.99% | 0.93% | - |
| XYZ | 41.15 | 20.51 | 35.97 | - |
| YUV | 90.79 | 168.19 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 162 | 0 | 0.99 | 0.31 | 0.07 | 319.06 | 0.97 | 0.47 |
| Hex | EC | 3 | A2 | 0 | 63 | 1F | 7 | 13F | 61 | 2F |
| Octal | 354 | 3 | 242 | 0 | 143 | 37 | 7 | 477 | 141 | 57 |
| Binary | 11101100 | 11 | 10100010 | 0 | 1100011 | 11111 | 111 | 100111111 | 1100001 | 101111 |
Color Harmonies of #EC03A2
Complementary color
Monochromatic Colors of #EC03A2
Black with #EC03A2
Text Example
Text Example
White with #EC03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03A2; }
p { color: rgb(236,3,162); }
H1.HeaderClassName
{
color: #EC03A2;
}
.AnyTagClassName
{
color: #EC03A2;
}
</style>
background-color css
<style>
a { background-color: #EC03A2; }
a { background-color: rgb(236,3,162); }
div.DivClassName
{
background-color: #EC03A2;
}
.BgClassName
{
background-color: #EC03A2;
}
</style>
border-color css
<style>
span { border-color: #EC03A2; }
span { border-color: rgb(236,3,162); }
td.TdClassName
{
border-color: #EC03A2;
}
.TagClassName
{
border-color: #EC03A2;
}
</style>