Shades of Hollywood Cerise #EE099B
Tints of Hollywood Cerise #EE099B
RGB
CMYK
RGB Variations
Color information
#EE099B (or 0xEE099B) is known color: Hollywood Cerise. HEX triplet: EE, 09 and 9B. RGB value is (238,9,155). Sum of RGB (Red+Green+Blue) = 238+9+155=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE099B is #11F664. Grayscale: #5D5D5D. Windows color (decimal): -1177189 or 10160622. OLE color: 10160622.
HSL color Cylindrical-coordinate representation of color #EE099B: hue angle of 321.75º 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 #EE099B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.07 |
| HSL | 321.75º | 0.93% | 0.48% | - |
| HSV(B) | 321.75º | 0.96% | 0.93% | - |
| XYZ | 41.27 | 20.74 | 32.84 | - |
| YUV | 94.12 | 162.37 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 155 | 0 | 0.96 | 0.35 | 0.07 | 321.75 | 0.93 | 0.48 |
| Hex | EE | 9 | 9B | 0 | 60 | 23 | 7 | 142 | 5D | 30 |
| Octal | 356 | 11 | 233 | 0 | 140 | 43 | 7 | 502 | 135 | 60 |
| Binary | 11101110 | 1001 | 10011011 | 0 | 1100000 | 100011 | 111 | 101000010 | 1011101 | 110000 |
Color Harmonies of #EE099B
Complementary color
Monochromatic Colors of #EE099B
Black with #EE099B
Text Example
Text Example
White with #EE099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE099B; }
p { color: rgb(238,9,155); }
H1.HeaderClassName
{
color: #EE099B;
}
.AnyTagClassName
{
color: #EE099B;
}
</style>
background-color css
<style>
a { background-color: #EE099B; }
a { background-color: rgb(238,9,155); }
div.DivClassName
{
background-color: #EE099B;
}
.BgClassName
{
background-color: #EE099B;
}
</style>
border-color css
<style>
span { border-color: #EE099B; }
span { border-color: rgb(238,9,155); }
td.TdClassName
{
border-color: #EE099B;
}
.TagClassName
{
border-color: #EE099B;
}
</style>