Shades of Hollywood Cerise #EF089E
Tints of Hollywood Cerise #EF089E
RGB
CMYK
RGB Variations
Color information
#EF089E (or 0xEF089E) is known color: Hollywood Cerise. HEX triplet: EF, 08 and 9E. RGB value is (239,8,158). Sum of RGB (Red+Green+Blue) = 239+8+158=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF089E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF089E is #10F761. Grayscale: #5D5D5D. Windows color (decimal): -1111906 or 10356975. OLE color: 10356975.
HSL color Cylindrical-coordinate representation of color #EF089E: hue angle of 321.04º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF089E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 158 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.06 |
| HSL | 321.04º | 0.94% | 0.48% | - |
| HSV(B) | 321.04º | 0.97% | 0.94% | - |
| XYZ | 41.85 | 20.99 | 34.19 | - |
| YUV | 94.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 158 | 0 | 0.97 | 0.34 | 0.06 | 321.04 | 0.94 | 0.48 |
| Hex | EF | 8 | 9E | 0 | 61 | 22 | 6 | 141 | 5E | 30 |
| Octal | 357 | 10 | 236 | 0 | 141 | 42 | 6 | 501 | 136 | 60 |
| Binary | 11101111 | 1000 | 10011110 | 0 | 1100001 | 100010 | 110 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EF089E
Complementary color
Monochromatic Colors of #EF089E
Black with #EF089E
Text Example
Text Example
White with #EF089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF089E; }
p { color: rgb(239,8,158); }
H1.HeaderClassName
{
color: #EF089E;
}
.AnyTagClassName
{
color: #EF089E;
}
</style>
background-color css
<style>
a { background-color: #EF089E; }
a { background-color: rgb(239,8,158); }
div.DivClassName
{
background-color: #EF089E;
}
.BgClassName
{
background-color: #EF089E;
}
</style>
border-color css
<style>
span { border-color: #EF089E; }
span { border-color: rgb(239,8,158); }
td.TdClassName
{
border-color: #EF089E;
}
.TagClassName
{
border-color: #EF089E;
}
</style>