Shades of Hollywood Cerise #EE0CAE
Tints of Hollywood Cerise #EE0CAE
RGB
CMYK
RGB Variations
Color information
#EE0CAE (or 0xEE0CAE) is known color: Hollywood Cerise. HEX triplet: EE, 0C and AE. RGB value is (238,12,174). Sum of RGB (Red+Green+Blue) = 238+12+174=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0CAE is #11F351. Grayscale: #616161. Windows color (decimal): -1176402 or 11406574. OLE color: 11406574.
HSL color Cylindrical-coordinate representation of color #EE0CAE: hue angle of 316.99º degrees, saturation: 0.9, 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 #EE0CAE is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 174 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.07 |
| HSL | 316.99º | 0.9% | 0.49% | - |
| HSV(B) | 316.99º | 0.95% | 0.93% | - |
| XYZ | 43.03 | 21.5 | 41.93 | - |
| YUV | 98.04 | 170.87 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 174 | 0 | 0.95 | 0.27 | 0.07 | 316.99 | 0.9 | 0.49 |
| Hex | EE | C | AE | 0 | 5F | 1B | 7 | 13D | 5A | 31 |
| Octal | 356 | 14 | 256 | 0 | 137 | 33 | 7 | 475 | 132 | 61 |
| Binary | 11101110 | 1100 | 10101110 | 0 | 1011111 | 11011 | 111 | 100111101 | 1011010 | 110001 |
Color Harmonies of #EE0CAE
Complementary color
Monochromatic Colors of #EE0CAE
Black with #EE0CAE
Text Example
Text Example
White with #EE0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CAE; }
p { color: rgb(238,12,174); }
H1.HeaderClassName
{
color: #EE0CAE;
}
.AnyTagClassName
{
color: #EE0CAE;
}
</style>
background-color css
<style>
a { background-color: #EE0CAE; }
a { background-color: rgb(238,12,174); }
div.DivClassName
{
background-color: #EE0CAE;
}
.BgClassName
{
background-color: #EE0CAE;
}
</style>
border-color css
<style>
span { border-color: #EE0CAE; }
span { border-color: rgb(238,12,174); }
td.TdClassName
{
border-color: #EE0CAE;
}
.TagClassName
{
border-color: #EE0CAE;
}
</style>