Shades of Hollywood Cerise #EF11A6
Tints of Hollywood Cerise #EF11A6
RGB
CMYK
RGB Variations
Color information
#EF11A6 (or 0xEF11A6) is known color: Hollywood Cerise. HEX triplet: EF, 11 and A6. RGB value is (239,17,166). Sum of RGB (Red+Green+Blue) = 239+17+166=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF11A6 is #10EE59. Grayscale: #636363. Windows color (decimal): -1109594 or 10883567. OLE color: 10883567.
HSL color Cylindrical-coordinate representation of color #EF11A6: hue angle of 319.73º 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 #EF11A6 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 166 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.06 |
| HSL | 319.73º | 0.87% | 0.5% | - |
| HSV(B) | 319.73º | 0.93% | 0.94% | - |
| XYZ | 42.68 | 21.5 | 37.98 | - |
| YUV | 100.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 166 | 0 | 0.93 | 0.31 | 0.06 | 319.73 | 0.87 | 0.5 |
| Hex | EF | 11 | A6 | 0 | 5D | 1F | 6 | 140 | 57 | 32 |
| Octal | 357 | 21 | 246 | 0 | 135 | 37 | 6 | 500 | 127 | 62 |
| Binary | 11101111 | 10001 | 10100110 | 0 | 1011101 | 11111 | 110 | 101000000 | 1010111 | 110010 |
Color Harmonies of #EF11A6
Complementary color
Monochromatic Colors of #EF11A6
Black with #EF11A6
Text Example
Text Example
White with #EF11A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11A6; }
p { color: rgb(239,17,166); }
H1.HeaderClassName
{
color: #EF11A6;
}
.AnyTagClassName
{
color: #EF11A6;
}
</style>
background-color css
<style>
a { background-color: #EF11A6; }
a { background-color: rgb(239,17,166); }
div.DivClassName
{
background-color: #EF11A6;
}
.BgClassName
{
background-color: #EF11A6;
}
</style>
border-color css
<style>
span { border-color: #EF11A6; }
span { border-color: rgb(239,17,166); }
td.TdClassName
{
border-color: #EF11A6;
}
.TagClassName
{
border-color: #EF11A6;
}
</style>