Shades of Hollywood Cerise #EF119B
Tints of Hollywood Cerise #EF119B
RGB
CMYK
RGB Variations
Color information
#EF119B (or 0xEF119B) is known color: Hollywood Cerise. HEX triplet: EF, 11 and 9B. RGB value is (239,17,155). Sum of RGB (Red+Green+Blue) = 239+17+155=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF119B is #10EE64. Grayscale: #626262. Windows color (decimal): -1109605 or 10162671. OLE color: 10162671.
HSL color Cylindrical-coordinate representation of color #EF119B: hue angle of 322.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF119B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.06 |
| HSL | 322.7º | 0.87% | 0.5% | - |
| HSV(B) | 322.7º | 0.93% | 0.94% | - |
| XYZ | 41.71 | 21.12 | 32.89 | - |
| YUV | 99.11 | 159.55 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 155 | 0 | 0.93 | 0.35 | 0.06 | 322.7 | 0.87 | 0.5 |
| Hex | EF | 11 | 9B | 0 | 5D | 23 | 6 | 143 | 57 | 32 |
| Octal | 357 | 21 | 233 | 0 | 135 | 43 | 6 | 503 | 127 | 62 |
| Binary | 11101111 | 10001 | 10011011 | 0 | 1011101 | 100011 | 110 | 101000011 | 1010111 | 110010 |
Color Harmonies of #EF119B
Complementary color
Monochromatic Colors of #EF119B
Black with #EF119B
Text Example
Text Example
White with #EF119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF119B; }
p { color: rgb(239,17,155); }
H1.HeaderClassName
{
color: #EF119B;
}
.AnyTagClassName
{
color: #EF119B;
}
</style>
background-color css
<style>
a { background-color: #EF119B; }
a { background-color: rgb(239,17,155); }
div.DivClassName
{
background-color: #EF119B;
}
.BgClassName
{
background-color: #EF119B;
}
</style>
border-color css
<style>
span { border-color: #EF119B; }
span { border-color: rgb(239,17,155); }
td.TdClassName
{
border-color: #EF119B;
}
.TagClassName
{
border-color: #EF119B;
}
</style>