Shades of Hollywood Cerise #EE079F
Tints of Hollywood Cerise #EE079F
RGB
CMYK
RGB Variations
Color information
#EE079F (or 0xEE079F) is known color: Hollywood Cerise. HEX triplet: EE, 07 and 9F. RGB value is (238,7,159). Sum of RGB (Red+Green+Blue) = 238+7+159=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE079F is #11F860. Grayscale: #5D5D5D. Windows color (decimal): -1177697 or 10422254. OLE color: 10422254.
HSL color Cylindrical-coordinate representation of color #EE079F: hue angle of 320.52º 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 #EE079F is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.07 |
| HSL | 320.52º | 0.94% | 0.48% | - |
| HSV(B) | 320.52º | 0.97% | 0.93% | - |
| XYZ | 41.59 | 20.83 | 34.63 | - |
| YUV | 93.4 | 165.03 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 159 | 0 | 0.97 | 0.33 | 0.07 | 320.52 | 0.94 | 0.48 |
| Hex | EE | 7 | 9F | 0 | 61 | 21 | 7 | 141 | 5E | 30 |
| Octal | 356 | 7 | 237 | 0 | 141 | 41 | 7 | 501 | 136 | 60 |
| Binary | 11101110 | 111 | 10011111 | 0 | 1100001 | 100001 | 111 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EE079F
Complementary color
Monochromatic Colors of #EE079F
Black with #EE079F
Text Example
Text Example
White with #EE079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE079F; }
p { color: rgb(238,7,159); }
H1.HeaderClassName
{
color: #EE079F;
}
.AnyTagClassName
{
color: #EE079F;
}
</style>
background-color css
<style>
a { background-color: #EE079F; }
a { background-color: rgb(238,7,159); }
div.DivClassName
{
background-color: #EE079F;
}
.BgClassName
{
background-color: #EE079F;
}
</style>
border-color css
<style>
span { border-color: #EE079F; }
span { border-color: rgb(238,7,159); }
td.TdClassName
{
border-color: #EE079F;
}
.TagClassName
{
border-color: #EE079F;
}
</style>