Shades of Hollywood Cerise #EE0891
Tints of Hollywood Cerise #EE0891
RGB
CMYK
RGB Variations
Color information
#EE0891 (or 0xEE0891) is known color: Hollywood Cerise. HEX triplet: EE, 08 and 91. RGB value is (238,8,145). Sum of RGB (Red+Green+Blue) = 238+8+145=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0891 is #11F76E. Grayscale: #5C5C5C. Windows color (decimal): -1177455 or 9505006. OLE color: 9505006.
HSL color Cylindrical-coordinate representation of color #EE0891: hue angle of 324.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0891 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 145 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.07 |
| HSL | 324.26º | 0.93% | 0.48% | - |
| HSV(B) | 324.26º | 0.97% | 0.93% | - |
| XYZ | 40.46 | 20.4 | 28.59 | - |
| YUV | 92.39 | 157.7 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 145 | 0 | 0.97 | 0.39 | 0.07 | 324.26 | 0.93 | 0.48 |
| Hex | EE | 8 | 91 | 0 | 61 | 27 | 7 | 144 | 5D | 30 |
| Octal | 356 | 10 | 221 | 0 | 141 | 47 | 7 | 504 | 135 | 60 |
| Binary | 11101110 | 1000 | 10010001 | 0 | 1100001 | 100111 | 111 | 101000100 | 1011101 | 110000 |
Color Harmonies of #EE0891
Complementary color
Monochromatic Colors of #EE0891
Black with #EE0891
Text Example
Text Example
White with #EE0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0891; }
p { color: rgb(238,8,145); }
H1.HeaderClassName
{
color: #EE0891;
}
.AnyTagClassName
{
color: #EE0891;
}
</style>
background-color css
<style>
a { background-color: #EE0891; }
a { background-color: rgb(238,8,145); }
div.DivClassName
{
background-color: #EE0891;
}
.BgClassName
{
background-color: #EE0891;
}
</style>
border-color css
<style>
span { border-color: #EE0891; }
span { border-color: rgb(238,8,145); }
td.TdClassName
{
border-color: #EE0891;
}
.TagClassName
{
border-color: #EE0891;
}
</style>