Shades of Hollywood Cerise #EE0F9F
Tints of Hollywood Cerise #EE0F9F
RGB
CMYK
RGB Variations
Color information
#EE0F9F (or 0xEE0F9F) is known color: Hollywood Cerise. HEX triplet: EE, 0F and 9F. RGB value is (238,15,159). Sum of RGB (Red+Green+Blue) = 238+15+159=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F9F is #11F060. Grayscale: #616161. Windows color (decimal): -1175649 or 10424302. OLE color: 10424302.
HSL color Cylindrical-coordinate representation of color #EE0F9F: hue angle of 321.26º 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 #EE0F9F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.07 |
| HSL | 321.26º | 0.88% | 0.5% | - |
| HSV(B) | 321.26º | 0.94% | 0.93% | - |
| XYZ | 41.69 | 21.02 | 34.66 | - |
| YUV | 98.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 159 | 0 | 0.94 | 0.33 | 0.07 | 321.26 | 0.88 | 0.5 |
| Hex | EE | F | 9F | 0 | 5E | 21 | 7 | 141 | 58 | 32 |
| Octal | 356 | 17 | 237 | 0 | 136 | 41 | 7 | 501 | 130 | 62 |
| Binary | 11101110 | 1111 | 10011111 | 0 | 1011110 | 100001 | 111 | 101000001 | 1011000 | 110010 |
Color Harmonies of #EE0F9F
Complementary color
Monochromatic Colors of #EE0F9F
Black with #EE0F9F
Text Example
Text Example
White with #EE0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F9F; }
p { color: rgb(238,15,159); }
H1.HeaderClassName
{
color: #EE0F9F;
}
.AnyTagClassName
{
color: #EE0F9F;
}
</style>
background-color css
<style>
a { background-color: #EE0F9F; }
a { background-color: rgb(238,15,159); }
div.DivClassName
{
background-color: #EE0F9F;
}
.BgClassName
{
background-color: #EE0F9F;
}
</style>
border-color css
<style>
span { border-color: #EE0F9F; }
span { border-color: rgb(238,15,159); }
td.TdClassName
{
border-color: #EE0F9F;
}
.TagClassName
{
border-color: #EE0F9F;
}
</style>