Shades of Mandy #E15C5E
Tints of Mandy #E15C5E
RGB
CMYK
RGB Variations
Color information
#E15C5E (or 0xE15C5E) is known color: Mandy. HEX triplet: E1, 5C and 5E. RGB value is (225,92,94). Sum of RGB (Red+Green+Blue) = 225+92+94=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C5E is #1EA3A1. Grayscale: #848484. Windows color (decimal): -2007970 or 6184161. OLE color: 6184161.
HSL color Cylindrical-coordinate representation of color #E15C5E: hue angle of 359.1º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15C5E is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 94 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.12 |
| HSL | 359.1º | 0.69% | 0.62% | - |
| HSV(B) | 359.1º | 0.59% | 0.88% | - |
| XYZ | 36.9 | 24.47 | 13.37 | - |
| YUV | 132 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 94 | 0 | 0.59 | 0.58 | 0.12 | 359.1 | 0.69 | 0.62 |
| Hex | E1 | 5C | 5E | 0 | 3B | 3A | C | 167 | 45 | 3E |
| Octal | 341 | 134 | 136 | 0 | 73 | 72 | 14 | 547 | 105 | 76 |
| Binary | 11100001 | 1011100 | 1011110 | 0 | 111011 | 111010 | 1100 | 101100111 | 1000101 | 111110 |
Color Harmonies of #E15C5E
Complementary color
Monochromatic Colors of #E15C5E
Black with #E15C5E
Text Example
Text Example
White with #E15C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C5E; }
p { color: rgb(225,92,94); }
H1.HeaderClassName
{
color: #E15C5E;
}
.AnyTagClassName
{
color: #E15C5E;
}
</style>
background-color css
<style>
a { background-color: #E15C5E; }
a { background-color: rgb(225,92,94); }
div.DivClassName
{
background-color: #E15C5E;
}
.BgClassName
{
background-color: #E15C5E;
}
</style>
border-color css
<style>
span { border-color: #E15C5E; }
span { border-color: rgb(225,92,94); }
td.TdClassName
{
border-color: #E15C5E;
}
.TagClassName
{
border-color: #E15C5E;
}
</style>