Shades of Hollywood Cerise #E115AE
Tints of Hollywood Cerise #E115AE
RGB
CMYK
RGB Variations
Color information
#E115AE (or 0xE115AE) is known color: Hollywood Cerise. HEX triplet: E1, 15 and AE. RGB value is (225,21,174). Sum of RGB (Red+Green+Blue) = 225+21+174=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E115AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115AE is #1EEA51. Grayscale: #636363. Windows color (decimal): -2026066 or 11408865. OLE color: 11408865.
HSL color Cylindrical-coordinate representation of color #E115AE: hue angle of 315º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115AE is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 174 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.12 |
| HSL | 315º | 0.83% | 0.48% | - |
| HSV(B) | 315º | 0.91% | 0.88% | - |
| XYZ | 38.96 | 19.6 | 41.77 | - |
| YUV | 99.44 | 170.09 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 174 | 0 | 0.91 | 0.23 | 0.12 | 315 | 0.83 | 0.48 |
| Hex | E1 | 15 | AE | 0 | 5B | 17 | C | 13B | 53 | 30 |
| Octal | 341 | 25 | 256 | 0 | 133 | 27 | 14 | 473 | 123 | 60 |
| Binary | 11100001 | 10101 | 10101110 | 0 | 1011011 | 10111 | 1100 | 100111011 | 1010011 | 110000 |
Color Harmonies of #E115AE
Complementary color
Monochromatic Colors of #E115AE
Black with #E115AE
Text Example
Text Example
White with #E115AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115AE; }
p { color: rgb(225,21,174); }
H1.HeaderClassName
{
color: #E115AE;
}
.AnyTagClassName
{
color: #E115AE;
}
</style>
background-color css
<style>
a { background-color: #E115AE; }
a { background-color: rgb(225,21,174); }
div.DivClassName
{
background-color: #E115AE;
}
.BgClassName
{
background-color: #E115AE;
}
</style>
border-color css
<style>
span { border-color: #E115AE; }
span { border-color: rgb(225,21,174); }
td.TdClassName
{
border-color: #E115AE;
}
.TagClassName
{
border-color: #E115AE;
}
</style>