Shades of Hollywood Cerise #EF0F9F
Tints of Hollywood Cerise #EF0F9F
RGB
CMYK
RGB Variations
Color information
#EF0F9F (or 0xEF0F9F) is known color: Hollywood Cerise. HEX triplet: EF, 0F and 9F. RGB value is (239,15,159). Sum of RGB (Red+Green+Blue) = 239+15+159=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F9F is #10F060. Grayscale: #626262. Windows color (decimal): -1110113 or 10424303. OLE color: 10424303.
HSL color Cylindrical-coordinate representation of color #EF0F9F: hue angle of 321.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F9F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.06 |
| HSL | 321.43º | 0.88% | 0.5% | - |
| HSV(B) | 321.43º | 0.94% | 0.94% | - |
| XYZ | 42.03 | 21.2 | 34.68 | - |
| YUV | 98.39 | 162.21 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 159 | 0 | 0.94 | 0.33 | 0.06 | 321.43 | 0.88 | 0.5 |
| Hex | EF | F | 9F | 0 | 5E | 21 | 6 | 141 | 58 | 32 |
| Octal | 357 | 17 | 237 | 0 | 136 | 41 | 6 | 501 | 130 | 62 |
| Binary | 11101111 | 1111 | 10011111 | 0 | 1011110 | 100001 | 110 | 101000001 | 1011000 | 110010 |
Color Harmonies of #EF0F9F
Complementary color
Monochromatic Colors of #EF0F9F
Black with #EF0F9F
Text Example
Text Example
White with #EF0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F9F; }
p { color: rgb(239,15,159); }
H1.HeaderClassName
{
color: #EF0F9F;
}
.AnyTagClassName
{
color: #EF0F9F;
}
</style>
background-color css
<style>
a { background-color: #EF0F9F; }
a { background-color: rgb(239,15,159); }
div.DivClassName
{
background-color: #EF0F9F;
}
.BgClassName
{
background-color: #EF0F9F;
}
</style>
border-color css
<style>
span { border-color: #EF0F9F; }
span { border-color: rgb(239,15,159); }
td.TdClassName
{
border-color: #EF0F9F;
}
.TagClassName
{
border-color: #EF0F9F;
}
</style>