Shades of Mandy #E15464
Tints of Mandy #E15464
RGB
CMYK
RGB Variations
Color information
#E15464 (or 0xE15464) is known color: Mandy. HEX triplet: E1, 54 and 64. RGB value is (225,84,100). Sum of RGB (Red+Green+Blue) = 225+84+100=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E15464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15464 is #1EAB9B. Grayscale: #808080. Windows color (decimal): -2010012 or 6575329. OLE color: 6575329.
HSL color Cylindrical-coordinate representation of color #E15464: hue angle of 353.19º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15464 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 100 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.12 |
| HSL | 353.19º | 0.7% | 0.61% | - |
| HSV(B) | 353.19º | 0.63% | 0.88% | - |
| XYZ | 36.52 | 23.27 | 14.62 | - |
| YUV | 127.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 100 | 0 | 0.63 | 0.56 | 0.12 | 353.19 | 0.7 | 0.61 |
| Hex | E1 | 54 | 64 | 0 | 3F | 38 | C | 161 | 46 | 3D |
| Octal | 341 | 124 | 144 | 0 | 77 | 70 | 14 | 541 | 106 | 75 |
| Binary | 11100001 | 1010100 | 1100100 | 0 | 111111 | 111000 | 1100 | 101100001 | 1000110 | 111101 |
Color Harmonies of #E15464
Complementary color
Monochromatic Colors of #E15464
Black with #E15464
Text Example
Text Example
White with #E15464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15464; }
p { color: rgb(225,84,100); }
H1.HeaderClassName
{
color: #E15464;
}
.AnyTagClassName
{
color: #E15464;
}
</style>
background-color css
<style>
a { background-color: #E15464; }
a { background-color: rgb(225,84,100); }
div.DivClassName
{
background-color: #E15464;
}
.BgClassName
{
background-color: #E15464;
}
</style>
border-color css
<style>
span { border-color: #E15464; }
span { border-color: rgb(225,84,100); }
td.TdClassName
{
border-color: #E15464;
}
.TagClassName
{
border-color: #E15464;
}
</style>