Shades of Mandy #E15360
Tints of Mandy #E15360
RGB
CMYK
RGB Variations
Color information
#E15360 (or 0xE15360) is known color: Mandy. HEX triplet: E1, 53 and 60. RGB value is (225,83,96). Sum of RGB (Red+Green+Blue) = 225+83+96=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E15360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15360 is #1EAC9F. Grayscale: #7F7F7F. Windows color (decimal): -2010272 or 6312929. OLE color: 6312929.
HSL color Cylindrical-coordinate representation of color #E15360: hue angle of 354.51º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15360 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 96 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.12 |
| HSL | 354.51º | 0.7% | 0.6% | - |
| HSV(B) | 354.51º | 0.63% | 0.88% | - |
| XYZ | 36.26 | 23.04 | 13.6 | - |
| YUV | 126.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 96 | 0 | 0.63 | 0.57 | 0.12 | 354.51 | 0.7 | 0.6 |
| Hex | E1 | 53 | 60 | 0 | 3F | 39 | C | 163 | 46 | 3C |
| Octal | 341 | 123 | 140 | 0 | 77 | 71 | 14 | 543 | 106 | 74 |
| Binary | 11100001 | 1010011 | 1100000 | 0 | 111111 | 111001 | 1100 | 101100011 | 1000110 | 111100 |
Color Harmonies of #E15360
Complementary color
Monochromatic Colors of #E15360
Black with #E15360
Text Example
Text Example
White with #E15360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15360; }
p { color: rgb(225,83,96); }
H1.HeaderClassName
{
color: #E15360;
}
.AnyTagClassName
{
color: #E15360;
}
</style>
background-color css
<style>
a { background-color: #E15360; }
a { background-color: rgb(225,83,96); }
div.DivClassName
{
background-color: #E15360;
}
.BgClassName
{
background-color: #E15360;
}
</style>
border-color css
<style>
span { border-color: #E15360; }
span { border-color: rgb(225,83,96); }
td.TdClassName
{
border-color: #E15360;
}
.TagClassName
{
border-color: #E15360;
}
</style>