Shades of Hollywood Cerise #EE0FA0
Tints of Hollywood Cerise #EE0FA0
RGB
CMYK
RGB Variations
Color information
#EE0FA0 (or 0xEE0FA0) is known color: Hollywood Cerise. HEX triplet: EE, 0F and A0. RGB value is (238,15,160). Sum of RGB (Red+Green+Blue) = 238+15+160=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FA0 is #11F05F. Grayscale: #616161. Windows color (decimal): -1175648 or 10489838. OLE color: 10489838.
HSL color Cylindrical-coordinate representation of color #EE0FA0: hue angle of 320.99º 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 #EE0FA0 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 160 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.07 |
| HSL | 320.99º | 0.88% | 0.5% | - |
| HSV(B) | 320.99º | 0.94% | 0.93% | - |
| XYZ | 41.78 | 21.06 | 35.12 | - |
| YUV | 98.21 | 162.88 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 160 | 0 | 0.94 | 0.33 | 0.07 | 320.99 | 0.88 | 0.5 |
| Hex | EE | F | A0 | 0 | 5E | 21 | 7 | 141 | 58 | 32 |
| Octal | 356 | 17 | 240 | 0 | 136 | 41 | 7 | 501 | 130 | 62 |
| Binary | 11101110 | 1111 | 10100000 | 0 | 1011110 | 100001 | 111 | 101000001 | 1011000 | 110010 |
Color Harmonies of #EE0FA0
Complementary color
Monochromatic Colors of #EE0FA0
Black with #EE0FA0
Text Example
Text Example
White with #EE0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FA0; }
p { color: rgb(238,15,160); }
H1.HeaderClassName
{
color: #EE0FA0;
}
.AnyTagClassName
{
color: #EE0FA0;
}
</style>
background-color css
<style>
a { background-color: #EE0FA0; }
a { background-color: rgb(238,15,160); }
div.DivClassName
{
background-color: #EE0FA0;
}
.BgClassName
{
background-color: #EE0FA0;
}
</style>
border-color css
<style>
span { border-color: #EE0FA0; }
span { border-color: rgb(238,15,160); }
td.TdClassName
{
border-color: #EE0FA0;
}
.TagClassName
{
border-color: #EE0FA0;
}
</style>