Shades of Hollywood Cerise #EC089E
Tints of Hollywood Cerise #EC089E
RGB
CMYK
RGB Variations
Color information
#EC089E (or 0xEC089E) is known color: Hollywood Cerise. HEX triplet: EC, 08 and 9E. RGB value is (236,8,158). Sum of RGB (Red+Green+Blue) = 236+8+158=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC089E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC089E is #13F761. Grayscale: #5C5C5C. Windows color (decimal): -1308514 or 10356972. OLE color: 10356972.
HSL color Cylindrical-coordinate representation of color #EC089E: hue angle of 320.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC089E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 158 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.07 |
| HSL | 320.53º | 0.93% | 0.48% | - |
| HSV(B) | 320.53º | 0.97% | 0.93% | - |
| XYZ | 40.85 | 20.48 | 34.15 | - |
| YUV | 93.27 | 164.54 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 158 | 0 | 0.97 | 0.33 | 0.07 | 320.53 | 0.93 | 0.48 |
| Hex | EC | 8 | 9E | 0 | 61 | 21 | 7 | 141 | 5D | 30 |
| Octal | 354 | 10 | 236 | 0 | 141 | 41 | 7 | 501 | 135 | 60 |
| Binary | 11101100 | 1000 | 10011110 | 0 | 1100001 | 100001 | 111 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EC089E
Complementary color
Monochromatic Colors of #EC089E
Black with #EC089E
Text Example
Text Example
White with #EC089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC089E; }
p { color: rgb(236,8,158); }
H1.HeaderClassName
{
color: #EC089E;
}
.AnyTagClassName
{
color: #EC089E;
}
</style>
background-color css
<style>
a { background-color: #EC089E; }
a { background-color: rgb(236,8,158); }
div.DivClassName
{
background-color: #EC089E;
}
.BgClassName
{
background-color: #EC089E;
}
</style>
border-color css
<style>
span { border-color: #EC089E; }
span { border-color: rgb(236,8,158); }
td.TdClassName
{
border-color: #EC089E;
}
.TagClassName
{
border-color: #EC089E;
}
</style>