Shades of Hollywood Cerise #EC03A6
Tints of Hollywood Cerise #EC03A6
RGB
CMYK
RGB Variations
Color information
#EC03A6 (or 0xEC03A6) is known color: Hollywood Cerise. HEX triplet: EC, 03 and A6. RGB value is (236,3,166). Sum of RGB (Red+Green+Blue) = 236+3+166=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03A6 is #13FC59. Grayscale: #5A5A5A. Windows color (decimal): -1309786 or 10879980. OLE color: 10879980.
HSL color Cylindrical-coordinate representation of color #EC03A6: hue angle of 318.03º 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 #EC03A6 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.07 |
| HSL | 318.03º | 0.97% | 0.47% | - |
| HSV(B) | 318.03º | 0.99% | 0.93% | - |
| XYZ | 41.51 | 20.65 | 37.87 | - |
| YUV | 91.25 | 170.19 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 166 | 0 | 0.99 | 0.30 | 0.07 | 318.03 | 0.97 | 0.47 |
| Hex | EC | 3 | A6 | 0 | 63 | 1E | 7 | 13E | 61 | 2F |
| Octal | 354 | 3 | 246 | 0 | 143 | 36 | 7 | 476 | 141 | 57 |
| Binary | 11101100 | 11 | 10100110 | 0 | 1100011 | 11110 | 111 | 100111110 | 1100001 | 101111 |
Color Harmonies of #EC03A6
Complementary color
Monochromatic Colors of #EC03A6
Black with #EC03A6
Text Example
Text Example
White with #EC03A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03A6; }
p { color: rgb(236,3,166); }
H1.HeaderClassName
{
color: #EC03A6;
}
.AnyTagClassName
{
color: #EC03A6;
}
</style>
background-color css
<style>
a { background-color: #EC03A6; }
a { background-color: rgb(236,3,166); }
div.DivClassName
{
background-color: #EC03A6;
}
.BgClassName
{
background-color: #EC03A6;
}
</style>
border-color css
<style>
span { border-color: #EC03A6; }
span { border-color: rgb(236,3,166); }
td.TdClassName
{
border-color: #EC03A6;
}
.TagClassName
{
border-color: #EC03A6;
}
</style>