Shades of Hollywood Cerise #EE089A
Tints of Hollywood Cerise #EE089A
RGB
CMYK
RGB Variations
Color information
#EE089A (or 0xEE089A) is known color: Hollywood Cerise. HEX triplet: EE, 08 and 9A. RGB value is (238,8,154). Sum of RGB (Red+Green+Blue) = 238+8+154=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE089A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE089A is #11F765. Grayscale: #5D5D5D. Windows color (decimal): -1177446 or 10094830. OLE color: 10094830.
HSL color Cylindrical-coordinate representation of color #EE089A: hue angle of 321.91º 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 #EE089A is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 154 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.07 |
| HSL | 321.91º | 0.93% | 0.48% | - |
| HSV(B) | 321.91º | 0.97% | 0.93% | - |
| XYZ | 41.18 | 20.68 | 32.39 | - |
| YUV | 93.41 | 162.2 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 154 | 0 | 0.97 | 0.35 | 0.07 | 321.91 | 0.93 | 0.48 |
| Hex | EE | 8 | 9A | 0 | 61 | 23 | 7 | 142 | 5D | 30 |
| Octal | 356 | 10 | 232 | 0 | 141 | 43 | 7 | 502 | 135 | 60 |
| Binary | 11101110 | 1000 | 10011010 | 0 | 1100001 | 100011 | 111 | 101000010 | 1011101 | 110000 |
Color Harmonies of #EE089A
Complementary color
Monochromatic Colors of #EE089A
Black with #EE089A
Text Example
Text Example
White with #EE089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE089A; }
p { color: rgb(238,8,154); }
H1.HeaderClassName
{
color: #EE089A;
}
.AnyTagClassName
{
color: #EE089A;
}
</style>
background-color css
<style>
a { background-color: #EE089A; }
a { background-color: rgb(238,8,154); }
div.DivClassName
{
background-color: #EE089A;
}
.BgClassName
{
background-color: #EE089A;
}
</style>
border-color css
<style>
span { border-color: #EE089A; }
span { border-color: rgb(238,8,154); }
td.TdClassName
{
border-color: #EE089A;
}
.TagClassName
{
border-color: #EE089A;
}
</style>