Shades of Hollywood Cerise #EE079E
Tints of Hollywood Cerise #EE079E
RGB
CMYK
RGB Variations
Color information
#EE079E (or 0xEE079E) is known color: Hollywood Cerise. HEX triplet: EE, 07 and 9E. RGB value is (238,7,158). Sum of RGB (Red+Green+Blue) = 238+7+158=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE079E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE079E is #11F861. Grayscale: #5C5C5C. Windows color (decimal): -1177698 or 10356718. OLE color: 10356718.
HSL color Cylindrical-coordinate representation of color #EE079E: hue angle of 320.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE079E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.07 |
| HSL | 320.78º | 0.94% | 0.48% | - |
| HSV(B) | 320.78º | 0.97% | 0.93% | - |
| XYZ | 41.51 | 20.8 | 34.17 | - |
| YUV | 93.28 | 164.53 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 158 | 0 | 0.97 | 0.34 | 0.07 | 320.78 | 0.94 | 0.48 |
| Hex | EE | 7 | 9E | 0 | 61 | 22 | 7 | 141 | 5E | 30 |
| Octal | 356 | 7 | 236 | 0 | 141 | 42 | 7 | 501 | 136 | 60 |
| Binary | 11101110 | 111 | 10011110 | 0 | 1100001 | 100010 | 111 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EE079E
Complementary color
Monochromatic Colors of #EE079E
Black with #EE079E
Text Example
Text Example
White with #EE079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE079E; }
p { color: rgb(238,7,158); }
H1.HeaderClassName
{
color: #EE079E;
}
.AnyTagClassName
{
color: #EE079E;
}
</style>
background-color css
<style>
a { background-color: #EE079E; }
a { background-color: rgb(238,7,158); }
div.DivClassName
{
background-color: #EE079E;
}
.BgClassName
{
background-color: #EE079E;
}
</style>
border-color css
<style>
span { border-color: #EE079E; }
span { border-color: rgb(238,7,158); }
td.TdClassName
{
border-color: #EE079E;
}
.TagClassName
{
border-color: #EE079E;
}
</style>