Shades of Hollywood Cerise #EE0FA2
Tints of Hollywood Cerise #EE0FA2
RGB
CMYK
RGB Variations
Color information
#EE0FA2 (or 0xEE0FA2) is known color: Hollywood Cerise. HEX triplet: EE, 0F and A2. RGB value is (238,15,162). Sum of RGB (Red+Green+Blue) = 238+15+162=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FA2 is #11F05D. Grayscale: #626262. Windows color (decimal): -1175646 or 10620910. OLE color: 10620910.
HSL color Cylindrical-coordinate representation of color #EE0FA2: hue angle of 320.45º 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 #EE0FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 162 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.07 |
| HSL | 320.45º | 0.88% | 0.5% | - |
| HSV(B) | 320.45º | 0.94% | 0.93% | - |
| XYZ | 41.95 | 21.13 | 36.05 | - |
| YUV | 98.44 | 163.88 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 162 | 0 | 0.94 | 0.32 | 0.07 | 320.45 | 0.88 | 0.5 |
| Hex | EE | F | A2 | 0 | 5E | 20 | 7 | 140 | 58 | 32 |
| Octal | 356 | 17 | 242 | 0 | 136 | 40 | 7 | 500 | 130 | 62 |
| Binary | 11101110 | 1111 | 10100010 | 0 | 1011110 | 100000 | 111 | 101000000 | 1011000 | 110010 |
Color Harmonies of #EE0FA2
Complementary color
Monochromatic Colors of #EE0FA2
Black with #EE0FA2
Text Example
Text Example
White with #EE0FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FA2; }
p { color: rgb(238,15,162); }
H1.HeaderClassName
{
color: #EE0FA2;
}
.AnyTagClassName
{
color: #EE0FA2;
}
</style>
background-color css
<style>
a { background-color: #EE0FA2; }
a { background-color: rgb(238,15,162); }
div.DivClassName
{
background-color: #EE0FA2;
}
.BgClassName
{
background-color: #EE0FA2;
}
</style>
border-color css
<style>
span { border-color: #EE0FA2; }
span { border-color: rgb(238,15,162); }
td.TdClassName
{
border-color: #EE0FA2;
}
.TagClassName
{
border-color: #EE0FA2;
}
</style>