Shades of Hollywood Cerise #EF0798
Tints of Hollywood Cerise #EF0798
RGB
CMYK
RGB Variations
Color information
#EF0798 (or 0xEF0798) is known color: Hollywood Cerise. HEX triplet: EF, 07 and 98. RGB value is (239,7,152). Sum of RGB (Red+Green+Blue) = 239+7+152=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0798 is #10F867. Grayscale: #5C5C5C. Windows color (decimal): -1112168 or 9963503. OLE color: 9963503.
HSL color Cylindrical-coordinate representation of color #EF0798: hue angle of 322.5º 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 #EF0798 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.06 |
| HSL | 322.5º | 0.94% | 0.48% | - |
| HSV(B) | 322.5º | 0.97% | 0.94% | - |
| XYZ | 41.34 | 20.77 | 31.54 | - |
| YUV | 92.9 | 161.36 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 152 | 0 | 0.97 | 0.36 | 0.06 | 322.5 | 0.94 | 0.48 |
| Hex | EF | 7 | 98 | 0 | 61 | 24 | 6 | 142 | 5E | 30 |
| Octal | 357 | 7 | 230 | 0 | 141 | 44 | 6 | 502 | 136 | 60 |
| Binary | 11101111 | 111 | 10011000 | 0 | 1100001 | 100100 | 110 | 101000010 | 1011110 | 110000 |
Color Harmonies of #EF0798
Complementary color
Monochromatic Colors of #EF0798
Black with #EF0798
Text Example
Text Example
White with #EF0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0798; }
p { color: rgb(239,7,152); }
H1.HeaderClassName
{
color: #EF0798;
}
.AnyTagClassName
{
color: #EF0798;
}
</style>
background-color css
<style>
a { background-color: #EF0798; }
a { background-color: rgb(239,7,152); }
div.DivClassName
{
background-color: #EF0798;
}
.BgClassName
{
background-color: #EF0798;
}
</style>
border-color css
<style>
span { border-color: #EF0798; }
span { border-color: rgb(239,7,152); }
td.TdClassName
{
border-color: #EF0798;
}
.TagClassName
{
border-color: #EF0798;
}
</style>