Shades of Mandy #E14E5D
Tints of Mandy #E14E5D
RGB
CMYK
RGB Variations
Color information
#E14E5D (or 0xE14E5D) is known color: Mandy. HEX triplet: E1, 4E and 5D. RGB value is (225,78,93). Sum of RGB (Red+Green+Blue) = 225+78+93=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E5D is #1EB1A2. Grayscale: #7B7B7B. Windows color (decimal): -2011555 or 6115041. OLE color: 6115041.
HSL color Cylindrical-coordinate representation of color #E14E5D: hue angle of 353.88º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E5D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 93 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.12 |
| HSL | 353.88º | 0.71% | 0.59% | - |
| HSV(B) | 353.88º | 0.65% | 0.88% | - |
| XYZ | 35.75 | 22.25 | 12.77 | - |
| YUV | 123.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 93 | 0 | 0.65 | 0.59 | 0.12 | 353.88 | 0.71 | 0.59 |
| Hex | E1 | 4E | 5D | 0 | 41 | 3B | C | 162 | 47 | 3B |
| Octal | 341 | 116 | 135 | 0 | 101 | 73 | 14 | 542 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1011101 | 0 | 1000001 | 111011 | 1100 | 101100010 | 1000111 | 111011 |
Color Harmonies of #E14E5D
Complementary color
Monochromatic Colors of #E14E5D
Black with #E14E5D
Text Example
Text Example
White with #E14E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E5D; }
p { color: rgb(225,78,93); }
H1.HeaderClassName
{
color: #E14E5D;
}
.AnyTagClassName
{
color: #E14E5D;
}
</style>
background-color css
<style>
a { background-color: #E14E5D; }
a { background-color: rgb(225,78,93); }
div.DivClassName
{
background-color: #E14E5D;
}
.BgClassName
{
background-color: #E14E5D;
}
</style>
border-color css
<style>
span { border-color: #E14E5D; }
span { border-color: rgb(225,78,93); }
td.TdClassName
{
border-color: #E14E5D;
}
.TagClassName
{
border-color: #E14E5D;
}
</style>