Shades of Hollywood Cerise #EE0AAF
Tints of Hollywood Cerise #EE0AAF
RGB
CMYK
RGB Variations
Color information
#EE0AAF (or 0xEE0AAF) is known color: Hollywood Cerise. HEX triplet: EE, 0A and AF. RGB value is (238,10,175). Sum of RGB (Red+Green+Blue) = 238+10+175=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0AAF is #11F550. Grayscale: #606060. Windows color (decimal): -1176913 or 11471598. OLE color: 11471598.
HSL color Cylindrical-coordinate representation of color #EE0AAF: hue angle of 316.58º 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 #EE0AAF is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.07 |
| HSL | 316.58º | 0.92% | 0.49% | - |
| HSV(B) | 316.58º | 0.96% | 0.93% | - |
| XYZ | 43.11 | 21.49 | 42.43 | - |
| YUV | 96.98 | 172.04 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 175 | 0 | 0.96 | 0.26 | 0.07 | 316.58 | 0.92 | 0.49 |
| Hex | EE | A | AF | 0 | 60 | 1A | 7 | 13D | 5C | 31 |
| Octal | 356 | 12 | 257 | 0 | 140 | 32 | 7 | 475 | 134 | 61 |
| Binary | 11101110 | 1010 | 10101111 | 0 | 1100000 | 11010 | 111 | 100111101 | 1011100 | 110001 |
Color Harmonies of #EE0AAF
Complementary color
Monochromatic Colors of #EE0AAF
Black with #EE0AAF
Text Example
Text Example
White with #EE0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AAF; }
p { color: rgb(238,10,175); }
H1.HeaderClassName
{
color: #EE0AAF;
}
.AnyTagClassName
{
color: #EE0AAF;
}
</style>
background-color css
<style>
a { background-color: #EE0AAF; }
a { background-color: rgb(238,10,175); }
div.DivClassName
{
background-color: #EE0AAF;
}
.BgClassName
{
background-color: #EE0AAF;
}
</style>
border-color css
<style>
span { border-color: #EE0AAF; }
span { border-color: rgb(238,10,175); }
td.TdClassName
{
border-color: #EE0AAF;
}
.TagClassName
{
border-color: #EE0AAF;
}
</style>