Shades of Hollywood Cerise #EF089A
Tints of Hollywood Cerise #EF089A
RGB
CMYK
RGB Variations
Color information
#EF089A (or 0xEF089A) is known color: Hollywood Cerise. HEX triplet: EF, 08 and 9A. RGB value is (239,8,154). Sum of RGB (Red+Green+Blue) = 239+8+154=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF089A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF089A is #10F765. Grayscale: #5D5D5D. Windows color (decimal): -1111910 or 10094831. OLE color: 10094831.
HSL color Cylindrical-coordinate representation of color #EF089A: hue angle of 322.08º 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 #EF089A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 154 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.06 |
| HSL | 322.08º | 0.94% | 0.48% | - |
| HSV(B) | 322.08º | 0.97% | 0.94% | - |
| XYZ | 41.52 | 20.86 | 32.41 | - |
| YUV | 93.71 | 162.03 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 154 | 0 | 0.97 | 0.36 | 0.06 | 322.08 | 0.94 | 0.48 |
| Hex | EF | 8 | 9A | 0 | 61 | 24 | 6 | 142 | 5E | 30 |
| Octal | 357 | 10 | 232 | 0 | 141 | 44 | 6 | 502 | 136 | 60 |
| Binary | 11101111 | 1000 | 10011010 | 0 | 1100001 | 100100 | 110 | 101000010 | 1011110 | 110000 |
Color Harmonies of #EF089A
Complementary color
Monochromatic Colors of #EF089A
Black with #EF089A
Text Example
Text Example
White with #EF089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF089A; }
p { color: rgb(239,8,154); }
H1.HeaderClassName
{
color: #EF089A;
}
.AnyTagClassName
{
color: #EF089A;
}
</style>
background-color css
<style>
a { background-color: #EF089A; }
a { background-color: rgb(239,8,154); }
div.DivClassName
{
background-color: #EF089A;
}
.BgClassName
{
background-color: #EF089A;
}
</style>
border-color css
<style>
span { border-color: #EF089A; }
span { border-color: rgb(239,8,154); }
td.TdClassName
{
border-color: #EF089A;
}
.TagClassName
{
border-color: #EF089A;
}
</style>