Shades of Hollywood Cerise #EE04A0
Tints of Hollywood Cerise #EE04A0
RGB
CMYK
RGB Variations
Color information
#EE04A0 (or 0xEE04A0) is known color: Hollywood Cerise. HEX triplet: EE, 04 and A0. RGB value is (238,4,160). Sum of RGB (Red+Green+Blue) = 238+4+160=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE04A0 is #11FB5F. Grayscale: #5B5B5B. Windows color (decimal): -1178464 or 10487022. OLE color: 10487022.
HSL color Cylindrical-coordinate representation of color #EE04A0: hue angle of 320º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.07 |
| HSL | 320º | 0.97% | 0.47% | - |
| HSV(B) | 320º | 0.98% | 0.93% | - |
| XYZ | 41.65 | 20.8 | 35.08 | - |
| YUV | 91.75 | 166.52 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 160 | 0 | 0.98 | 0.33 | 0.07 | 320 | 0.97 | 0.47 |
| Hex | EE | 4 | A0 | 0 | 62 | 21 | 7 | 140 | 61 | 2F |
| Octal | 356 | 4 | 240 | 0 | 142 | 41 | 7 | 500 | 141 | 57 |
| Binary | 11101110 | 100 | 10100000 | 0 | 1100010 | 100001 | 111 | 101000000 | 1100001 | 101111 |
Color Harmonies of #EE04A0
Complementary color
Monochromatic Colors of #EE04A0
Black with #EE04A0
Text Example
Text Example
White with #EE04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04A0; }
p { color: rgb(238,4,160); }
H1.HeaderClassName
{
color: #EE04A0;
}
.AnyTagClassName
{
color: #EE04A0;
}
</style>
background-color css
<style>
a { background-color: #EE04A0; }
a { background-color: rgb(238,4,160); }
div.DivClassName
{
background-color: #EE04A0;
}
.BgClassName
{
background-color: #EE04A0;
}
</style>
border-color css
<style>
span { border-color: #EE04A0; }
span { border-color: rgb(238,4,160); }
td.TdClassName
{
border-color: #EE04A0;
}
.TagClassName
{
border-color: #EE04A0;
}
</style>