Shades of Hollywood Cerise #EE079D
Tints of Hollywood Cerise #EE079D
RGB
CMYK
RGB Variations
Color information
#EE079D (or 0xEE079D) is known color: Hollywood Cerise. HEX triplet: EE, 07 and 9D. RGB value is (238,7,157). Sum of RGB (Red+Green+Blue) = 238+7+157=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE079D is #11F862. Grayscale: #5C5C5C. Windows color (decimal): -1177699 or 10291182. OLE color: 10291182.
HSL color Cylindrical-coordinate representation of color #EE079D: hue angle of 321.04º 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 #EE079D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.07 |
| HSL | 321.04º | 0.94% | 0.48% | - |
| HSV(B) | 321.04º | 0.97% | 0.93% | - |
| XYZ | 41.42 | 20.76 | 33.72 | - |
| YUV | 93.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 157 | 0 | 0.97 | 0.34 | 0.07 | 321.04 | 0.94 | 0.48 |
| Hex | EE | 7 | 9D | 0 | 61 | 22 | 7 | 141 | 5E | 30 |
| Octal | 356 | 7 | 235 | 0 | 141 | 42 | 7 | 501 | 136 | 60 |
| Binary | 11101110 | 111 | 10011101 | 0 | 1100001 | 100010 | 111 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EE079D
Complementary color
Monochromatic Colors of #EE079D
Black with #EE079D
Text Example
Text Example
White with #EE079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE079D; }
p { color: rgb(238,7,157); }
H1.HeaderClassName
{
color: #EE079D;
}
.AnyTagClassName
{
color: #EE079D;
}
</style>
background-color css
<style>
a { background-color: #EE079D; }
a { background-color: rgb(238,7,157); }
div.DivClassName
{
background-color: #EE079D;
}
.BgClassName
{
background-color: #EE079D;
}
</style>
border-color css
<style>
span { border-color: #EE079D; }
span { border-color: rgb(238,7,157); }
td.TdClassName
{
border-color: #EE079D;
}
.TagClassName
{
border-color: #EE079D;
}
</style>