Shades of Hollywood Cerise #EF0E9A
Tints of Hollywood Cerise #EF0E9A
RGB
CMYK
RGB Variations
Color information
#EF0E9A (or 0xEF0E9A) is known color: Hollywood Cerise. HEX triplet: EF, 0E and 9A. RGB value is (239,14,154). Sum of RGB (Red+Green+Blue) = 239+14+154=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0E9A is #10F165. Grayscale: #606060. Windows color (decimal): -1110374 or 10096367. OLE color: 10096367.
HSL color Cylindrical-coordinate representation of color #EF0E9A: hue angle of 322.67º degrees, saturation: 0.89, 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 #EF0E9A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 154 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.06 |
| HSL | 322.67º | 0.89% | 0.5% | - |
| HSV(B) | 322.67º | 0.94% | 0.94% | - |
| XYZ | 41.59 | 21 | 32.43 | - |
| YUV | 97.24 | 160.04 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 154 | 0 | 0.94 | 0.36 | 0.06 | 322.67 | 0.89 | 0.5 |
| Hex | EF | E | 9A | 0 | 5E | 24 | 6 | 143 | 59 | 32 |
| Octal | 357 | 16 | 232 | 0 | 136 | 44 | 6 | 503 | 131 | 62 |
| Binary | 11101111 | 1110 | 10011010 | 0 | 1011110 | 100100 | 110 | 101000011 | 1011001 | 110010 |
Color Harmonies of #EF0E9A
Complementary color
Monochromatic Colors of #EF0E9A
Black with #EF0E9A
Text Example
Text Example
White with #EF0E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E9A; }
p { color: rgb(239,14,154); }
H1.HeaderClassName
{
color: #EF0E9A;
}
.AnyTagClassName
{
color: #EF0E9A;
}
</style>
background-color css
<style>
a { background-color: #EF0E9A; }
a { background-color: rgb(239,14,154); }
div.DivClassName
{
background-color: #EF0E9A;
}
.BgClassName
{
background-color: #EF0E9A;
}
</style>
border-color css
<style>
span { border-color: #EF0E9A; }
span { border-color: rgb(239,14,154); }
td.TdClassName
{
border-color: #EF0E9A;
}
.TagClassName
{
border-color: #EF0E9A;
}
</style>