Shades of Hollywood Cerise #EF099F
Tints of Hollywood Cerise #EF099F
RGB
CMYK
RGB Variations
Color information
#EF099F (or 0xEF099F) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 9F. RGB value is (239,9,159). Sum of RGB (Red+Green+Blue) = 239+9+159=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF099F is #10F660. Grayscale: #5E5E5E. Windows color (decimal): -1111649 or 10422767. OLE color: 10422767.
HSL color Cylindrical-coordinate representation of color #EF099F: hue angle of 320.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF099F is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.06 |
| HSL | 320.87º | 0.93% | 0.49% | - |
| HSV(B) | 320.87º | 0.96% | 0.94% | - |
| XYZ | 41.95 | 21.05 | 34.65 | - |
| YUV | 94.87 | 164.2 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 159 | 0 | 0.96 | 0.33 | 0.06 | 320.87 | 0.93 | 0.49 |
| Hex | EF | 9 | 9F | 0 | 60 | 21 | 6 | 141 | 5D | 31 |
| Octal | 357 | 11 | 237 | 0 | 140 | 41 | 6 | 501 | 135 | 61 |
| Binary | 11101111 | 1001 | 10011111 | 0 | 1100000 | 100001 | 110 | 101000001 | 1011101 | 110001 |
Color Harmonies of #EF099F
Complementary color
Monochromatic Colors of #EF099F
Black with #EF099F
Text Example
Text Example
White with #EF099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF099F; }
p { color: rgb(239,9,159); }
H1.HeaderClassName
{
color: #EF099F;
}
.AnyTagClassName
{
color: #EF099F;
}
</style>
background-color css
<style>
a { background-color: #EF099F; }
a { background-color: rgb(239,9,159); }
div.DivClassName
{
background-color: #EF099F;
}
.BgClassName
{
background-color: #EF099F;
}
</style>
border-color css
<style>
span { border-color: #EF099F; }
span { border-color: rgb(239,9,159); }
td.TdClassName
{
border-color: #EF099F;
}
.TagClassName
{
border-color: #EF099F;
}
</style>