Shades of Hollywood Cerise #EF0AA8
Tints of Hollywood Cerise #EF0AA8
RGB
CMYK
RGB Variations
Color information
#EF0AA8 (or 0xEF0AA8) is known color: Hollywood Cerise. HEX triplet: EF, 0A and A8. RGB value is (239,10,168). Sum of RGB (Red+Green+Blue) = 239+10+168=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AA8 is #10F557. Grayscale: #606060. Windows color (decimal): -1111384 or 11012847. OLE color: 11012847.
HSL color Cylindrical-coordinate representation of color #EF0AA8: hue angle of 318.6º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AA8 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 168 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.06 |
| HSL | 318.6º | 0.92% | 0.49% | - |
| HSV(B) | 318.6º | 0.96% | 0.94% | - |
| XYZ | 42.77 | 21.39 | 38.92 | - |
| YUV | 96.48 | 168.37 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 168 | 0 | 0.96 | 0.30 | 0.06 | 318.6 | 0.92 | 0.49 |
| Hex | EF | A | A8 | 0 | 60 | 1E | 6 | 13F | 5C | 31 |
| Octal | 357 | 12 | 250 | 0 | 140 | 36 | 6 | 477 | 134 | 61 |
| Binary | 11101111 | 1010 | 10101000 | 0 | 1100000 | 11110 | 110 | 100111111 | 1011100 | 110001 |
Color Harmonies of #EF0AA8
Complementary color
Monochromatic Colors of #EF0AA8
Black with #EF0AA8
Text Example
Text Example
White with #EF0AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AA8; }
p { color: rgb(239,10,168); }
H1.HeaderClassName
{
color: #EF0AA8;
}
.AnyTagClassName
{
color: #EF0AA8;
}
</style>
background-color css
<style>
a { background-color: #EF0AA8; }
a { background-color: rgb(239,10,168); }
div.DivClassName
{
background-color: #EF0AA8;
}
.BgClassName
{
background-color: #EF0AA8;
}
</style>
border-color css
<style>
span { border-color: #EF0AA8; }
span { border-color: rgb(239,10,168); }
td.TdClassName
{
border-color: #EF0AA8;
}
.TagClassName
{
border-color: #EF0AA8;
}
</style>