Shades of Mandy #E14D55
Tints of Mandy #E14D55
RGB
CMYK
RGB Variations
Color information
#E14D55 (or 0xE14D55) is known color: Mandy. HEX triplet: E1, 4D and 55. RGB value is (225,77,85). Sum of RGB (Red+Green+Blue) = 225+77+85=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D55 is #1EB2AA. Grayscale: #7A7A7A. Windows color (decimal): -2011819 or 5590497. OLE color: 5590497.
HSL color Cylindrical-coordinate representation of color #E14D55: hue angle of 356.76º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D55 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 85 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.12 |
| HSL | 356.76º | 0.71% | 0.59% | - |
| HSV(B) | 356.76º | 0.66% | 0.88% | - |
| XYZ | 35.34 | 21.97 | 10.97 | - |
| YUV | 122.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 85 | 0 | 0.66 | 0.62 | 0.12 | 356.76 | 0.71 | 0.59 |
| Hex | E1 | 4D | 55 | 0 | 42 | 3E | C | 165 | 47 | 3B |
| Octal | 341 | 115 | 125 | 0 | 102 | 76 | 14 | 545 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1010101 | 0 | 1000010 | 111110 | 1100 | 101100101 | 1000111 | 111011 |
Color Harmonies of #E14D55
Complementary color
Monochromatic Colors of #E14D55
Black with #E14D55
Text Example
Text Example
White with #E14D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D55; }
p { color: rgb(225,77,85); }
H1.HeaderClassName
{
color: #E14D55;
}
.AnyTagClassName
{
color: #E14D55;
}
</style>
background-color css
<style>
a { background-color: #E14D55; }
a { background-color: rgb(225,77,85); }
div.DivClassName
{
background-color: #E14D55;
}
.BgClassName
{
background-color: #E14D55;
}
</style>
border-color css
<style>
span { border-color: #E14D55; }
span { border-color: rgb(225,77,85); }
td.TdClassName
{
border-color: #E14D55;
}
.TagClassName
{
border-color: #E14D55;
}
</style>