Shades of Mandy #E14E61
Tints of Mandy #E14E61
RGB
CMYK
RGB Variations
Color information
#E14E61 (or 0xE14E61) is known color: Mandy. HEX triplet: E1, 4E and 61. RGB value is (225,78,97). Sum of RGB (Red+Green+Blue) = 225+78+97=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E61 is #1EB19E. Grayscale: #7C7C7C. Windows color (decimal): -2011551 or 6377185. OLE color: 6377185.
HSL color Cylindrical-coordinate representation of color #E14E61: hue angle of 352.24º 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 #E14E61 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 97 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.12 |
| HSL | 352.24º | 0.71% | 0.59% | - |
| HSV(B) | 352.24º | 0.65% | 0.88% | - |
| XYZ | 35.93 | 22.32 | 13.72 | - |
| YUV | 124.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 97 | 0 | 0.65 | 0.57 | 0.12 | 352.24 | 0.71 | 0.59 |
| Hex | E1 | 4E | 61 | 0 | 41 | 39 | C | 160 | 47 | 3B |
| Octal | 341 | 116 | 141 | 0 | 101 | 71 | 14 | 540 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1100001 | 0 | 1000001 | 111001 | 1100 | 101100000 | 1000111 | 111011 |
Color Harmonies of #E14E61
Complementary color
Monochromatic Colors of #E14E61
Black with #E14E61
Text Example
Text Example
White with #E14E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E61; }
p { color: rgb(225,78,97); }
H1.HeaderClassName
{
color: #E14E61;
}
.AnyTagClassName
{
color: #E14E61;
}
</style>
background-color css
<style>
a { background-color: #E14E61; }
a { background-color: rgb(225,78,97); }
div.DivClassName
{
background-color: #E14E61;
}
.BgClassName
{
background-color: #E14E61;
}
</style>
border-color css
<style>
span { border-color: #E14E61; }
span { border-color: rgb(225,78,97); }
td.TdClassName
{
border-color: #E14E61;
}
.TagClassName
{
border-color: #E14E61;
}
</style>