Shades of Mandy #E14857
Tints of Mandy #E14857
RGB
CMYK
RGB Variations
Color information
#E14857 (or 0xE14857) is known color: Mandy. HEX triplet: E1, 48 and 57. RGB value is (225,72,87). Sum of RGB (Red+Green+Blue) = 225+72+87=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E14857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14857 is #1EB7A8. Grayscale: #777777. Windows color (decimal): -2013097 or 5720289. OLE color: 5720289.
HSL color Cylindrical-coordinate representation of color #E14857: hue angle of 354.12º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14857 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 87 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.12 |
| HSL | 354.12º | 0.72% | 0.58% | - |
| HSV(B) | 354.12º | 0.68% | 0.88% | - |
| XYZ | 35.09 | 21.33 | 11.28 | - |
| YUV | 119.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 87 | 0 | 0.68 | 0.61 | 0.12 | 354.12 | 0.72 | 0.58 |
| Hex | E1 | 48 | 57 | 0 | 44 | 3D | C | 162 | 48 | 3A |
| Octal | 341 | 110 | 127 | 0 | 104 | 75 | 14 | 542 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1010111 | 0 | 1000100 | 111101 | 1100 | 101100010 | 1001000 | 111010 |
Color Harmonies of #E14857
Complementary color
Monochromatic Colors of #E14857
Black with #E14857
Text Example
Text Example
White with #E14857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14857; }
p { color: rgb(225,72,87); }
H1.HeaderClassName
{
color: #E14857;
}
.AnyTagClassName
{
color: #E14857;
}
</style>
background-color css
<style>
a { background-color: #E14857; }
a { background-color: rgb(225,72,87); }
div.DivClassName
{
background-color: #E14857;
}
.BgClassName
{
background-color: #E14857;
}
</style>
border-color css
<style>
span { border-color: #E14857; }
span { border-color: rgb(225,72,87); }
td.TdClassName
{
border-color: #E14857;
}
.TagClassName
{
border-color: #E14857;
}
</style>