Shades of Hollywood Cerise #EF0794
Tints of Hollywood Cerise #EF0794
RGB
CMYK
RGB Variations
Color information
#EF0794 (or 0xEF0794) is known color: Hollywood Cerise. HEX triplet: EF, 07 and 94. RGB value is (239,7,148). Sum of RGB (Red+Green+Blue) = 239+7+148=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0794 is #10F86B. Grayscale: #5C5C5C. Windows color (decimal): -1112172 or 9701359. OLE color: 9701359.
HSL color Cylindrical-coordinate representation of color #EF0794: hue angle of 323.53º 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 #EF0794 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.06 |
| HSL | 323.53º | 0.94% | 0.48% | - |
| HSV(B) | 323.53º | 0.97% | 0.94% | - |
| XYZ | 41.02 | 20.64 | 29.84 | - |
| YUV | 92.44 | 159.36 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 148 | 0 | 0.97 | 0.38 | 0.06 | 323.53 | 0.94 | 0.48 |
| Hex | EF | 7 | 94 | 0 | 61 | 26 | 6 | 144 | 5E | 30 |
| Octal | 357 | 7 | 224 | 0 | 141 | 46 | 6 | 504 | 136 | 60 |
| Binary | 11101111 | 111 | 10010100 | 0 | 1100001 | 100110 | 110 | 101000100 | 1011110 | 110000 |
Color Harmonies of #EF0794
Complementary color
Monochromatic Colors of #EF0794
Black with #EF0794
Text Example
Text Example
White with #EF0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0794; }
p { color: rgb(239,7,148); }
H1.HeaderClassName
{
color: #EF0794;
}
.AnyTagClassName
{
color: #EF0794;
}
</style>
background-color css
<style>
a { background-color: #EF0794; }
a { background-color: rgb(239,7,148); }
div.DivClassName
{
background-color: #EF0794;
}
.BgClassName
{
background-color: #EF0794;
}
</style>
border-color css
<style>
span { border-color: #EF0794; }
span { border-color: rgb(239,7,148); }
td.TdClassName
{
border-color: #EF0794;
}
.TagClassName
{
border-color: #EF0794;
}
</style>