Shades of Hollywood Cerise #EC099D
Tints of Hollywood Cerise #EC099D
RGB
CMYK
RGB Variations
Color information
#EC099D (or 0xEC099D) is known color: Hollywood Cerise. HEX triplet: EC, 09 and 9D. RGB value is (236,9,157). Sum of RGB (Red+Green+Blue) = 236+9+157=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC099D is #13F662. Grayscale: #5D5D5D. Windows color (decimal): -1308259 or 10291692. OLE color: 10291692.
HSL color Cylindrical-coordinate representation of color #EC099D: hue angle of 320.88º 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 #EC099D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.07 |
| HSL | 320.88º | 0.93% | 0.48% | - |
| HSV(B) | 320.88º | 0.96% | 0.93% | - |
| XYZ | 40.78 | 20.46 | 33.7 | - |
| YUV | 93.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 157 | 0 | 0.96 | 0.33 | 0.07 | 320.88 | 0.93 | 0.48 |
| Hex | EC | 9 | 9D | 0 | 60 | 21 | 7 | 141 | 5D | 30 |
| Octal | 354 | 11 | 235 | 0 | 140 | 41 | 7 | 501 | 135 | 60 |
| Binary | 11101100 | 1001 | 10011101 | 0 | 1100000 | 100001 | 111 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EC099D
Complementary color
Monochromatic Colors of #EC099D
Black with #EC099D
Text Example
Text Example
White with #EC099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC099D; }
p { color: rgb(236,9,157); }
H1.HeaderClassName
{
color: #EC099D;
}
.AnyTagClassName
{
color: #EC099D;
}
</style>
background-color css
<style>
a { background-color: #EC099D; }
a { background-color: rgb(236,9,157); }
div.DivClassName
{
background-color: #EC099D;
}
.BgClassName
{
background-color: #EC099D;
}
</style>
border-color css
<style>
span { border-color: #EC099D; }
span { border-color: rgb(236,9,157); }
td.TdClassName
{
border-color: #EC099D;
}
.TagClassName
{
border-color: #EC099D;
}
</style>