Shades of Hollywood Cerise #EE0FA1
Tints of Hollywood Cerise #EE0FA1
RGB
CMYK
RGB Variations
Color information
#EE0FA1 (or 0xEE0FA1) is known color: Hollywood Cerise. HEX triplet: EE, 0F and A1. RGB value is (238,15,161). Sum of RGB (Red+Green+Blue) = 238+15+161=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FA1 is #11F05E. Grayscale: #616161. Windows color (decimal): -1175647 or 10555374. OLE color: 10555374.
HSL color Cylindrical-coordinate representation of color #EE0FA1: hue angle of 320.72º 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 #EE0FA1 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 161 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.07 |
| HSL | 320.72º | 0.88% | 0.5% | - |
| HSV(B) | 320.72º | 0.94% | 0.93% | - |
| XYZ | 41.86 | 21.09 | 35.58 | - |
| YUV | 98.32 | 163.38 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 161 | 0 | 0.94 | 0.32 | 0.07 | 320.72 | 0.88 | 0.5 |
| Hex | EE | F | A1 | 0 | 5E | 20 | 7 | 141 | 58 | 32 |
| Octal | 356 | 17 | 241 | 0 | 136 | 40 | 7 | 501 | 130 | 62 |
| Binary | 11101110 | 1111 | 10100001 | 0 | 1011110 | 100000 | 111 | 101000001 | 1011000 | 110010 |
Color Harmonies of #EE0FA1
Complementary color
Monochromatic Colors of #EE0FA1
Black with #EE0FA1
Text Example
Text Example
White with #EE0FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FA1; }
p { color: rgb(238,15,161); }
H1.HeaderClassName
{
color: #EE0FA1;
}
.AnyTagClassName
{
color: #EE0FA1;
}
</style>
background-color css
<style>
a { background-color: #EE0FA1; }
a { background-color: rgb(238,15,161); }
div.DivClassName
{
background-color: #EE0FA1;
}
.BgClassName
{
background-color: #EE0FA1;
}
</style>
border-color css
<style>
span { border-color: #EE0FA1; }
span { border-color: rgb(238,15,161); }
td.TdClassName
{
border-color: #EE0FA1;
}
.TagClassName
{
border-color: #EE0FA1;
}
</style>