Shades of Hollywood Cerise #EE07AD
Tints of Hollywood Cerise #EE07AD
RGB
CMYK
RGB Variations
Color information
#EE07AD (or 0xEE07AD) is known color: Hollywood Cerise. HEX triplet: EE, 07 and AD. RGB value is (238,7,173). Sum of RGB (Red+Green+Blue) = 238+7+173=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE07AD is #11F852. Grayscale: #5E5E5E. Windows color (decimal): -1177683 or 11339758. OLE color: 11339758.
HSL color Cylindrical-coordinate representation of color #EE07AD: hue angle of 316.88º 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 #EE07AD is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.07 |
| HSL | 316.88º | 0.94% | 0.48% | - |
| HSV(B) | 316.88º | 0.97% | 0.93% | - |
| XYZ | 42.88 | 21.35 | 41.4 | - |
| YUV | 94.99 | 172.03 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 173 | 0 | 0.97 | 0.27 | 0.07 | 316.88 | 0.94 | 0.48 |
| Hex | EE | 7 | AD | 0 | 61 | 1B | 7 | 13D | 5E | 30 |
| Octal | 356 | 7 | 255 | 0 | 141 | 33 | 7 | 475 | 136 | 60 |
| Binary | 11101110 | 111 | 10101101 | 0 | 1100001 | 11011 | 111 | 100111101 | 1011110 | 110000 |
Color Harmonies of #EE07AD
Complementary color
Monochromatic Colors of #EE07AD
Black with #EE07AD
Text Example
Text Example
White with #EE07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07AD; }
p { color: rgb(238,7,173); }
H1.HeaderClassName
{
color: #EE07AD;
}
.AnyTagClassName
{
color: #EE07AD;
}
</style>
background-color css
<style>
a { background-color: #EE07AD; }
a { background-color: rgb(238,7,173); }
div.DivClassName
{
background-color: #EE07AD;
}
.BgClassName
{
background-color: #EE07AD;
}
</style>
border-color css
<style>
span { border-color: #EE07AD; }
span { border-color: rgb(238,7,173); }
td.TdClassName
{
border-color: #EE07AD;
}
.TagClassName
{
border-color: #EE07AD;
}
</style>