Shades of Hollywood Cerise #EF0495
Tints of Hollywood Cerise #EF0495
RGB
CMYK
RGB Variations
Color information
#EF0495 (or 0xEF0495) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 95. RGB value is (239,4,149). Sum of RGB (Red+Green+Blue) = 239+4+149=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0495 is #10FB6A. Grayscale: #5A5A5A. Windows color (decimal): -1112939 or 9766127. OLE color: 9766127.
HSL color Cylindrical-coordinate representation of color #EF0495: hue angle of 322.98º degrees, saturation: 0.97, 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 #EF0495 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.06 |
| HSL | 322.98º | 0.97% | 0.48% | - |
| HSV(B) | 322.98º | 0.98% | 0.94% | - |
| XYZ | 41.06 | 20.61 | 30.25 | - |
| YUV | 90.8 | 160.86 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 149 | 0 | 0.98 | 0.38 | 0.06 | 322.98 | 0.97 | 0.48 |
| Hex | EF | 4 | 95 | 0 | 62 | 26 | 6 | 143 | 61 | 30 |
| Octal | 357 | 4 | 225 | 0 | 142 | 46 | 6 | 503 | 141 | 60 |
| Binary | 11101111 | 100 | 10010101 | 0 | 1100010 | 100110 | 110 | 101000011 | 1100001 | 110000 |
Color Harmonies of #EF0495
Complementary color
Monochromatic Colors of #EF0495
Black with #EF0495
Text Example
Text Example
White with #EF0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0495; }
p { color: rgb(239,4,149); }
H1.HeaderClassName
{
color: #EF0495;
}
.AnyTagClassName
{
color: #EF0495;
}
</style>
background-color css
<style>
a { background-color: #EF0495; }
a { background-color: rgb(239,4,149); }
div.DivClassName
{
background-color: #EF0495;
}
.BgClassName
{
background-color: #EF0495;
}
</style>
border-color css
<style>
span { border-color: #EF0495; }
span { border-color: rgb(239,4,149); }
td.TdClassName
{
border-color: #EF0495;
}
.TagClassName
{
border-color: #EF0495;
}
</style>