Shades of Hollywood Cerise #EF11AA
Tints of Hollywood Cerise #EF11AA
RGB
CMYK
RGB Variations
Color information
#EF11AA (or 0xEF11AA) is known color: Hollywood Cerise. HEX triplet: EF, 11 and AA. RGB value is (239,17,170). Sum of RGB (Red+Green+Blue) = 239+17+170=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF11AA is #10EE55. Grayscale: #646464. Windows color (decimal): -1109590 or 11145711. OLE color: 11145711.
HSL color Cylindrical-coordinate representation of color #EF11AA: hue angle of 318.65º 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 #EF11AA is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 170 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.06 |
| HSL | 318.65º | 0.87% | 0.5% | - |
| HSV(B) | 318.65º | 0.93% | 0.94% | - |
| XYZ | 43.05 | 21.65 | 39.94 | - |
| YUV | 100.82 | 167.05 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 170 | 0 | 0.93 | 0.29 | 0.06 | 318.65 | 0.87 | 0.5 |
| Hex | EF | 11 | AA | 0 | 5D | 1D | 6 | 13F | 57 | 32 |
| Octal | 357 | 21 | 252 | 0 | 135 | 35 | 6 | 477 | 127 | 62 |
| Binary | 11101111 | 10001 | 10101010 | 0 | 1011101 | 11101 | 110 | 100111111 | 1010111 | 110010 |
Color Harmonies of #EF11AA
Complementary color
Monochromatic Colors of #EF11AA
Black with #EF11AA
Text Example
Text Example
White with #EF11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11AA; }
p { color: rgb(239,17,170); }
H1.HeaderClassName
{
color: #EF11AA;
}
.AnyTagClassName
{
color: #EF11AA;
}
</style>
background-color css
<style>
a { background-color: #EF11AA; }
a { background-color: rgb(239,17,170); }
div.DivClassName
{
background-color: #EF11AA;
}
.BgClassName
{
background-color: #EF11AA;
}
</style>
border-color css
<style>
span { border-color: #EF11AA; }
span { border-color: rgb(239,17,170); }
td.TdClassName
{
border-color: #EF11AA;
}
.TagClassName
{
border-color: #EF11AA;
}
</style>