Shades of Mandy #E54D4E
Tints of Mandy #E54D4E
RGB
CMYK
RGB Variations
Color information
#E54D4E (or 0xE54D4E) is known color: Mandy. HEX triplet: E5, 4D and 4E. RGB value is (229,77,78). Sum of RGB (Red+Green+Blue) = 229+77+78=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D4E is #1AB2B1. Grayscale: #7A7A7A. Windows color (decimal): -1749682 or 5131749. OLE color: 5131749.
HSL color Cylindrical-coordinate representation of color #E54D4E: hue angle of 359.61º 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 #E54D4E is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 78 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.10 |
| HSL | 359.61º | 0.75% | 0.6% | - |
| HSV(B) | 359.61º | 0.66% | 0.9% | - |
| XYZ | 36.34 | 22.52 | 9.64 | - |
| YUV | 122.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 78 | 0 | 0.66 | 0.66 | 0.10 | 359.61 | 0.75 | 0.6 |
| Hex | E5 | 4D | 4E | 0 | 42 | 42 | A | 168 | 4B | 3C |
| Octal | 345 | 115 | 116 | 0 | 102 | 102 | 12 | 550 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1001110 | 0 | 1000010 | 1000010 | 1010 | 101101000 | 1001011 | 111100 |
Color Harmonies of #E54D4E
Complementary color
Monochromatic Colors of #E54D4E
Black with #E54D4E
Text Example
Text Example
White with #E54D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D4E; }
p { color: rgb(229,77,78); }
H1.HeaderClassName
{
color: #E54D4E;
}
.AnyTagClassName
{
color: #E54D4E;
}
</style>
background-color css
<style>
a { background-color: #E54D4E; }
a { background-color: rgb(229,77,78); }
div.DivClassName
{
background-color: #E54D4E;
}
.BgClassName
{
background-color: #E54D4E;
}
</style>
border-color css
<style>
span { border-color: #E54D4E; }
span { border-color: rgb(229,77,78); }
td.TdClassName
{
border-color: #E54D4E;
}
.TagClassName
{
border-color: #E54D4E;
}
</style>