Shades of Hollywood Cerise #EC09A7
Tints of Hollywood Cerise #EC09A7
RGB
CMYK
RGB Variations
Color information
#EC09A7 (or 0xEC09A7) is known color: Hollywood Cerise. HEX triplet: EC, 09 and A7. RGB value is (236,9,167). Sum of RGB (Red+Green+Blue) = 236+9+167=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC09A7 is #13F658. Grayscale: #5E5E5E. Windows color (decimal): -1308249 or 10947052. OLE color: 10947052.
HSL color Cylindrical-coordinate representation of color #EC09A7: hue angle of 318.24º 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 #EC09A7 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.07 |
| HSL | 318.24º | 0.93% | 0.48% | - |
| HSV(B) | 318.24º | 0.96% | 0.93% | - |
| XYZ | 41.66 | 20.82 | 38.38 | - |
| YUV | 94.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 167 | 0 | 0.96 | 0.29 | 0.07 | 318.24 | 0.93 | 0.48 |
| Hex | EC | 9 | A7 | 0 | 60 | 1D | 7 | 13E | 5D | 30 |
| Octal | 354 | 11 | 247 | 0 | 140 | 35 | 7 | 476 | 135 | 60 |
| Binary | 11101100 | 1001 | 10100111 | 0 | 1100000 | 11101 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #EC09A7
Complementary color
Monochromatic Colors of #EC09A7
Black with #EC09A7
Text Example
Text Example
White with #EC09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09A7; }
p { color: rgb(236,9,167); }
H1.HeaderClassName
{
color: #EC09A7;
}
.AnyTagClassName
{
color: #EC09A7;
}
</style>
background-color css
<style>
a { background-color: #EC09A7; }
a { background-color: rgb(236,9,167); }
div.DivClassName
{
background-color: #EC09A7;
}
.BgClassName
{
background-color: #EC09A7;
}
</style>
border-color css
<style>
span { border-color: #EC09A7; }
span { border-color: rgb(236,9,167); }
td.TdClassName
{
border-color: #EC09A7;
}
.TagClassName
{
border-color: #EC09A7;
}
</style>