Shades of Hollywood Cerise #E104A2
Tints of Hollywood Cerise #E104A2
RGB
CMYK
RGB Variations
Color information
#E104A2 (or 0xE104A2) is known color: Hollywood Cerise. HEX triplet: E1, 04 and A2. RGB value is (225,4,162). Sum of RGB (Red+Green+Blue) = 225+4+162=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E104A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E104A2 is #1EFB5D. Grayscale: #575757. Windows color (decimal): -2030430 or 10618081. OLE color: 10618081.
HSL color Cylindrical-coordinate representation of color #E104A2: hue angle of 317.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104A2 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.12 |
| HSL | 317.1º | 0.97% | 0.45% | - |
| HSV(B) | 317.1º | 0.98% | 0.88% | - |
| XYZ | 37.62 | 18.7 | 35.81 | - |
| YUV | 88.09 | 169.72 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 162 | 0 | 0.98 | 0.28 | 0.12 | 317.1 | 0.97 | 0.45 |
| Hex | E1 | 4 | A2 | 0 | 62 | 1C | C | 13D | 61 | 2D |
| Octal | 341 | 4 | 242 | 0 | 142 | 34 | 14 | 475 | 141 | 55 |
| Binary | 11100001 | 100 | 10100010 | 0 | 1100010 | 11100 | 1100 | 100111101 | 1100001 | 101101 |
Color Harmonies of #E104A2
Complementary color
Monochromatic Colors of #E104A2
Black with #E104A2
Text Example
Text Example
White with #E104A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104A2; }
p { color: rgb(225,4,162); }
H1.HeaderClassName
{
color: #E104A2;
}
.AnyTagClassName
{
color: #E104A2;
}
</style>
background-color css
<style>
a { background-color: #E104A2; }
a { background-color: rgb(225,4,162); }
div.DivClassName
{
background-color: #E104A2;
}
.BgClassName
{
background-color: #E104A2;
}
</style>
border-color css
<style>
span { border-color: #E104A2; }
span { border-color: rgb(225,4,162); }
td.TdClassName
{
border-color: #E104A2;
}
.TagClassName
{
border-color: #E104A2;
}
</style>