Shades of Hollywood Cerise #EF059C
Tints of Hollywood Cerise #EF059C
RGB
CMYK
RGB Variations
Color information
#EF059C (or 0xEF059C) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 9C. RGB value is (239,5,156). Sum of RGB (Red+Green+Blue) = 239+5+156=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF059C is #10FA63. Grayscale: #5B5B5B. Windows color (decimal): -1112676 or 10225135. OLE color: 10225135.
HSL color Cylindrical-coordinate representation of color #EF059C: hue angle of 321.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF059C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.06 |
| HSL | 321.28º | 0.96% | 0.48% | - |
| HSV(B) | 321.28º | 0.98% | 0.94% | - |
| XYZ | 41.65 | 20.86 | 33.28 | - |
| YUV | 92.18 | 164.02 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 156 | 0 | 0.98 | 0.35 | 0.06 | 321.28 | 0.96 | 0.48 |
| Hex | EF | 5 | 9C | 0 | 62 | 23 | 6 | 141 | 60 | 30 |
| Octal | 357 | 5 | 234 | 0 | 142 | 43 | 6 | 501 | 140 | 60 |
| Binary | 11101111 | 101 | 10011100 | 0 | 1100010 | 100011 | 110 | 101000001 | 1100000 | 110000 |
Color Harmonies of #EF059C
Complementary color
Monochromatic Colors of #EF059C
Black with #EF059C
Text Example
Text Example
White with #EF059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF059C; }
p { color: rgb(239,5,156); }
H1.HeaderClassName
{
color: #EF059C;
}
.AnyTagClassName
{
color: #EF059C;
}
</style>
background-color css
<style>
a { background-color: #EF059C; }
a { background-color: rgb(239,5,156); }
div.DivClassName
{
background-color: #EF059C;
}
.BgClassName
{
background-color: #EF059C;
}
</style>
border-color css
<style>
span { border-color: #EF059C; }
span { border-color: rgb(239,5,156); }
td.TdClassName
{
border-color: #EF059C;
}
.TagClassName
{
border-color: #EF059C;
}
</style>