Shades of Hollywood Cerise #EE0F98
Tints of Hollywood Cerise #EE0F98
RGB
CMYK
RGB Variations
Color information
#EE0F98 (or 0xEE0F98) is known color: Hollywood Cerise. HEX triplet: EE, 0F and 98. RGB value is (238,15,152). Sum of RGB (Red+Green+Blue) = 238+15+152=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F98 is #11F067. Grayscale: #606060. Windows color (decimal): -1175656 or 9965550. OLE color: 9965550.
HSL color Cylindrical-coordinate representation of color #EE0F98: hue angle of 323.14º 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 #EE0F98 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 152 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.07 |
| HSL | 323.14º | 0.88% | 0.5% | - |
| HSV(B) | 323.14º | 0.94% | 0.93% | - |
| XYZ | 41.1 | 20.79 | 31.55 | - |
| YUV | 97.3 | 158.88 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 152 | 0 | 0.94 | 0.36 | 0.07 | 323.14 | 0.88 | 0.5 |
| Hex | EE | F | 98 | 0 | 5E | 24 | 7 | 143 | 58 | 32 |
| Octal | 356 | 17 | 230 | 0 | 136 | 44 | 7 | 503 | 130 | 62 |
| Binary | 11101110 | 1111 | 10011000 | 0 | 1011110 | 100100 | 111 | 101000011 | 1011000 | 110010 |
Color Harmonies of #EE0F98
Complementary color
Monochromatic Colors of #EE0F98
Black with #EE0F98
Text Example
Text Example
White with #EE0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F98; }
p { color: rgb(238,15,152); }
H1.HeaderClassName
{
color: #EE0F98;
}
.AnyTagClassName
{
color: #EE0F98;
}
</style>
background-color css
<style>
a { background-color: #EE0F98; }
a { background-color: rgb(238,15,152); }
div.DivClassName
{
background-color: #EE0F98;
}
.BgClassName
{
background-color: #EE0F98;
}
</style>
border-color css
<style>
span { border-color: #EE0F98; }
span { border-color: rgb(238,15,152); }
td.TdClassName
{
border-color: #EE0F98;
}
.TagClassName
{
border-color: #EE0F98;
}
</style>