Shades of Mandy #E54E5D
Tints of Mandy #E54E5D
RGB
CMYK
RGB Variations
Color information
#E54E5D (or 0xE54E5D) is known color: Mandy. HEX triplet: E5, 4E and 5D. RGB value is (229,78,93). Sum of RGB (Red+Green+Blue) = 229+78+93=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E5D is #1AB1A2. Grayscale: #7C7C7C. Windows color (decimal): -1749411 or 6115045. OLE color: 6115045.
HSL color Cylindrical-coordinate representation of color #E54E5D: hue angle of 354.04º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54E5D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 93 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.10 |
| HSL | 354.04º | 0.74% | 0.6% | - |
| HSV(B) | 354.04º | 0.66% | 0.9% | - |
| XYZ | 37.01 | 22.9 | 12.82 | - |
| YUV | 124.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 93 | 0 | 0.66 | 0.59 | 0.10 | 354.04 | 0.74 | 0.6 |
| Hex | E5 | 4E | 5D | 0 | 42 | 3B | A | 162 | 4A | 3C |
| Octal | 345 | 116 | 135 | 0 | 102 | 73 | 12 | 542 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1011101 | 0 | 1000010 | 111011 | 1010 | 101100010 | 1001010 | 111100 |
Color Harmonies of #E54E5D
Complementary color
Monochromatic Colors of #E54E5D
Black with #E54E5D
Text Example
Text Example
White with #E54E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E5D; }
p { color: rgb(229,78,93); }
H1.HeaderClassName
{
color: #E54E5D;
}
.AnyTagClassName
{
color: #E54E5D;
}
</style>
background-color css
<style>
a { background-color: #E54E5D; }
a { background-color: rgb(229,78,93); }
div.DivClassName
{
background-color: #E54E5D;
}
.BgClassName
{
background-color: #E54E5D;
}
</style>
border-color css
<style>
span { border-color: #E54E5D; }
span { border-color: rgb(229,78,93); }
td.TdClassName
{
border-color: #E54E5D;
}
.TagClassName
{
border-color: #E54E5D;
}
</style>