Shades of Amaranth #E5404D
Tints of Amaranth #E5404D
RGB
CMYK
RGB Variations
Color information
#E5404D (or 0xE5404D) is known color: Amaranth. HEX triplet: E5, 40 and 4D. RGB value is (229,64,77). Sum of RGB (Red+Green+Blue) = 229+64+77=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5404D is #1ABFB2. Grayscale: #727272. Windows color (decimal): -1753011 or 5062885. OLE color: 5062885.
HSL color Cylindrical-coordinate representation of color #E5404D: hue angle of 355.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5404D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 77 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.10 |
| HSL | 355.27º | 0.76% | 0.57% | - |
| HSV(B) | 355.27º | 0.72% | 0.9% | - |
| XYZ | 35.49 | 20.86 | 9.18 | - |
| YUV | 114.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 77 | 0 | 0.72 | 0.66 | 0.10 | 355.27 | 0.76 | 0.57 |
| Hex | E5 | 40 | 4D | 0 | 48 | 42 | A | 163 | 4C | 39 |
| Octal | 345 | 100 | 115 | 0 | 110 | 102 | 12 | 543 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1001101 | 0 | 1001000 | 1000010 | 1010 | 101100011 | 1001100 | 111001 |
Color Harmonies of #E5404D
Complementary color
Monochromatic Colors of #E5404D
Black with #E5404D
Text Example
Text Example
White with #E5404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5404D; }
p { color: rgb(229,64,77); }
H1.HeaderClassName
{
color: #E5404D;
}
.AnyTagClassName
{
color: #E5404D;
}
</style>
background-color css
<style>
a { background-color: #E5404D; }
a { background-color: rgb(229,64,77); }
div.DivClassName
{
background-color: #E5404D;
}
.BgClassName
{
background-color: #E5404D;
}
</style>
border-color css
<style>
span { border-color: #E5404D; }
span { border-color: rgb(229,64,77); }
td.TdClassName
{
border-color: #E5404D;
}
.TagClassName
{
border-color: #E5404D;
}
</style>