Shades of Mandy #E1575A
Tints of Mandy #E1575A
RGB
CMYK
RGB Variations
Color information
#E1575A (or 0xE1575A) is known color: Mandy. HEX triplet: E1, 57 and 5A. RGB value is (225,87,90). Sum of RGB (Red+Green+Blue) = 225+87+90=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1575A is #1EA8A5. Grayscale: #808080. Windows color (decimal): -2009254 or 5920737. OLE color: 5920737.
HSL color Cylindrical-coordinate representation of color #E1575A: hue angle of 358.7º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1575A is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 90 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.12 |
| HSL | 358.7º | 0.7% | 0.61% | - |
| HSV(B) | 358.7º | 0.61% | 0.88% | - |
| XYZ | 36.31 | 23.56 | 12.31 | - |
| YUV | 128.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 90 | 0 | 0.61 | 0.60 | 0.12 | 358.7 | 0.7 | 0.61 |
| Hex | E1 | 57 | 5A | 0 | 3D | 3C | C | 167 | 46 | 3D |
| Octal | 341 | 127 | 132 | 0 | 75 | 74 | 14 | 547 | 106 | 75 |
| Binary | 11100001 | 1010111 | 1011010 | 0 | 111101 | 111100 | 1100 | 101100111 | 1000110 | 111101 |
Color Harmonies of #E1575A
Complementary color
Monochromatic Colors of #E1575A
Black with #E1575A
Text Example
Text Example
White with #E1575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1575A; }
p { color: rgb(225,87,90); }
H1.HeaderClassName
{
color: #E1575A;
}
.AnyTagClassName
{
color: #E1575A;
}
</style>
background-color css
<style>
a { background-color: #E1575A; }
a { background-color: rgb(225,87,90); }
div.DivClassName
{
background-color: #E1575A;
}
.BgClassName
{
background-color: #E1575A;
}
</style>
border-color css
<style>
span { border-color: #E1575A; }
span { border-color: rgb(225,87,90); }
td.TdClassName
{
border-color: #E1575A;
}
.TagClassName
{
border-color: #E1575A;
}
</style>