Shades of Hollywood Cerise #EE0BAE
Tints of Hollywood Cerise #EE0BAE
RGB
CMYK
RGB Variations
Color information
#EE0BAE (or 0xEE0BAE) is known color: Hollywood Cerise. HEX triplet: EE, 0B and AE. RGB value is (238,11,174). Sum of RGB (Red+Green+Blue) = 238+11+174=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0BAE is #11F451. Grayscale: #616161. Windows color (decimal): -1176658 or 11406318. OLE color: 11406318.
HSL color Cylindrical-coordinate representation of color #EE0BAE: hue angle of 316.92º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BAE is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.07 |
| HSL | 316.92º | 0.91% | 0.49% | - |
| HSV(B) | 316.92º | 0.95% | 0.93% | - |
| XYZ | 43.02 | 21.47 | 41.92 | - |
| YUV | 97.46 | 171.21 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 174 | 0 | 0.95 | 0.27 | 0.07 | 316.92 | 0.91 | 0.49 |
| Hex | EE | B | AE | 0 | 5F | 1B | 7 | 13D | 5B | 31 |
| Octal | 356 | 13 | 256 | 0 | 137 | 33 | 7 | 475 | 133 | 61 |
| Binary | 11101110 | 1011 | 10101110 | 0 | 1011111 | 11011 | 111 | 100111101 | 1011011 | 110001 |
Color Harmonies of #EE0BAE
Complementary color
Monochromatic Colors of #EE0BAE
Black with #EE0BAE
Text Example
Text Example
White with #EE0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BAE; }
p { color: rgb(238,11,174); }
H1.HeaderClassName
{
color: #EE0BAE;
}
.AnyTagClassName
{
color: #EE0BAE;
}
</style>
background-color css
<style>
a { background-color: #EE0BAE; }
a { background-color: rgb(238,11,174); }
div.DivClassName
{
background-color: #EE0BAE;
}
.BgClassName
{
background-color: #EE0BAE;
}
</style>
border-color css
<style>
span { border-color: #EE0BAE; }
span { border-color: rgb(238,11,174); }
td.TdClassName
{
border-color: #EE0BAE;
}
.TagClassName
{
border-color: #EE0BAE;
}
</style>