Shades of Hollywood Cerise #EE109C
Tints of Hollywood Cerise #EE109C
RGB
CMYK
RGB Variations
Color information
#EE109C (or 0xEE109C) is known color: Hollywood Cerise. HEX triplet: EE, 10 and 9C. RGB value is (238,16,156). Sum of RGB (Red+Green+Blue) = 238+16+156=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE109C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE109C is #11EF63. Grayscale: #616161. Windows color (decimal): -1175396 or 10227950. OLE color: 10227950.
HSL color Cylindrical-coordinate representation of color #EE109C: hue angle of 322.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE109C is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 156 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.07 |
| HSL | 322.16º | 0.87% | 0.5% | - |
| HSV(B) | 322.16º | 0.93% | 0.93% | - |
| XYZ | 41.45 | 20.95 | 33.31 | - |
| YUV | 98.34 | 160.55 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 156 | 0 | 0.93 | 0.34 | 0.07 | 322.16 | 0.87 | 0.5 |
| Hex | EE | 10 | 9C | 0 | 5D | 22 | 7 | 142 | 57 | 32 |
| Octal | 356 | 20 | 234 | 0 | 135 | 42 | 7 | 502 | 127 | 62 |
| Binary | 11101110 | 10000 | 10011100 | 0 | 1011101 | 100010 | 111 | 101000010 | 1010111 | 110010 |
Color Harmonies of #EE109C
Complementary color
Monochromatic Colors of #EE109C
Black with #EE109C
Text Example
Text Example
White with #EE109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE109C; }
p { color: rgb(238,16,156); }
H1.HeaderClassName
{
color: #EE109C;
}
.AnyTagClassName
{
color: #EE109C;
}
</style>
background-color css
<style>
a { background-color: #EE109C; }
a { background-color: rgb(238,16,156); }
div.DivClassName
{
background-color: #EE109C;
}
.BgClassName
{
background-color: #EE109C;
}
</style>
border-color css
<style>
span { border-color: #EE109C; }
span { border-color: rgb(238,16,156); }
td.TdClassName
{
border-color: #EE109C;
}
.TagClassName
{
border-color: #EE109C;
}
</style>