Shades of Mandy #E14D54
Tints of Mandy #E14D54
RGB
CMYK
RGB Variations
Color information
#E14D54 (or 0xE14D54) is known color: Mandy. HEX triplet: E1, 4D and 54. RGB value is (225,77,84). Sum of RGB (Red+Green+Blue) = 225+77+84=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D54 is #1EB2AB. Grayscale: #7A7A7A. Windows color (decimal): -2011820 or 5524961. OLE color: 5524961.
HSL color Cylindrical-coordinate representation of color #E14D54: hue angle of 357.16º 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 #E14D54 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 84 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.12 |
| HSL | 357.16º | 0.71% | 0.59% | - |
| HSV(B) | 357.16º | 0.66% | 0.88% | - |
| XYZ | 35.31 | 21.96 | 10.76 | - |
| YUV | 122.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 84 | 0 | 0.66 | 0.63 | 0.12 | 357.16 | 0.71 | 0.59 |
| Hex | E1 | 4D | 54 | 0 | 42 | 3F | C | 165 | 47 | 3B |
| Octal | 341 | 115 | 124 | 0 | 102 | 77 | 14 | 545 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1010100 | 0 | 1000010 | 111111 | 1100 | 101100101 | 1000111 | 111011 |
Color Harmonies of #E14D54
Complementary color
Monochromatic Colors of #E14D54
Black with #E14D54
Text Example
Text Example
White with #E14D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D54; }
p { color: rgb(225,77,84); }
H1.HeaderClassName
{
color: #E14D54;
}
.AnyTagClassName
{
color: #E14D54;
}
</style>
background-color css
<style>
a { background-color: #E14D54; }
a { background-color: rgb(225,77,84); }
div.DivClassName
{
background-color: #E14D54;
}
.BgClassName
{
background-color: #E14D54;
}
</style>
border-color css
<style>
span { border-color: #E14D54; }
span { border-color: rgb(225,77,84); }
td.TdClassName
{
border-color: #E14D54;
}
.TagClassName
{
border-color: #E14D54;
}
</style>