Shades of Hollywood Cerise #EF089B
Tints of Hollywood Cerise #EF089B
RGB
CMYK
RGB Variations
Color information
#EF089B (or 0xEF089B) is known color: Hollywood Cerise. HEX triplet: EF, 08 and 9B. RGB value is (239,8,155). Sum of RGB (Red+Green+Blue) = 239+8+155=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF089B is #10F764. Grayscale: #5D5D5D. Windows color (decimal): -1111909 or 10160367. OLE color: 10160367.
HSL color Cylindrical-coordinate representation of color #EF089B: hue angle of 321.82º 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 #EF089B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 155 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.06 |
| HSL | 321.82º | 0.94% | 0.48% | - |
| HSV(B) | 321.82º | 0.97% | 0.94% | - |
| XYZ | 41.6 | 20.89 | 32.85 | - |
| YUV | 93.83 | 162.53 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 155 | 0 | 0.97 | 0.35 | 0.06 | 321.82 | 0.94 | 0.48 |
| Hex | EF | 8 | 9B | 0 | 61 | 23 | 6 | 142 | 5E | 30 |
| Octal | 357 | 10 | 233 | 0 | 141 | 43 | 6 | 502 | 136 | 60 |
| Binary | 11101111 | 1000 | 10011011 | 0 | 1100001 | 100011 | 110 | 101000010 | 1011110 | 110000 |
Color Harmonies of #EF089B
Complementary color
Monochromatic Colors of #EF089B
Black with #EF089B
Text Example
Text Example
White with #EF089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF089B; }
p { color: rgb(239,8,155); }
H1.HeaderClassName
{
color: #EF089B;
}
.AnyTagClassName
{
color: #EF089B;
}
</style>
background-color css
<style>
a { background-color: #EF089B; }
a { background-color: rgb(239,8,155); }
div.DivClassName
{
background-color: #EF089B;
}
.BgClassName
{
background-color: #EF089B;
}
</style>
border-color css
<style>
span { border-color: #EF089B; }
span { border-color: rgb(239,8,155); }
td.TdClassName
{
border-color: #EF089B;
}
.TagClassName
{
border-color: #EF089B;
}
</style>