Shades of Hollywood Cerise #EF0AAF
Tints of Hollywood Cerise #EF0AAF
RGB
CMYK
RGB Variations
Color information
#EF0AAF (or 0xEF0AAF) is known color: Hollywood Cerise. HEX triplet: EF, 0A and AF. RGB value is (239,10,175). Sum of RGB (Red+Green+Blue) = 239+10+175=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AAF is #10F550. Grayscale: #606060. Windows color (decimal): -1111377 or 11471599. OLE color: 11471599.
HSL color Cylindrical-coordinate representation of color #EF0AAF: hue angle of 316.77º 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 #EF0AAF is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.06 |
| HSL | 316.77º | 0.92% | 0.49% | - |
| HSV(B) | 316.77º | 0.96% | 0.94% | - |
| XYZ | 43.44 | 21.66 | 42.45 | - |
| YUV | 97.28 | 171.87 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 175 | 0 | 0.96 | 0.27 | 0.06 | 316.77 | 0.92 | 0.49 |
| Hex | EF | A | AF | 0 | 60 | 1B | 6 | 13D | 5C | 31 |
| Octal | 357 | 12 | 257 | 0 | 140 | 33 | 6 | 475 | 134 | 61 |
| Binary | 11101111 | 1010 | 10101111 | 0 | 1100000 | 11011 | 110 | 100111101 | 1011100 | 110001 |
Color Harmonies of #EF0AAF
Complementary color
Monochromatic Colors of #EF0AAF
Black with #EF0AAF
Text Example
Text Example
White with #EF0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AAF; }
p { color: rgb(239,10,175); }
H1.HeaderClassName
{
color: #EF0AAF;
}
.AnyTagClassName
{
color: #EF0AAF;
}
</style>
background-color css
<style>
a { background-color: #EF0AAF; }
a { background-color: rgb(239,10,175); }
div.DivClassName
{
background-color: #EF0AAF;
}
.BgClassName
{
background-color: #EF0AAF;
}
</style>
border-color css
<style>
span { border-color: #EF0AAF; }
span { border-color: rgb(239,10,175); }
td.TdClassName
{
border-color: #EF0AAF;
}
.TagClassName
{
border-color: #EF0AAF;
}
</style>