Shades of Hollywood Cerise #EE0FAA
Tints of Hollywood Cerise #EE0FAA
RGB
CMYK
RGB Variations
Color information
#EE0FAA (or 0xEE0FAA) is known color: Hollywood Cerise. HEX triplet: EE, 0F and AA. RGB value is (238,15,170). Sum of RGB (Red+Green+Blue) = 238+15+170=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FAA is #11F055. Grayscale: #626262. Windows color (decimal): -1175638 or 11145198. OLE color: 11145198.
HSL color Cylindrical-coordinate representation of color #EE0FAA: hue angle of 318.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FAA is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 170 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.07 |
| HSL | 318.3º | 0.88% | 0.5% | - |
| HSV(B) | 318.3º | 0.94% | 0.93% | - |
| XYZ | 42.69 | 21.42 | 39.92 | - |
| YUV | 99.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 170 | 0 | 0.94 | 0.29 | 0.07 | 318.3 | 0.88 | 0.5 |
| Hex | EE | F | AA | 0 | 5E | 1D | 7 | 13E | 58 | 32 |
| Octal | 356 | 17 | 252 | 0 | 136 | 35 | 7 | 476 | 130 | 62 |
| Binary | 11101110 | 1111 | 10101010 | 0 | 1011110 | 11101 | 111 | 100111110 | 1011000 | 110010 |
Color Harmonies of #EE0FAA
Complementary color
Monochromatic Colors of #EE0FAA
Black with #EE0FAA
Text Example
Text Example
White with #EE0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FAA; }
p { color: rgb(238,15,170); }
H1.HeaderClassName
{
color: #EE0FAA;
}
.AnyTagClassName
{
color: #EE0FAA;
}
</style>
background-color css
<style>
a { background-color: #EE0FAA; }
a { background-color: rgb(238,15,170); }
div.DivClassName
{
background-color: #EE0FAA;
}
.BgClassName
{
background-color: #EE0FAA;
}
</style>
border-color css
<style>
span { border-color: #EE0FAA; }
span { border-color: rgb(238,15,170); }
td.TdClassName
{
border-color: #EE0FAA;
}
.TagClassName
{
border-color: #EE0FAA;
}
</style>