Shades of Mandy #E14D4E
Tints of Mandy #E14D4E
RGB
CMYK
RGB Variations
Color information
#E14D4E (or 0xE14D4E) is known color: Mandy. HEX triplet: E1, 4D and 4E. RGB value is (225,77,78). Sum of RGB (Red+Green+Blue) = 225+77+78=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D4E is #1EB2B1. Grayscale: #797979. Windows color (decimal): -2011826 or 5131745. OLE color: 5131745.
HSL color Cylindrical-coordinate representation of color #E14D4E: hue angle of 359.59º 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 #E14D4E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 78 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.12 |
| HSL | 359.59º | 0.71% | 0.59% | - |
| HSV(B) | 359.59º | 0.66% | 0.88% | - |
| XYZ | 35.08 | 21.87 | 9.58 | - |
| YUV | 121.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 78 | 0 | 0.66 | 0.65 | 0.12 | 359.59 | 0.71 | 0.59 |
| Hex | E1 | 4D | 4E | 0 | 42 | 41 | C | 168 | 47 | 3B |
| Octal | 341 | 115 | 116 | 0 | 102 | 101 | 14 | 550 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1001110 | 0 | 1000010 | 1000001 | 1100 | 101101000 | 1000111 | 111011 |
Color Harmonies of #E14D4E
Complementary color
Monochromatic Colors of #E14D4E
Black with #E14D4E
Text Example
Text Example
White with #E14D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D4E; }
p { color: rgb(225,77,78); }
H1.HeaderClassName
{
color: #E14D4E;
}
.AnyTagClassName
{
color: #E14D4E;
}
</style>
background-color css
<style>
a { background-color: #E14D4E; }
a { background-color: rgb(225,77,78); }
div.DivClassName
{
background-color: #E14D4E;
}
.BgClassName
{
background-color: #E14D4E;
}
</style>
border-color css
<style>
span { border-color: #E14D4E; }
span { border-color: rgb(225,77,78); }
td.TdClassName
{
border-color: #E14D4E;
}
.TagClassName
{
border-color: #E14D4E;
}
</style>