Shades of Mandy #E1565C
Tints of Mandy #E1565C
RGB
CMYK
RGB Variations
Color information
#E1565C (or 0xE1565C) is known color: Mandy. HEX triplet: E1, 56 and 5C. RGB value is (225,86,92). Sum of RGB (Red+Green+Blue) = 225+86+92=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1565C is #1EA9A3. Grayscale: #808080. Windows color (decimal): -2009508 or 6051553. OLE color: 6051553.
HSL color Cylindrical-coordinate representation of color #E1565C: hue angle of 357.41º 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 #E1565C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 92 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.12 |
| HSL | 357.41º | 0.7% | 0.61% | - |
| HSV(B) | 357.41º | 0.62% | 0.88% | - |
| XYZ | 36.31 | 23.44 | 12.73 | - |
| YUV | 128.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 92 | 0 | 0.62 | 0.59 | 0.12 | 357.41 | 0.7 | 0.61 |
| Hex | E1 | 56 | 5C | 0 | 3E | 3B | C | 165 | 46 | 3D |
| Octal | 341 | 126 | 134 | 0 | 76 | 73 | 14 | 545 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1011100 | 0 | 111110 | 111011 | 1100 | 101100101 | 1000110 | 111101 |
Color Harmonies of #E1565C
Complementary color
Monochromatic Colors of #E1565C
Black with #E1565C
Text Example
Text Example
White with #E1565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1565C; }
p { color: rgb(225,86,92); }
H1.HeaderClassName
{
color: #E1565C;
}
.AnyTagClassName
{
color: #E1565C;
}
</style>
background-color css
<style>
a { background-color: #E1565C; }
a { background-color: rgb(225,86,92); }
div.DivClassName
{
background-color: #E1565C;
}
.BgClassName
{
background-color: #E1565C;
}
</style>
border-color css
<style>
span { border-color: #E1565C; }
span { border-color: rgb(225,86,92); }
td.TdClassName
{
border-color: #E1565C;
}
.TagClassName
{
border-color: #E1565C;
}
</style>