Shades of Hollywood Cerise #EF11A8
Tints of Hollywood Cerise #EF11A8
RGB
CMYK
RGB Variations
Color information
#EF11A8 (or 0xEF11A8) is known color: Hollywood Cerise. HEX triplet: EF, 11 and A8. RGB value is (239,17,168). Sum of RGB (Red+Green+Blue) = 239+17+168=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF11A8 is #10EE57. Grayscale: #646464. Windows color (decimal): -1109592 or 11014639. OLE color: 11014639.
HSL color Cylindrical-coordinate representation of color #EF11A8: hue angle of 319.19º 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 #EF11A8 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 168 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.06 |
| HSL | 319.19º | 0.87% | 0.5% | - |
| HSV(B) | 319.19º | 0.93% | 0.94% | - |
| XYZ | 42.86 | 21.58 | 38.95 | - |
| YUV | 100.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 168 | 0 | 0.93 | 0.30 | 0.06 | 319.19 | 0.87 | 0.5 |
| Hex | EF | 11 | A8 | 0 | 5D | 1E | 6 | 13F | 57 | 32 |
| Octal | 357 | 21 | 250 | 0 | 135 | 36 | 6 | 477 | 127 | 62 |
| Binary | 11101111 | 10001 | 10101000 | 0 | 1011101 | 11110 | 110 | 100111111 | 1010111 | 110010 |
Color Harmonies of #EF11A8
Complementary color
Monochromatic Colors of #EF11A8
Black with #EF11A8
Text Example
Text Example
White with #EF11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11A8; }
p { color: rgb(239,17,168); }
H1.HeaderClassName
{
color: #EF11A8;
}
.AnyTagClassName
{
color: #EF11A8;
}
</style>
background-color css
<style>
a { background-color: #EF11A8; }
a { background-color: rgb(239,17,168); }
div.DivClassName
{
background-color: #EF11A8;
}
.BgClassName
{
background-color: #EF11A8;
}
</style>
border-color css
<style>
span { border-color: #EF11A8; }
span { border-color: rgb(239,17,168); }
td.TdClassName
{
border-color: #EF11A8;
}
.TagClassName
{
border-color: #EF11A8;
}
</style>