Shades of Hollywood Cerise #EE0890
Tints of Hollywood Cerise #EE0890
RGB
CMYK
RGB Variations
Color information
#EE0890 (or 0xEE0890) is known color: Hollywood Cerise. HEX triplet: EE, 08 and 90. RGB value is (238,8,144). Sum of RGB (Red+Green+Blue) = 238+8+144=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0890 is #11F76F. Grayscale: #5B5B5B. Windows color (decimal): -1177456 or 9439470. OLE color: 9439470.
HSL color Cylindrical-coordinate representation of color #EE0890: hue angle of 324.52º 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 #EE0890 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 144 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.07 |
| HSL | 324.52º | 0.93% | 0.48% | - |
| HSV(B) | 324.52º | 0.97% | 0.93% | - |
| XYZ | 40.38 | 20.36 | 28.19 | - |
| YUV | 92.27 | 157.2 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 144 | 0 | 0.97 | 0.39 | 0.07 | 324.52 | 0.93 | 0.48 |
| Hex | EE | 8 | 90 | 0 | 61 | 27 | 7 | 145 | 5D | 30 |
| Octal | 356 | 10 | 220 | 0 | 141 | 47 | 7 | 505 | 135 | 60 |
| Binary | 11101110 | 1000 | 10010000 | 0 | 1100001 | 100111 | 111 | 101000101 | 1011101 | 110000 |
Color Harmonies of #EE0890
Complementary color
Monochromatic Colors of #EE0890
Black with #EE0890
Text Example
Text Example
White with #EE0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0890; }
p { color: rgb(238,8,144); }
H1.HeaderClassName
{
color: #EE0890;
}
.AnyTagClassName
{
color: #EE0890;
}
</style>
background-color css
<style>
a { background-color: #EE0890; }
a { background-color: rgb(238,8,144); }
div.DivClassName
{
background-color: #EE0890;
}
.BgClassName
{
background-color: #EE0890;
}
</style>
border-color css
<style>
span { border-color: #EE0890; }
span { border-color: rgb(238,8,144); }
td.TdClassName
{
border-color: #EE0890;
}
.TagClassName
{
border-color: #EE0890;
}
</style>