Shades of Mandy #E14F5D
Tints of Mandy #E14F5D
RGB
CMYK
RGB Variations
Color information
#E14F5D (or 0xE14F5D) is known color: Mandy. HEX triplet: E1, 4F and 5D. RGB value is (225,79,93). Sum of RGB (Red+Green+Blue) = 225+79+93=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F5D is #1EB0A2. Grayscale: #7C7C7C. Windows color (decimal): -2011299 or 6115297. OLE color: 6115297.
HSL color Cylindrical-coordinate representation of color #E14F5D: hue angle of 354.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F5D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 93 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.12 |
| HSL | 354.25º | 0.71% | 0.6% | - |
| HSV(B) | 354.25º | 0.65% | 0.88% | - |
| XYZ | 35.82 | 22.39 | 12.79 | - |
| YUV | 124.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 93 | 0 | 0.65 | 0.59 | 0.12 | 354.25 | 0.71 | 0.6 |
| Hex | E1 | 4F | 5D | 0 | 41 | 3B | C | 162 | 47 | 3C |
| Octal | 341 | 117 | 135 | 0 | 101 | 73 | 14 | 542 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1011101 | 0 | 1000001 | 111011 | 1100 | 101100010 | 1000111 | 111100 |
Color Harmonies of #E14F5D
Complementary color
Monochromatic Colors of #E14F5D
Black with #E14F5D
Text Example
Text Example
White with #E14F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F5D; }
p { color: rgb(225,79,93); }
H1.HeaderClassName
{
color: #E14F5D;
}
.AnyTagClassName
{
color: #E14F5D;
}
</style>
background-color css
<style>
a { background-color: #E14F5D; }
a { background-color: rgb(225,79,93); }
div.DivClassName
{
background-color: #E14F5D;
}
.BgClassName
{
background-color: #E14F5D;
}
</style>
border-color css
<style>
span { border-color: #E14F5D; }
span { border-color: rgb(225,79,93); }
td.TdClassName
{
border-color: #E14F5D;
}
.TagClassName
{
border-color: #E14F5D;
}
</style>