Shades of Hollywood Cerise #EE07AB
Tints of Hollywood Cerise #EE07AB
RGB
CMYK
RGB Variations
Color information
#EE07AB (or 0xEE07AB) is known color: Hollywood Cerise. HEX triplet: EE, 07 and AB. RGB value is (238,7,171). Sum of RGB (Red+Green+Blue) = 238+7+171=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE07AB is #11F854. Grayscale: #5E5E5E. Windows color (decimal): -1177685 or 11208686. OLE color: 11208686.
HSL color Cylindrical-coordinate representation of color #EE07AB: hue angle of 317.4º 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 #EE07AB is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.07 |
| HSL | 317.4º | 0.94% | 0.48% | - |
| HSV(B) | 317.4º | 0.97% | 0.93% | - |
| XYZ | 42.69 | 21.27 | 40.38 | - |
| YUV | 94.77 | 171.03 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 171 | 0 | 0.97 | 0.28 | 0.07 | 317.4 | 0.94 | 0.48 |
| Hex | EE | 7 | AB | 0 | 61 | 1C | 7 | 13D | 5E | 30 |
| Octal | 356 | 7 | 253 | 0 | 141 | 34 | 7 | 475 | 136 | 60 |
| Binary | 11101110 | 111 | 10101011 | 0 | 1100001 | 11100 | 111 | 100111101 | 1011110 | 110000 |
Color Harmonies of #EE07AB
Complementary color
Monochromatic Colors of #EE07AB
Black with #EE07AB
Text Example
Text Example
White with #EE07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07AB; }
p { color: rgb(238,7,171); }
H1.HeaderClassName
{
color: #EE07AB;
}
.AnyTagClassName
{
color: #EE07AB;
}
</style>
background-color css
<style>
a { background-color: #EE07AB; }
a { background-color: rgb(238,7,171); }
div.DivClassName
{
background-color: #EE07AB;
}
.BgClassName
{
background-color: #EE07AB;
}
</style>
border-color css
<style>
span { border-color: #EE07AB; }
span { border-color: rgb(238,7,171); }
td.TdClassName
{
border-color: #EE07AB;
}
.TagClassName
{
border-color: #EE07AB;
}
</style>