Shades of Hollywood Cerise #EE0AAC
Tints of Hollywood Cerise #EE0AAC
RGB
CMYK
RGB Variations
Color information
#EE0AAC (or 0xEE0AAC) is known color: Hollywood Cerise. HEX triplet: EE, 0A and AC. RGB value is (238,10,172). Sum of RGB (Red+Green+Blue) = 238+10+172=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0AAC is #11F553. Grayscale: #606060. Windows color (decimal): -1176916 or 11274990. OLE color: 11274990.
HSL color Cylindrical-coordinate representation of color #EE0AAC: hue angle of 317.37º 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 #EE0AAC is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 172 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.07 |
| HSL | 317.37º | 0.92% | 0.49% | - |
| HSV(B) | 317.37º | 0.96% | 0.93% | - |
| XYZ | 42.81 | 21.37 | 40.9 | - |
| YUV | 96.64 | 170.54 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 172 | 0 | 0.96 | 0.28 | 0.07 | 317.37 | 0.92 | 0.49 |
| Hex | EE | A | AC | 0 | 60 | 1C | 7 | 13D | 5C | 31 |
| Octal | 356 | 12 | 254 | 0 | 140 | 34 | 7 | 475 | 134 | 61 |
| Binary | 11101110 | 1010 | 10101100 | 0 | 1100000 | 11100 | 111 | 100111101 | 1011100 | 110001 |
Color Harmonies of #EE0AAC
Complementary color
Monochromatic Colors of #EE0AAC
Black with #EE0AAC
Text Example
Text Example
White with #EE0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AAC; }
p { color: rgb(238,10,172); }
H1.HeaderClassName
{
color: #EE0AAC;
}
.AnyTagClassName
{
color: #EE0AAC;
}
</style>
background-color css
<style>
a { background-color: #EE0AAC; }
a { background-color: rgb(238,10,172); }
div.DivClassName
{
background-color: #EE0AAC;
}
.BgClassName
{
background-color: #EE0AAC;
}
</style>
border-color css
<style>
span { border-color: #EE0AAC; }
span { border-color: rgb(238,10,172); }
td.TdClassName
{
border-color: #EE0AAC;
}
.TagClassName
{
border-color: #EE0AAC;
}
</style>