Shades of Hollywood Cerise #EF079D
Tints of Hollywood Cerise #EF079D
RGB
CMYK
RGB Variations
Color information
#EF079D (or 0xEF079D) is known color: Hollywood Cerise. HEX triplet: EF, 07 and 9D. RGB value is (239,7,157). Sum of RGB (Red+Green+Blue) = 239+7+157=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF079D is #10F862. Grayscale: #5D5D5D. Windows color (decimal): -1112163 or 10291183. OLE color: 10291183.
HSL color Cylindrical-coordinate representation of color #EF079D: hue angle of 321.21º 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 #EF079D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.06 |
| HSL | 321.21º | 0.94% | 0.48% | - |
| HSV(B) | 321.21º | 0.97% | 0.94% | - |
| XYZ | 41.76 | 20.94 | 33.74 | - |
| YUV | 93.47 | 163.86 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 157 | 0 | 0.97 | 0.34 | 0.06 | 321.21 | 0.94 | 0.48 |
| Hex | EF | 7 | 9D | 0 | 61 | 22 | 6 | 141 | 5E | 30 |
| Octal | 357 | 7 | 235 | 0 | 141 | 42 | 6 | 501 | 136 | 60 |
| Binary | 11101111 | 111 | 10011101 | 0 | 1100001 | 100010 | 110 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EF079D
Complementary color
Monochromatic Colors of #EF079D
Black with #EF079D
Text Example
Text Example
White with #EF079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF079D; }
p { color: rgb(239,7,157); }
H1.HeaderClassName
{
color: #EF079D;
}
.AnyTagClassName
{
color: #EF079D;
}
</style>
background-color css
<style>
a { background-color: #EF079D; }
a { background-color: rgb(239,7,157); }
div.DivClassName
{
background-color: #EF079D;
}
.BgClassName
{
background-color: #EF079D;
}
</style>
border-color css
<style>
span { border-color: #EF079D; }
span { border-color: rgb(239,7,157); }
td.TdClassName
{
border-color: #EF079D;
}
.TagClassName
{
border-color: #EF079D;
}
</style>