Shades of Mandy #E15562
Tints of Mandy #E15562
RGB
CMYK
RGB Variations
Color information
#E15562 (or 0xE15562) is known color: Mandy. HEX triplet: E1, 55 and 62. RGB value is (225,85,98). Sum of RGB (Red+Green+Blue) = 225+85+98=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E15562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15562 is #1EAA9D. Grayscale: #808080. Windows color (decimal): -2009758 or 6444513. OLE color: 6444513.
HSL color Cylindrical-coordinate representation of color #E15562: hue angle of 354.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15562 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 98 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.12 |
| HSL | 354.43º | 0.7% | 0.61% | - |
| HSV(B) | 354.43º | 0.62% | 0.88% | - |
| XYZ | 36.5 | 23.39 | 14.15 | - |
| YUV | 128.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 98 | 0 | 0.62 | 0.56 | 0.12 | 354.43 | 0.7 | 0.61 |
| Hex | E1 | 55 | 62 | 0 | 3E | 38 | C | 162 | 46 | 3D |
| Octal | 341 | 125 | 142 | 0 | 76 | 70 | 14 | 542 | 106 | 75 |
| Binary | 11100001 | 1010101 | 1100010 | 0 | 111110 | 111000 | 1100 | 101100010 | 1000110 | 111101 |
Color Harmonies of #E15562
Complementary color
Monochromatic Colors of #E15562
Black with #E15562
Text Example
Text Example
White with #E15562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15562; }
p { color: rgb(225,85,98); }
H1.HeaderClassName
{
color: #E15562;
}
.AnyTagClassName
{
color: #E15562;
}
</style>
background-color css
<style>
a { background-color: #E15562; }
a { background-color: rgb(225,85,98); }
div.DivClassName
{
background-color: #E15562;
}
.BgClassName
{
background-color: #E15562;
}
</style>
border-color css
<style>
span { border-color: #E15562; }
span { border-color: rgb(225,85,98); }
td.TdClassName
{
border-color: #E15562;
}
.TagClassName
{
border-color: #E15562;
}
</style>