Shades of Mandy #E15D5F
Tints of Mandy #E15D5F
RGB
CMYK
RGB Variations
Color information
#E15D5F (or 0xE15D5F) is known color: Mandy. HEX triplet: E1, 5D and 5F. RGB value is (225,93,95). Sum of RGB (Red+Green+Blue) = 225+93+95=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D5F is #1EA2A0. Grayscale: #848484. Windows color (decimal): -2007713 or 6249953. OLE color: 6249953.
HSL color Cylindrical-coordinate representation of color #E15D5F: hue angle of 359.09º 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 #E15D5F is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 95 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.12 |
| HSL | 359.09º | 0.69% | 0.62% | - |
| HSV(B) | 359.09º | 0.59% | 0.88% | - |
| XYZ | 37.03 | 24.66 | 13.64 | - |
| YUV | 132.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 95 | 0 | 0.59 | 0.58 | 0.12 | 359.09 | 0.69 | 0.62 |
| Hex | E1 | 5D | 5F | 0 | 3B | 3A | C | 167 | 45 | 3E |
| Octal | 341 | 135 | 137 | 0 | 73 | 72 | 14 | 547 | 105 | 76 |
| Binary | 11100001 | 1011101 | 1011111 | 0 | 111011 | 111010 | 1100 | 101100111 | 1000101 | 111110 |
Color Harmonies of #E15D5F
Complementary color
Monochromatic Colors of #E15D5F
Black with #E15D5F
Text Example
Text Example
White with #E15D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D5F; }
p { color: rgb(225,93,95); }
H1.HeaderClassName
{
color: #E15D5F;
}
.AnyTagClassName
{
color: #E15D5F;
}
</style>
background-color css
<style>
a { background-color: #E15D5F; }
a { background-color: rgb(225,93,95); }
div.DivClassName
{
background-color: #E15D5F;
}
.BgClassName
{
background-color: #E15D5F;
}
</style>
border-color css
<style>
span { border-color: #E15D5F; }
span { border-color: rgb(225,93,95); }
td.TdClassName
{
border-color: #E15D5F;
}
.TagClassName
{
border-color: #E15D5F;
}
</style>