Shades of Hollywood Cerise #EC06AA
Tints of Hollywood Cerise #EC06AA
RGB
CMYK
RGB Variations
Color information
#EC06AA (or 0xEC06AA) is known color: Hollywood Cerise. HEX triplet: EC, 06 and AA. RGB value is (236,6,170). Sum of RGB (Red+Green+Blue) = 236+6+170=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06AA is #13F955. Grayscale: #5D5D5D. Windows color (decimal): -1309014 or 11142892. OLE color: 11142892.
HSL color Cylindrical-coordinate representation of color #EC06AA: hue angle of 317.22º 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 #EC06AA is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.07 |
| HSL | 317.22º | 0.95% | 0.47% | - |
| HSV(B) | 317.22º | 0.97% | 0.93% | - |
| XYZ | 41.91 | 20.87 | 39.85 | - |
| YUV | 93.47 | 171.2 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 170 | 0 | 0.97 | 0.28 | 0.07 | 317.22 | 0.95 | 0.47 |
| Hex | EC | 6 | AA | 0 | 61 | 1C | 7 | 13D | 5F | 2F |
| Octal | 354 | 6 | 252 | 0 | 141 | 34 | 7 | 475 | 137 | 57 |
| Binary | 11101100 | 110 | 10101010 | 0 | 1100001 | 11100 | 111 | 100111101 | 1011111 | 101111 |
Color Harmonies of #EC06AA
Complementary color
Monochromatic Colors of #EC06AA
Black with #EC06AA
Text Example
Text Example
White with #EC06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06AA; }
p { color: rgb(236,6,170); }
H1.HeaderClassName
{
color: #EC06AA;
}
.AnyTagClassName
{
color: #EC06AA;
}
</style>
background-color css
<style>
a { background-color: #EC06AA; }
a { background-color: rgb(236,6,170); }
div.DivClassName
{
background-color: #EC06AA;
}
.BgClassName
{
background-color: #EC06AA;
}
</style>
border-color css
<style>
span { border-color: #EC06AA; }
span { border-color: rgb(236,6,170); }
td.TdClassName
{
border-color: #EC06AA;
}
.TagClassName
{
border-color: #EC06AA;
}
</style>