Shades of Mandy #E15B5F
Tints of Mandy #E15B5F
RGB
CMYK
RGB Variations
Color information
#E15B5F (or 0xE15B5F) is known color: Mandy. HEX triplet: E1, 5B and 5F. RGB value is (225,91,95). Sum of RGB (Red+Green+Blue) = 225+91+95=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B5F is #1EA4A0. Grayscale: #838383. Windows color (decimal): -2008225 or 6249441. OLE color: 6249441.
HSL color Cylindrical-coordinate representation of color #E15B5F: hue angle of 358.21º 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 #E15B5F is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 95 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.12 |
| HSL | 358.21º | 0.69% | 0.62% | - |
| HSV(B) | 358.21º | 0.6% | 0.88% | - |
| XYZ | 36.86 | 24.32 | 13.58 | - |
| YUV | 131.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 95 | 0 | 0.60 | 0.58 | 0.12 | 358.21 | 0.69 | 0.62 |
| Hex | E1 | 5B | 5F | 0 | 3C | 3A | C | 166 | 45 | 3E |
| Octal | 341 | 133 | 137 | 0 | 74 | 72 | 14 | 546 | 105 | 76 |
| Binary | 11100001 | 1011011 | 1011111 | 0 | 111100 | 111010 | 1100 | 101100110 | 1000101 | 111110 |
Color Harmonies of #E15B5F
Complementary color
Monochromatic Colors of #E15B5F
Black with #E15B5F
Text Example
Text Example
White with #E15B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B5F; }
p { color: rgb(225,91,95); }
H1.HeaderClassName
{
color: #E15B5F;
}
.AnyTagClassName
{
color: #E15B5F;
}
</style>
background-color css
<style>
a { background-color: #E15B5F; }
a { background-color: rgb(225,91,95); }
div.DivClassName
{
background-color: #E15B5F;
}
.BgClassName
{
background-color: #E15B5F;
}
</style>
border-color css
<style>
span { border-color: #E15B5F; }
span { border-color: rgb(225,91,95); }
td.TdClassName
{
border-color: #E15B5F;
}
.TagClassName
{
border-color: #E15B5F;
}
</style>