Shades of Hollywood Cerise #EE07B0
Tints of Hollywood Cerise #EE07B0
RGB
CMYK
RGB Variations
Color information
#EE07B0 (or 0xEE07B0) is known color: Hollywood Cerise. HEX triplet: EE, 07 and B0. RGB value is (238,7,176). Sum of RGB (Red+Green+Blue) = 238+7+176=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE07B0 is #11F84F. Grayscale: #5E5E5E. Windows color (decimal): -1177680 or 11536366. OLE color: 11536366.
HSL color Cylindrical-coordinate representation of color #EE07B0: hue angle of 316.1º 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 #EE07B0 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 176 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.07 |
| HSL | 316.1º | 0.94% | 0.48% | - |
| HSV(B) | 316.1º | 0.97% | 0.93% | - |
| XYZ | 43.17 | 21.46 | 42.94 | - |
| YUV | 95.34 | 173.53 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 176 | 0 | 0.97 | 0.26 | 0.07 | 316.1 | 0.94 | 0.48 |
| Hex | EE | 7 | B0 | 0 | 61 | 1A | 7 | 13C | 5E | 30 |
| Octal | 356 | 7 | 260 | 0 | 141 | 32 | 7 | 474 | 136 | 60 |
| Binary | 11101110 | 111 | 10110000 | 0 | 1100001 | 11010 | 111 | 100111100 | 1011110 | 110000 |
Color Harmonies of #EE07B0
Complementary color
Monochromatic Colors of #EE07B0
Black with #EE07B0
Text Example
Text Example
White with #EE07B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07B0; }
p { color: rgb(238,7,176); }
H1.HeaderClassName
{
color: #EE07B0;
}
.AnyTagClassName
{
color: #EE07B0;
}
</style>
background-color css
<style>
a { background-color: #EE07B0; }
a { background-color: rgb(238,7,176); }
div.DivClassName
{
background-color: #EE07B0;
}
.BgClassName
{
background-color: #EE07B0;
}
</style>
border-color css
<style>
span { border-color: #EE07B0; }
span { border-color: rgb(238,7,176); }
td.TdClassName
{
border-color: #EE07B0;
}
.TagClassName
{
border-color: #EE07B0;
}
</style>