Shades of Hollywood Cerise #EF0997
Tints of Hollywood Cerise #EF0997
RGB
CMYK
RGB Variations
Color information
#EF0997 (or 0xEF0997) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 97. RGB value is (239,9,151). Sum of RGB (Red+Green+Blue) = 239+9+151=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0997 is #10F668. Grayscale: #5D5D5D. Windows color (decimal): -1111657 or 9898479. OLE color: 9898479.
HSL color Cylindrical-coordinate representation of color #EF0997: hue angle of 322.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0997 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.06 |
| HSL | 322.96º | 0.93% | 0.49% | - |
| HSV(B) | 322.96º | 0.96% | 0.94% | - |
| XYZ | 41.28 | 20.78 | 31.11 | - |
| YUV | 93.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 151 | 0 | 0.96 | 0.37 | 0.06 | 322.96 | 0.93 | 0.49 |
| Hex | EF | 9 | 97 | 0 | 60 | 25 | 6 | 143 | 5D | 31 |
| Octal | 357 | 11 | 227 | 0 | 140 | 45 | 6 | 503 | 135 | 61 |
| Binary | 11101111 | 1001 | 10010111 | 0 | 1100000 | 100101 | 110 | 101000011 | 1011101 | 110001 |
Color Harmonies of #EF0997
Complementary color
Monochromatic Colors of #EF0997
Black with #EF0997
Text Example
Text Example
White with #EF0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0997; }
p { color: rgb(239,9,151); }
H1.HeaderClassName
{
color: #EF0997;
}
.AnyTagClassName
{
color: #EF0997;
}
</style>
background-color css
<style>
a { background-color: #EF0997; }
a { background-color: rgb(239,9,151); }
div.DivClassName
{
background-color: #EF0997;
}
.BgClassName
{
background-color: #EF0997;
}
</style>
border-color css
<style>
span { border-color: #EF0997; }
span { border-color: rgb(239,9,151); }
td.TdClassName
{
border-color: #EF0997;
}
.TagClassName
{
border-color: #EF0997;
}
</style>