Shades of Mandy #E14E5E
Tints of Mandy #E14E5E
RGB
CMYK
RGB Variations
Color information
#E14E5E (or 0xE14E5E) is known color: Mandy. HEX triplet: E1, 4E and 5E. RGB value is (225,78,94). Sum of RGB (Red+Green+Blue) = 225+78+94=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E5E is #1EB1A1. Grayscale: #7B7B7B. Windows color (decimal): -2011554 or 6180577. OLE color: 6180577.
HSL color Cylindrical-coordinate representation of color #E14E5E: hue angle of 353.47º 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 #E14E5E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 94 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.12 |
| HSL | 353.47º | 0.71% | 0.59% | - |
| HSV(B) | 353.47º | 0.65% | 0.88% | - |
| XYZ | 35.8 | 22.26 | 13 | - |
| YUV | 123.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 94 | 0 | 0.65 | 0.58 | 0.12 | 353.47 | 0.71 | 0.59 |
| Hex | E1 | 4E | 5E | 0 | 41 | 3A | C | 161 | 47 | 3B |
| Octal | 341 | 116 | 136 | 0 | 101 | 72 | 14 | 541 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1011110 | 0 | 1000001 | 111010 | 1100 | 101100001 | 1000111 | 111011 |
Color Harmonies of #E14E5E
Complementary color
Monochromatic Colors of #E14E5E
Black with #E14E5E
Text Example
Text Example
White with #E14E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E5E; }
p { color: rgb(225,78,94); }
H1.HeaderClassName
{
color: #E14E5E;
}
.AnyTagClassName
{
color: #E14E5E;
}
</style>
background-color css
<style>
a { background-color: #E14E5E; }
a { background-color: rgb(225,78,94); }
div.DivClassName
{
background-color: #E14E5E;
}
.BgClassName
{
background-color: #E14E5E;
}
</style>
border-color css
<style>
span { border-color: #E14E5E; }
span { border-color: rgb(225,78,94); }
td.TdClassName
{
border-color: #E14E5E;
}
.TagClassName
{
border-color: #E14E5E;
}
</style>