Shades of Hollywood Cerise #EC09AD
Tints of Hollywood Cerise #EC09AD
RGB
CMYK
RGB Variations
Color information
#EC09AD (or 0xEC09AD) is known color: Hollywood Cerise. HEX triplet: EC, 09 and AD. RGB value is (236,9,173). Sum of RGB (Red+Green+Blue) = 236+9+173=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC09AD is #13F652. Grayscale: #5F5F5F. Windows color (decimal): -1308243 or 11340268. OLE color: 11340268.
HSL color Cylindrical-coordinate representation of color #EC09AD: hue angle of 316.65º 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 #EC09AD is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.07 |
| HSL | 316.65º | 0.93% | 0.48% | - |
| HSV(B) | 316.65º | 0.96% | 0.93% | - |
| XYZ | 42.23 | 21.05 | 41.37 | - |
| YUV | 95.57 | 171.71 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 173 | 0 | 0.96 | 0.27 | 0.07 | 316.65 | 0.93 | 0.48 |
| Hex | EC | 9 | AD | 0 | 60 | 1B | 7 | 13D | 5D | 30 |
| Octal | 354 | 11 | 255 | 0 | 140 | 33 | 7 | 475 | 135 | 60 |
| Binary | 11101100 | 1001 | 10101101 | 0 | 1100000 | 11011 | 111 | 100111101 | 1011101 | 110000 |
Color Harmonies of #EC09AD
Complementary color
Monochromatic Colors of #EC09AD
Black with #EC09AD
Text Example
Text Example
White with #EC09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09AD; }
p { color: rgb(236,9,173); }
H1.HeaderClassName
{
color: #EC09AD;
}
.AnyTagClassName
{
color: #EC09AD;
}
</style>
background-color css
<style>
a { background-color: #EC09AD; }
a { background-color: rgb(236,9,173); }
div.DivClassName
{
background-color: #EC09AD;
}
.BgClassName
{
background-color: #EC09AD;
}
</style>
border-color css
<style>
span { border-color: #EC09AD; }
span { border-color: rgb(236,9,173); }
td.TdClassName
{
border-color: #EC09AD;
}
.TagClassName
{
border-color: #EC09AD;
}
</style>