Shades of Hollywood Cerise #EE00AE
Tints of Hollywood Cerise #EE00AE
RGB
CMYK
RGB Variations
Color information
#EE00AE (or 0xEE00AE) is known color: Hollywood Cerise. HEX triplet: EE, 00 and AE. RGB value is (238,0,174). Sum of RGB (Red+Green+Blue) = 238+0+174=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE00AE is #11FF51. Grayscale: #5A5A5A. Windows color (decimal): -1179474 or 11403502. OLE color: 11403502.
HSL color Cylindrical-coordinate representation of color #EE00AE: hue angle of 316.13º 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 #EE00AE is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.27 | 0.07 |
| HSL | 316.13º | 1% | 0.47% | - |
| HSV(B) | 316.13º | 1% | 0.93% | - |
| XYZ | 42.9 | 21.23 | 41.88 | - |
| YUV | 91 | 174.85 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 174 | 0 | 1 | 0.27 | 0.07 | 316.13 | 1 | 0.47 |
| Hex | EE | 0 | AE | 0 | 64 | 1B | 7 | 13C | 64 | 2F |
| Octal | 356 | 0 | 256 | 0 | 144 | 33 | 7 | 474 | 144 | 57 |
| Binary | 11101110 | 0 | 10101110 | 0 | 1100100 | 11011 | 111 | 100111100 | 1100100 | 101111 |
Color Harmonies of #EE00AE
Complementary color
Monochromatic Colors of #EE00AE
Black with #EE00AE
Text Example
Text Example
White with #EE00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00AE; }
p { color: rgb(238,0,174); }
H1.HeaderClassName
{
color: #EE00AE;
}
.AnyTagClassName
{
color: #EE00AE;
}
</style>
background-color css
<style>
a { background-color: #EE00AE; }
a { background-color: rgb(238,0,174); }
div.DivClassName
{
background-color: #EE00AE;
}
.BgClassName
{
background-color: #EE00AE;
}
</style>
border-color css
<style>
span { border-color: #EE00AE; }
span { border-color: rgb(238,0,174); }
td.TdClassName
{
border-color: #EE00AE;
}
.TagClassName
{
border-color: #EE00AE;
}
</style>