Shades of Mandy #E54D5E
Tints of Mandy #E54D5E
RGB
CMYK
RGB Variations
Color information
#E54D5E (or 0xE54D5E) is known color: Mandy. HEX triplet: E5, 4D and 5E. RGB value is (229,77,94). Sum of RGB (Red+Green+Blue) = 229+77+94=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D5E is #1AB2A1. Grayscale: #7C7C7C. Windows color (decimal): -1749666 or 6180325. OLE color: 6180325.
HSL color Cylindrical-coordinate representation of color #E54D5E: hue angle of 353.29º degrees, saturation: 0.75, 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 #E54D5E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 94 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.10 |
| HSL | 353.29º | 0.75% | 0.6% | - |
| HSV(B) | 353.29º | 0.66% | 0.9% | - |
| XYZ | 36.99 | 22.77 | 13.04 | - |
| YUV | 124.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 94 | 0 | 0.66 | 0.59 | 0.10 | 353.29 | 0.75 | 0.6 |
| Hex | E5 | 4D | 5E | 0 | 42 | 3B | A | 161 | 4B | 3C |
| Octal | 345 | 115 | 136 | 0 | 102 | 73 | 12 | 541 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1011110 | 0 | 1000010 | 111011 | 1010 | 101100001 | 1001011 | 111100 |
Color Harmonies of #E54D5E
Complementary color
Monochromatic Colors of #E54D5E
Black with #E54D5E
Text Example
Text Example
White with #E54D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D5E; }
p { color: rgb(229,77,94); }
H1.HeaderClassName
{
color: #E54D5E;
}
.AnyTagClassName
{
color: #E54D5E;
}
</style>
background-color css
<style>
a { background-color: #E54D5E; }
a { background-color: rgb(229,77,94); }
div.DivClassName
{
background-color: #E54D5E;
}
.BgClassName
{
background-color: #E54D5E;
}
</style>
border-color css
<style>
span { border-color: #E54D5E; }
span { border-color: rgb(229,77,94); }
td.TdClassName
{
border-color: #E54D5E;
}
.TagClassName
{
border-color: #E54D5E;
}
</style>