Shades of Mandy #E15164
Tints of Mandy #E15164
RGB
CMYK
RGB Variations
Color information
#E15164 (or 0xE15164) is known color: Mandy. HEX triplet: E1, 51 and 64. RGB value is (225,81,100). Sum of RGB (Red+Green+Blue) = 225+81+100=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E15164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15164 is #1EAE9B. Grayscale: #7E7E7E. Windows color (decimal): -2010780 or 6574561. OLE color: 6574561.
HSL color Cylindrical-coordinate representation of color #E15164: hue angle of 352.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15164 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 100 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.12 |
| HSL | 352.08º | 0.71% | 0.6% | - |
| HSV(B) | 352.08º | 0.64% | 0.88% | - |
| XYZ | 36.29 | 22.81 | 14.55 | - |
| YUV | 126.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 100 | 0 | 0.64 | 0.56 | 0.12 | 352.08 | 0.71 | 0.6 |
| Hex | E1 | 51 | 64 | 0 | 40 | 38 | C | 160 | 47 | 3C |
| Octal | 341 | 121 | 144 | 0 | 100 | 70 | 14 | 540 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1100100 | 0 | 1000000 | 111000 | 1100 | 101100000 | 1000111 | 111100 |
Color Harmonies of #E15164
Complementary color
Monochromatic Colors of #E15164
Black with #E15164
Text Example
Text Example
White with #E15164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15164; }
p { color: rgb(225,81,100); }
H1.HeaderClassName
{
color: #E15164;
}
.AnyTagClassName
{
color: #E15164;
}
</style>
background-color css
<style>
a { background-color: #E15164; }
a { background-color: rgb(225,81,100); }
div.DivClassName
{
background-color: #E15164;
}
.BgClassName
{
background-color: #E15164;
}
</style>
border-color css
<style>
span { border-color: #E15164; }
span { border-color: rgb(225,81,100); }
td.TdClassName
{
border-color: #E15164;
}
.TagClassName
{
border-color: #E15164;
}
</style>