Shades of Hollywood Cerise #EE07A2
Tints of Hollywood Cerise #EE07A2
RGB
CMYK
RGB Variations
Color information
#EE07A2 (or 0xEE07A2) is known color: Hollywood Cerise. HEX triplet: EE, 07 and A2. RGB value is (238,7,162). Sum of RGB (Red+Green+Blue) = 238+7+162=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE07A2 is #11F85D. Grayscale: #5D5D5D. Windows color (decimal): -1177694 or 10618862. OLE color: 10618862.
HSL color Cylindrical-coordinate representation of color #EE07A2: hue angle of 319.74º 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 #EE07A2 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.07 |
| HSL | 319.74º | 0.94% | 0.48% | - |
| HSV(B) | 319.74º | 0.97% | 0.93% | - |
| XYZ | 41.86 | 20.94 | 36.02 | - |
| YUV | 93.74 | 166.53 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 162 | 0 | 0.97 | 0.32 | 0.07 | 319.74 | 0.94 | 0.48 |
| Hex | EE | 7 | A2 | 0 | 61 | 20 | 7 | 140 | 5E | 30 |
| Octal | 356 | 7 | 242 | 0 | 141 | 40 | 7 | 500 | 136 | 60 |
| Binary | 11101110 | 111 | 10100010 | 0 | 1100001 | 100000 | 111 | 101000000 | 1011110 | 110000 |
Color Harmonies of #EE07A2
Complementary color
Monochromatic Colors of #EE07A2
Black with #EE07A2
Text Example
Text Example
White with #EE07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07A2; }
p { color: rgb(238,7,162); }
H1.HeaderClassName
{
color: #EE07A2;
}
.AnyTagClassName
{
color: #EE07A2;
}
</style>
background-color css
<style>
a { background-color: #EE07A2; }
a { background-color: rgb(238,7,162); }
div.DivClassName
{
background-color: #EE07A2;
}
.BgClassName
{
background-color: #EE07A2;
}
</style>
border-color css
<style>
span { border-color: #EE07A2; }
span { border-color: rgb(238,7,162); }
td.TdClassName
{
border-color: #EE07A2;
}
.TagClassName
{
border-color: #EE07A2;
}
</style>