Shades of Hollywood Cerise #EE0AA5
Tints of Hollywood Cerise #EE0AA5
RGB
CMYK
RGB Variations
Color information
#EE0AA5 (or 0xEE0AA5) is known color: Hollywood Cerise. HEX triplet: EE, 0A and A5. RGB value is (238,10,165). Sum of RGB (Red+Green+Blue) = 238+10+165=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0AA5 is #11F55A. Grayscale: #5F5F5F. Windows color (decimal): -1176923 or 10816238. OLE color: 10816238.
HSL color Cylindrical-coordinate representation of color #EE0AA5: hue angle of 319.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AA5 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 165 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.07 |
| HSL | 319.21º | 0.92% | 0.49% | - |
| HSV(B) | 319.21º | 0.96% | 0.93% | - |
| XYZ | 42.16 | 21.11 | 37.45 | - |
| YUV | 95.84 | 167.04 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 165 | 0 | 0.96 | 0.31 | 0.07 | 319.21 | 0.92 | 0.49 |
| Hex | EE | A | A5 | 0 | 60 | 1F | 7 | 13F | 5C | 31 |
| Octal | 356 | 12 | 245 | 0 | 140 | 37 | 7 | 477 | 134 | 61 |
| Binary | 11101110 | 1010 | 10100101 | 0 | 1100000 | 11111 | 111 | 100111111 | 1011100 | 110001 |
Color Harmonies of #EE0AA5
Complementary color
Monochromatic Colors of #EE0AA5
Black with #EE0AA5
Text Example
Text Example
White with #EE0AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AA5; }
p { color: rgb(238,10,165); }
H1.HeaderClassName
{
color: #EE0AA5;
}
.AnyTagClassName
{
color: #EE0AA5;
}
</style>
background-color css
<style>
a { background-color: #EE0AA5; }
a { background-color: rgb(238,10,165); }
div.DivClassName
{
background-color: #EE0AA5;
}
.BgClassName
{
background-color: #EE0AA5;
}
</style>
border-color css
<style>
span { border-color: #EE0AA5; }
span { border-color: rgb(238,10,165); }
td.TdClassName
{
border-color: #EE0AA5;
}
.TagClassName
{
border-color: #EE0AA5;
}
</style>