Shades of Hollywood Cerise #EE119D
Tints of Hollywood Cerise #EE119D
RGB
CMYK
RGB Variations
Color information
#EE119D (or 0xEE119D) is known color: Hollywood Cerise. HEX triplet: EE, 11 and 9D. RGB value is (238,17,157). Sum of RGB (Red+Green+Blue) = 238+17+157=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE119D is #11EE62. Grayscale: #626262. Windows color (decimal): -1175139 or 10293742. OLE color: 10293742.
HSL color Cylindrical-coordinate representation of color #EE119D: hue angle of 321.99º 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 #EE119D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.07 |
| HSL | 321.99º | 0.87% | 0.5% | - |
| HSV(B) | 321.99º | 0.93% | 0.93% | - |
| XYZ | 41.55 | 21.01 | 33.76 | - |
| YUV | 99.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 157 | 0 | 0.93 | 0.34 | 0.07 | 321.99 | 0.87 | 0.5 |
| Hex | EE | 11 | 9D | 0 | 5D | 22 | 7 | 142 | 57 | 32 |
| Octal | 356 | 21 | 235 | 0 | 135 | 42 | 7 | 502 | 127 | 62 |
| Binary | 11101110 | 10001 | 10011101 | 0 | 1011101 | 100010 | 111 | 101000010 | 1010111 | 110010 |
Color Harmonies of #EE119D
Complementary color
Monochromatic Colors of #EE119D
Black with #EE119D
Text Example
Text Example
White with #EE119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE119D; }
p { color: rgb(238,17,157); }
H1.HeaderClassName
{
color: #EE119D;
}
.AnyTagClassName
{
color: #EE119D;
}
</style>
background-color css
<style>
a { background-color: #EE119D; }
a { background-color: rgb(238,17,157); }
div.DivClassName
{
background-color: #EE119D;
}
.BgClassName
{
background-color: #EE119D;
}
</style>
border-color css
<style>
span { border-color: #EE119D; }
span { border-color: rgb(238,17,157); }
td.TdClassName
{
border-color: #EE119D;
}
.TagClassName
{
border-color: #EE119D;
}
</style>