Shades of Hollywood Cerise #EF089D
Tints of Hollywood Cerise #EF089D
RGB
CMYK
RGB Variations
Color information
#EF089D (or 0xEF089D) is known color: Hollywood Cerise. HEX triplet: EF, 08 and 9D. RGB value is (239,8,157). Sum of RGB (Red+Green+Blue) = 239+8+157=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF089D is #10F762. Grayscale: #5D5D5D. Windows color (decimal): -1111907 or 10291439. OLE color: 10291439.
HSL color Cylindrical-coordinate representation of color #EF089D: hue angle of 321.3º 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 #EF089D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.06 |
| HSL | 321.3º | 0.94% | 0.48% | - |
| HSV(B) | 321.3º | 0.97% | 0.94% | - |
| XYZ | 41.77 | 20.96 | 33.74 | - |
| YUV | 94.06 | 163.53 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 157 | 0 | 0.97 | 0.34 | 0.06 | 321.3 | 0.94 | 0.48 |
| Hex | EF | 8 | 9D | 0 | 61 | 22 | 6 | 141 | 5E | 30 |
| Octal | 357 | 10 | 235 | 0 | 141 | 42 | 6 | 501 | 136 | 60 |
| Binary | 11101111 | 1000 | 10011101 | 0 | 1100001 | 100010 | 110 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EF089D
Complementary color
Monochromatic Colors of #EF089D
Black with #EF089D
Text Example
Text Example
White with #EF089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF089D; }
p { color: rgb(239,8,157); }
H1.HeaderClassName
{
color: #EF089D;
}
.AnyTagClassName
{
color: #EF089D;
}
</style>
background-color css
<style>
a { background-color: #EF089D; }
a { background-color: rgb(239,8,157); }
div.DivClassName
{
background-color: #EF089D;
}
.BgClassName
{
background-color: #EF089D;
}
</style>
border-color css
<style>
span { border-color: #EF089D; }
span { border-color: rgb(239,8,157); }
td.TdClassName
{
border-color: #EF089D;
}
.TagClassName
{
border-color: #EF089D;
}
</style>