Shades of Hollywood Cerise #EE00AB
Tints of Hollywood Cerise #EE00AB
RGB
CMYK
RGB Variations
Color information
#EE00AB (or 0xEE00AB) is known color: Hollywood Cerise. HEX triplet: EE, 00 and AB. RGB value is (238,0,171). Sum of RGB (Red+Green+Blue) = 238+0+171=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE00AB is #11FF54. Grayscale: #5A5A5A. Windows color (decimal): -1179477 or 11206894. OLE color: 11206894.
HSL color Cylindrical-coordinate representation of color #EE00AB: hue angle of 316.89º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00AB is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.28 | 0.07 |
| HSL | 316.89º | 1% | 0.47% | - |
| HSV(B) | 316.89º | 1% | 0.93% | - |
| XYZ | 42.61 | 21.12 | 40.36 | - |
| YUV | 90.66 | 173.35 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 171 | 0 | 1 | 0.28 | 0.07 | 316.89 | 1 | 0.47 |
| Hex | EE | 0 | AB | 0 | 64 | 1C | 7 | 13D | 64 | 2F |
| Octal | 356 | 0 | 253 | 0 | 144 | 34 | 7 | 475 | 144 | 57 |
| Binary | 11101110 | 0 | 10101011 | 0 | 1100100 | 11100 | 111 | 100111101 | 1100100 | 101111 |
Color Harmonies of #EE00AB
Complementary color
Monochromatic Colors of #EE00AB
Black with #EE00AB
Text Example
Text Example
White with #EE00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00AB; }
p { color: rgb(238,0,171); }
H1.HeaderClassName
{
color: #EE00AB;
}
.AnyTagClassName
{
color: #EE00AB;
}
</style>
background-color css
<style>
a { background-color: #EE00AB; }
a { background-color: rgb(238,0,171); }
div.DivClassName
{
background-color: #EE00AB;
}
.BgClassName
{
background-color: #EE00AB;
}
</style>
border-color css
<style>
span { border-color: #EE00AB; }
span { border-color: rgb(238,0,171); }
td.TdClassName
{
border-color: #EE00AB;
}
.TagClassName
{
border-color: #EE00AB;
}
</style>