Shades of Mandy #E15A5E
Tints of Mandy #E15A5E
RGB
CMYK
RGB Variations
Color information
#E15A5E (or 0xE15A5E) is known color: Mandy. HEX triplet: E1, 5A and 5E. RGB value is (225,90,94). Sum of RGB (Red+Green+Blue) = 225+90+94=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A5E is #1EA5A1. Grayscale: #828282. Windows color (decimal): -2008482 or 6183649. OLE color: 6183649.
HSL color Cylindrical-coordinate representation of color #E15A5E: hue angle of 358.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A5E is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 94 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.12 |
| HSL | 358.22º | 0.69% | 0.62% | - |
| HSV(B) | 358.22º | 0.6% | 0.88% | - |
| XYZ | 36.73 | 24.13 | 13.31 | - |
| YUV | 130.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 94 | 0 | 0.60 | 0.58 | 0.12 | 358.22 | 0.69 | 0.62 |
| Hex | E1 | 5A | 5E | 0 | 3C | 3A | C | 166 | 45 | 3E |
| Octal | 341 | 132 | 136 | 0 | 74 | 72 | 14 | 546 | 105 | 76 |
| Binary | 11100001 | 1011010 | 1011110 | 0 | 111100 | 111010 | 1100 | 101100110 | 1000101 | 111110 |
Color Harmonies of #E15A5E
Complementary color
Monochromatic Colors of #E15A5E
Black with #E15A5E
Text Example
Text Example
White with #E15A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A5E; }
p { color: rgb(225,90,94); }
H1.HeaderClassName
{
color: #E15A5E;
}
.AnyTagClassName
{
color: #E15A5E;
}
</style>
background-color css
<style>
a { background-color: #E15A5E; }
a { background-color: rgb(225,90,94); }
div.DivClassName
{
background-color: #E15A5E;
}
.BgClassName
{
background-color: #E15A5E;
}
</style>
border-color css
<style>
span { border-color: #E15A5E; }
span { border-color: rgb(225,90,94); }
td.TdClassName
{
border-color: #E15A5E;
}
.TagClassName
{
border-color: #E15A5E;
}
</style>