Shades of Hollywood Cerise #EE0F9C
Tints of Hollywood Cerise #EE0F9C
RGB
CMYK
RGB Variations
Color information
#EE0F9C (or 0xEE0F9C) is known color: Hollywood Cerise. HEX triplet: EE, 0F and 9C. RGB value is (238,15,156). Sum of RGB (Red+Green+Blue) = 238+15+156=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F9C is #11F063. Grayscale: #616161. Windows color (decimal): -1175652 or 10227694. OLE color: 10227694.
HSL color Cylindrical-coordinate representation of color #EE0F9C: hue angle of 322.06º 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 #EE0F9C is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 156 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.07 |
| HSL | 322.06º | 0.88% | 0.5% | - |
| HSV(B) | 322.06º | 0.94% | 0.93% | - |
| XYZ | 41.43 | 20.92 | 33.31 | - |
| YUV | 97.75 | 160.88 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 156 | 0 | 0.94 | 0.34 | 0.07 | 322.06 | 0.88 | 0.5 |
| Hex | EE | F | 9C | 0 | 5E | 22 | 7 | 142 | 58 | 32 |
| Octal | 356 | 17 | 234 | 0 | 136 | 42 | 7 | 502 | 130 | 62 |
| Binary | 11101110 | 1111 | 10011100 | 0 | 1011110 | 100010 | 111 | 101000010 | 1011000 | 110010 |
Color Harmonies of #EE0F9C
Complementary color
Monochromatic Colors of #EE0F9C
Black with #EE0F9C
Text Example
Text Example
White with #EE0F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F9C; }
p { color: rgb(238,15,156); }
H1.HeaderClassName
{
color: #EE0F9C;
}
.AnyTagClassName
{
color: #EE0F9C;
}
</style>
background-color css
<style>
a { background-color: #EE0F9C; }
a { background-color: rgb(238,15,156); }
div.DivClassName
{
background-color: #EE0F9C;
}
.BgClassName
{
background-color: #EE0F9C;
}
</style>
border-color css
<style>
span { border-color: #EE0F9C; }
span { border-color: rgb(238,15,156); }
td.TdClassName
{
border-color: #EE0F9C;
}
.TagClassName
{
border-color: #EE0F9C;
}
</style>