Shades of Hollywood Cerise #EE079C
Tints of Hollywood Cerise #EE079C
RGB
CMYK
RGB Variations
Color information
#EE079C (or 0xEE079C) is known color: Hollywood Cerise. HEX triplet: EE, 07 and 9C. RGB value is (238,7,156). Sum of RGB (Red+Green+Blue) = 238+7+156=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE079C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE079C is #11F863. Grayscale: #5C5C5C. Windows color (decimal): -1177700 or 10225646. OLE color: 10225646.
HSL color Cylindrical-coordinate representation of color #EE079C: hue angle of 321.3º 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 #EE079C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.07 |
| HSL | 321.3º | 0.94% | 0.48% | - |
| HSV(B) | 321.3º | 0.97% | 0.93% | - |
| XYZ | 41.34 | 20.73 | 33.27 | - |
| YUV | 93.06 | 163.53 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 156 | 0 | 0.97 | 0.34 | 0.07 | 321.3 | 0.94 | 0.48 |
| Hex | EE | 7 | 9C | 0 | 61 | 22 | 7 | 141 | 5E | 30 |
| Octal | 356 | 7 | 234 | 0 | 141 | 42 | 7 | 501 | 136 | 60 |
| Binary | 11101110 | 111 | 10011100 | 0 | 1100001 | 100010 | 111 | 101000001 | 1011110 | 110000 |
Color Harmonies of #EE079C
Complementary color
Monochromatic Colors of #EE079C
Black with #EE079C
Text Example
Text Example
White with #EE079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE079C; }
p { color: rgb(238,7,156); }
H1.HeaderClassName
{
color: #EE079C;
}
.AnyTagClassName
{
color: #EE079C;
}
</style>
background-color css
<style>
a { background-color: #EE079C; }
a { background-color: rgb(238,7,156); }
div.DivClassName
{
background-color: #EE079C;
}
.BgClassName
{
background-color: #EE079C;
}
</style>
border-color css
<style>
span { border-color: #EE079C; }
span { border-color: rgb(238,7,156); }
td.TdClassName
{
border-color: #EE079C;
}
.TagClassName
{
border-color: #EE079C;
}
</style>