Shades of Hollywood Cerise #EC09AF
Tints of Hollywood Cerise #EC09AF
RGB
CMYK
RGB Variations
Color information
#EC09AF (or 0xEC09AF) is known color: Hollywood Cerise. HEX triplet: EC, 09 and AF. RGB value is (236,9,175). Sum of RGB (Red+Green+Blue) = 236+9+175=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC09AF is #13F650. Grayscale: #5F5F5F. Windows color (decimal): -1308241 or 11471340. OLE color: 11471340.
HSL color Cylindrical-coordinate representation of color #EC09AF: hue angle of 316.12º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09AF is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.07 |
| HSL | 316.12º | 0.93% | 0.48% | - |
| HSV(B) | 316.12º | 0.96% | 0.93% | - |
| XYZ | 42.43 | 21.12 | 42.4 | - |
| YUV | 95.8 | 172.71 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 175 | 0 | 0.96 | 0.26 | 0.07 | 316.12 | 0.93 | 0.48 |
| Hex | EC | 9 | AF | 0 | 60 | 1A | 7 | 13C | 5D | 30 |
| Octal | 354 | 11 | 257 | 0 | 140 | 32 | 7 | 474 | 135 | 60 |
| Binary | 11101100 | 1001 | 10101111 | 0 | 1100000 | 11010 | 111 | 100111100 | 1011101 | 110000 |
Color Harmonies of #EC09AF
Complementary color
Monochromatic Colors of #EC09AF
Black with #EC09AF
Text Example
Text Example
White with #EC09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09AF; }
p { color: rgb(236,9,175); }
H1.HeaderClassName
{
color: #EC09AF;
}
.AnyTagClassName
{
color: #EC09AF;
}
</style>
background-color css
<style>
a { background-color: #EC09AF; }
a { background-color: rgb(236,9,175); }
div.DivClassName
{
background-color: #EC09AF;
}
.BgClassName
{
background-color: #EC09AF;
}
</style>
border-color css
<style>
span { border-color: #EC09AF; }
span { border-color: rgb(236,9,175); }
td.TdClassName
{
border-color: #EC09AF;
}
.TagClassName
{
border-color: #EC09AF;
}
</style>