Shades of Hollywood Cerise #EC03A8
Tints of Hollywood Cerise #EC03A8
RGB
CMYK
RGB Variations
Color information
#EC03A8 (or 0xEC03A8) is known color: Hollywood Cerise. HEX triplet: EC, 03 and A8. RGB value is (236,3,168). Sum of RGB (Red+Green+Blue) = 236+3+168=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03A8 is #13FC57. Grayscale: #5B5B5B. Windows color (decimal): -1309784 or 11011052. OLE color: 11011052.
HSL color Cylindrical-coordinate representation of color #EC03A8: hue angle of 317.51º 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 #EC03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.07 |
| HSL | 317.51º | 0.97% | 0.47% | - |
| HSV(B) | 317.51º | 0.99% | 0.93% | - |
| XYZ | 41.69 | 20.73 | 38.85 | - |
| YUV | 91.48 | 171.19 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 168 | 0 | 0.99 | 0.29 | 0.07 | 317.51 | 0.97 | 0.47 |
| Hex | EC | 3 | A8 | 0 | 63 | 1D | 7 | 13E | 61 | 2F |
| Octal | 354 | 3 | 250 | 0 | 143 | 35 | 7 | 476 | 141 | 57 |
| Binary | 11101100 | 11 | 10101000 | 0 | 1100011 | 11101 | 111 | 100111110 | 1100001 | 101111 |
Color Harmonies of #EC03A8
Complementary color
Monochromatic Colors of #EC03A8
Black with #EC03A8
Text Example
Text Example
White with #EC03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03A8; }
p { color: rgb(236,3,168); }
H1.HeaderClassName
{
color: #EC03A8;
}
.AnyTagClassName
{
color: #EC03A8;
}
</style>
background-color css
<style>
a { background-color: #EC03A8; }
a { background-color: rgb(236,3,168); }
div.DivClassName
{
background-color: #EC03A8;
}
.BgClassName
{
background-color: #EC03A8;
}
</style>
border-color css
<style>
span { border-color: #EC03A8; }
span { border-color: rgb(236,3,168); }
td.TdClassName
{
border-color: #EC03A8;
}
.TagClassName
{
border-color: #EC03A8;
}
</style>