Shades of Hollywood Cerise #EF0897
Tints of Hollywood Cerise #EF0897
RGB
CMYK
RGB Variations
Color information
#EF0897 (or 0xEF0897) is known color: Hollywood Cerise. HEX triplet: EF, 08 and 97. RGB value is (239,8,151). Sum of RGB (Red+Green+Blue) = 239+8+151=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0897 is #10F768. Grayscale: #5D5D5D. Windows color (decimal): -1111913 or 9898223. OLE color: 9898223.
HSL color Cylindrical-coordinate representation of color #EF0897: hue angle of 322.86º 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 #EF0897 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 151 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.06 |
| HSL | 322.86º | 0.94% | 0.48% | - |
| HSV(B) | 322.86º | 0.97% | 0.94% | - |
| XYZ | 41.27 | 20.76 | 31.11 | - |
| YUV | 93.37 | 160.53 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 151 | 0 | 0.97 | 0.37 | 0.06 | 322.86 | 0.94 | 0.48 |
| Hex | EF | 8 | 97 | 0 | 61 | 25 | 6 | 143 | 5E | 30 |
| Octal | 357 | 10 | 227 | 0 | 141 | 45 | 6 | 503 | 136 | 60 |
| Binary | 11101111 | 1000 | 10010111 | 0 | 1100001 | 100101 | 110 | 101000011 | 1011110 | 110000 |
Color Harmonies of #EF0897
Complementary color
Monochromatic Colors of #EF0897
Black with #EF0897
Text Example
Text Example
White with #EF0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0897; }
p { color: rgb(239,8,151); }
H1.HeaderClassName
{
color: #EF0897;
}
.AnyTagClassName
{
color: #EF0897;
}
</style>
background-color css
<style>
a { background-color: #EF0897; }
a { background-color: rgb(239,8,151); }
div.DivClassName
{
background-color: #EF0897;
}
.BgClassName
{
background-color: #EF0897;
}
</style>
border-color css
<style>
span { border-color: #EF0897; }
span { border-color: rgb(239,8,151); }
td.TdClassName
{
border-color: #EF0897;
}
.TagClassName
{
border-color: #EF0897;
}
</style>