Shades of Hollywood Cerise #EF0792
Tints of Hollywood Cerise #EF0792
RGB
CMYK
RGB Variations
Color information
#EF0792 (or 0xEF0792) is known color: Hollywood Cerise. HEX triplet: EF, 07 and 92. RGB value is (239,7,146). Sum of RGB (Red+Green+Blue) = 239+7+146=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0792 is #10F86D. Grayscale: #5B5B5B. Windows color (decimal): -1112174 or 9570287. OLE color: 9570287.
HSL color Cylindrical-coordinate representation of color #EF0792: hue angle of 324.05º 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 #EF0792 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.06 |
| HSL | 324.05º | 0.94% | 0.48% | - |
| HSV(B) | 324.05º | 0.97% | 0.94% | - |
| XYZ | 40.86 | 20.58 | 29.01 | - |
| YUV | 92.21 | 158.36 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 146 | 0 | 0.97 | 0.39 | 0.06 | 324.05 | 0.94 | 0.48 |
| Hex | EF | 7 | 92 | 0 | 61 | 27 | 6 | 144 | 5E | 30 |
| Octal | 357 | 7 | 222 | 0 | 141 | 47 | 6 | 504 | 136 | 60 |
| Binary | 11101111 | 111 | 10010010 | 0 | 1100001 | 100111 | 110 | 101000100 | 1011110 | 110000 |
Color Harmonies of #EF0792
Complementary color
Monochromatic Colors of #EF0792
Black with #EF0792
Text Example
Text Example
White with #EF0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0792; }
p { color: rgb(239,7,146); }
H1.HeaderClassName
{
color: #EF0792;
}
.AnyTagClassName
{
color: #EF0792;
}
</style>
background-color css
<style>
a { background-color: #EF0792; }
a { background-color: rgb(239,7,146); }
div.DivClassName
{
background-color: #EF0792;
}
.BgClassName
{
background-color: #EF0792;
}
</style>
border-color css
<style>
span { border-color: #EF0792; }
span { border-color: rgb(239,7,146); }
td.TdClassName
{
border-color: #EF0792;
}
.TagClassName
{
border-color: #EF0792;
}
</style>