Shades of Hollywood Cerise #EF0AAA
Tints of Hollywood Cerise #EF0AAA
RGB
CMYK
RGB Variations
Color information
#EF0AAA (or 0xEF0AAA) is known color: Hollywood Cerise. HEX triplet: EF, 0A and AA. RGB value is (239,10,170). Sum of RGB (Red+Green+Blue) = 239+10+170=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AAA is #10F555. Grayscale: #606060. Windows color (decimal): -1111382 or 11143919. OLE color: 11143919.
HSL color Cylindrical-coordinate representation of color #EF0AAA: hue angle of 318.08º 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 #EF0AAA is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.06 |
| HSL | 318.08º | 0.92% | 0.49% | - |
| HSV(B) | 318.08º | 0.96% | 0.94% | - |
| XYZ | 42.96 | 21.47 | 39.91 | - |
| YUV | 96.71 | 169.37 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 170 | 0 | 0.96 | 0.29 | 0.06 | 318.08 | 0.92 | 0.49 |
| Hex | EF | A | AA | 0 | 60 | 1D | 6 | 13E | 5C | 31 |
| Octal | 357 | 12 | 252 | 0 | 140 | 35 | 6 | 476 | 134 | 61 |
| Binary | 11101111 | 1010 | 10101010 | 0 | 1100000 | 11101 | 110 | 100111110 | 1011100 | 110001 |
Color Harmonies of #EF0AAA
Complementary color
Monochromatic Colors of #EF0AAA
Black with #EF0AAA
Text Example
Text Example
White with #EF0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AAA; }
p { color: rgb(239,10,170); }
H1.HeaderClassName
{
color: #EF0AAA;
}
.AnyTagClassName
{
color: #EF0AAA;
}
</style>
background-color css
<style>
a { background-color: #EF0AAA; }
a { background-color: rgb(239,10,170); }
div.DivClassName
{
background-color: #EF0AAA;
}
.BgClassName
{
background-color: #EF0AAA;
}
</style>
border-color css
<style>
span { border-color: #EF0AAA; }
span { border-color: rgb(239,10,170); }
td.TdClassName
{
border-color: #EF0AAA;
}
.TagClassName
{
border-color: #EF0AAA;
}
</style>