Shades of Hollywood Cerise #EE099A
Tints of Hollywood Cerise #EE099A
RGB
CMYK
RGB Variations
Color information
#EE099A (or 0xEE099A) is known color: Hollywood Cerise. HEX triplet: EE, 09 and 9A. RGB value is (238,9,154). Sum of RGB (Red+Green+Blue) = 238+9+154=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE099A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE099A is #11F665. Grayscale: #5D5D5D. Windows color (decimal): -1177190 or 10095086. OLE color: 10095086.
HSL color Cylindrical-coordinate representation of color #EE099A: hue angle of 322.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE099A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.07 |
| HSL | 322.01º | 0.93% | 0.48% | - |
| HSV(B) | 322.01º | 0.96% | 0.93% | - |
| XYZ | 41.19 | 20.71 | 32.4 | - |
| YUV | 94 | 161.87 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 154 | 0 | 0.96 | 0.35 | 0.07 | 322.01 | 0.93 | 0.48 |
| Hex | EE | 9 | 9A | 0 | 60 | 23 | 7 | 142 | 5D | 30 |
| Octal | 356 | 11 | 232 | 0 | 140 | 43 | 7 | 502 | 135 | 60 |
| Binary | 11101110 | 1001 | 10011010 | 0 | 1100000 | 100011 | 111 | 101000010 | 1011101 | 110000 |
Color Harmonies of #EE099A
Complementary color
Monochromatic Colors of #EE099A
Black with #EE099A
Text Example
Text Example
White with #EE099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE099A; }
p { color: rgb(238,9,154); }
H1.HeaderClassName
{
color: #EE099A;
}
.AnyTagClassName
{
color: #EE099A;
}
</style>
background-color css
<style>
a { background-color: #EE099A; }
a { background-color: rgb(238,9,154); }
div.DivClassName
{
background-color: #EE099A;
}
.BgClassName
{
background-color: #EE099A;
}
</style>
border-color css
<style>
span { border-color: #EE099A; }
span { border-color: rgb(238,9,154); }
td.TdClassName
{
border-color: #EE099A;
}
.TagClassName
{
border-color: #EE099A;
}
</style>