Shades of Hollywood Cerise #EC06A3
Tints of Hollywood Cerise #EC06A3
RGB
CMYK
RGB Variations
Color information
#EC06A3 (or 0xEC06A3) is known color: Hollywood Cerise. HEX triplet: EC, 06 and A3. RGB value is (236,6,163). Sum of RGB (Red+Green+Blue) = 236+6+163=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06A3 is #13F95C. Grayscale: #5C5C5C. Windows color (decimal): -1309021 or 10684140. OLE color: 10684140.
HSL color Cylindrical-coordinate representation of color #EC06A3: hue angle of 319.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06A3 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 163 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.07 |
| HSL | 319.04º | 0.95% | 0.47% | - |
| HSV(B) | 319.04º | 0.97% | 0.93% | - |
| XYZ | 41.27 | 20.61 | 36.45 | - |
| YUV | 92.67 | 167.7 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 163 | 0 | 0.97 | 0.31 | 0.07 | 319.04 | 0.95 | 0.47 |
| Hex | EC | 6 | A3 | 0 | 61 | 1F | 7 | 13F | 5F | 2F |
| Octal | 354 | 6 | 243 | 0 | 141 | 37 | 7 | 477 | 137 | 57 |
| Binary | 11101100 | 110 | 10100011 | 0 | 1100001 | 11111 | 111 | 100111111 | 1011111 | 101111 |
Color Harmonies of #EC06A3
Complementary color
Monochromatic Colors of #EC06A3
Black with #EC06A3
Text Example
Text Example
White with #EC06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06A3; }
p { color: rgb(236,6,163); }
H1.HeaderClassName
{
color: #EC06A3;
}
.AnyTagClassName
{
color: #EC06A3;
}
</style>
background-color css
<style>
a { background-color: #EC06A3; }
a { background-color: rgb(236,6,163); }
div.DivClassName
{
background-color: #EC06A3;
}
.BgClassName
{
background-color: #EC06A3;
}
</style>
border-color css
<style>
span { border-color: #EC06A3; }
span { border-color: rgb(236,6,163); }
td.TdClassName
{
border-color: #EC06A3;
}
.TagClassName
{
border-color: #EC06A3;
}
</style>