Shades of Hollywood Cerise #EE0F9B
Tints of Hollywood Cerise #EE0F9B
RGB
CMYK
RGB Variations
Color information
#EE0F9B (or 0xEE0F9B) is known color: Hollywood Cerise. HEX triplet: EE, 0F and 9B. RGB value is (238,15,155). Sum of RGB (Red+Green+Blue) = 238+15+155=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F9B is #11F064. Grayscale: #616161. Windows color (decimal): -1175653 or 10162158. OLE color: 10162158.
HSL color Cylindrical-coordinate representation of color #EE0F9B: hue angle of 322.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F9B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 155 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.07 |
| HSL | 322.33º | 0.88% | 0.5% | - |
| HSV(B) | 322.33º | 0.94% | 0.93% | - |
| XYZ | 41.35 | 20.89 | 32.86 | - |
| YUV | 97.64 | 160.38 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 155 | 0 | 0.94 | 0.35 | 0.07 | 322.33 | 0.88 | 0.5 |
| Hex | EE | F | 9B | 0 | 5E | 23 | 7 | 142 | 58 | 32 |
| Octal | 356 | 17 | 233 | 0 | 136 | 43 | 7 | 502 | 130 | 62 |
| Binary | 11101110 | 1111 | 10011011 | 0 | 1011110 | 100011 | 111 | 101000010 | 1011000 | 110010 |
Color Harmonies of #EE0F9B
Complementary color
Monochromatic Colors of #EE0F9B
Black with #EE0F9B
Text Example
Text Example
White with #EE0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F9B; }
p { color: rgb(238,15,155); }
H1.HeaderClassName
{
color: #EE0F9B;
}
.AnyTagClassName
{
color: #EE0F9B;
}
</style>
background-color css
<style>
a { background-color: #EE0F9B; }
a { background-color: rgb(238,15,155); }
div.DivClassName
{
background-color: #EE0F9B;
}
.BgClassName
{
background-color: #EE0F9B;
}
</style>
border-color css
<style>
span { border-color: #EE0F9B; }
span { border-color: rgb(238,15,155); }
td.TdClassName
{
border-color: #EE0F9B;
}
.TagClassName
{
border-color: #EE0F9B;
}
</style>