Shades of Mandy #E1555D
Tints of Mandy #E1555D
RGB
CMYK
RGB Variations
Color information
#E1555D (or 0xE1555D) is known color: Mandy. HEX triplet: E1, 55 and 5D. RGB value is (225,85,93). Sum of RGB (Red+Green+Blue) = 225+85+93=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1555D is #1EAAA2. Grayscale: #7F7F7F. Windows color (decimal): -2009763 or 6116833. OLE color: 6116833.
HSL color Cylindrical-coordinate representation of color #E1555D: hue angle of 356.57º 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 #E1555D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 93 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.12 |
| HSL | 356.57º | 0.7% | 0.61% | - |
| HSV(B) | 356.57º | 0.62% | 0.88% | - |
| XYZ | 36.28 | 23.29 | 12.94 | - |
| YUV | 127.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 93 | 0 | 0.62 | 0.59 | 0.12 | 356.57 | 0.7 | 0.61 |
| Hex | E1 | 55 | 5D | 0 | 3E | 3B | C | 165 | 46 | 3D |
| Octal | 341 | 125 | 135 | 0 | 76 | 73 | 14 | 545 | 106 | 75 |
| Binary | 11100001 | 1010101 | 1011101 | 0 | 111110 | 111011 | 1100 | 101100101 | 1000110 | 111101 |
Color Harmonies of #E1555D
Complementary color
Monochromatic Colors of #E1555D
Black with #E1555D
Text Example
Text Example
White with #E1555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1555D; }
p { color: rgb(225,85,93); }
H1.HeaderClassName
{
color: #E1555D;
}
.AnyTagClassName
{
color: #E1555D;
}
</style>
background-color css
<style>
a { background-color: #E1555D; }
a { background-color: rgb(225,85,93); }
div.DivClassName
{
background-color: #E1555D;
}
.BgClassName
{
background-color: #E1555D;
}
</style>
border-color css
<style>
span { border-color: #E1555D; }
span { border-color: rgb(225,85,93); }
td.TdClassName
{
border-color: #E1555D;
}
.TagClassName
{
border-color: #E1555D;
}
</style>