Shades of Hollywood Cerise #E118A4
Tints of Hollywood Cerise #E118A4
RGB
CMYK
RGB Variations
Color information
#E118A4 (or 0xE118A4) is known color: Hollywood Cerise. HEX triplet: E1, 18 and A4. RGB value is (225,24,164). Sum of RGB (Red+Green+Blue) = 225+24+164=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E118A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E118A4 is #1EE75B. Grayscale: #636363. Windows color (decimal): -2025308 or 10754273. OLE color: 10754273.
HSL color Cylindrical-coordinate representation of color #E118A4: hue angle of 318.21º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118A4 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 164 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.12 |
| HSL | 318.21º | 0.81% | 0.49% | - |
| HSV(B) | 318.21º | 0.89% | 0.88% | - |
| XYZ | 38.08 | 19.34 | 36.85 | - |
| YUV | 100.06 | 164.09 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 164 | 0 | 0.89 | 0.27 | 0.12 | 318.21 | 0.81 | 0.49 |
| Hex | E1 | 18 | A4 | 0 | 59 | 1B | C | 13E | 51 | 31 |
| Octal | 341 | 30 | 244 | 0 | 131 | 33 | 14 | 476 | 121 | 61 |
| Binary | 11100001 | 11000 | 10100100 | 0 | 1011001 | 11011 | 1100 | 100111110 | 1010001 | 110001 |
Color Harmonies of #E118A4
Complementary color
Monochromatic Colors of #E118A4
Black with #E118A4
Text Example
Text Example
White with #E118A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118A4; }
p { color: rgb(225,24,164); }
H1.HeaderClassName
{
color: #E118A4;
}
.AnyTagClassName
{
color: #E118A4;
}
</style>
background-color css
<style>
a { background-color: #E118A4; }
a { background-color: rgb(225,24,164); }
div.DivClassName
{
background-color: #E118A4;
}
.BgClassName
{
background-color: #E118A4;
}
</style>
border-color css
<style>
span { border-color: #E118A4; }
span { border-color: rgb(225,24,164); }
td.TdClassName
{
border-color: #E118A4;
}
.TagClassName
{
border-color: #E118A4;
}
</style>