Shades of Amaranth #E5404A
Tints of Amaranth #E5404A
RGB
CMYK
RGB Variations
Color information
#E5404A (or 0xE5404A) is known color: Amaranth. HEX triplet: E5, 40 and 4A. RGB value is (229,64,74). Sum of RGB (Red+Green+Blue) = 229+64+74=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E5404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5404A is #1ABFB5. Grayscale: #727272. Windows color (decimal): -1753014 or 4866277. OLE color: 4866277.
HSL color Cylindrical-coordinate representation of color #E5404A: hue angle of 356.36º 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 #E5404A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 74 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.10 |
| HSL | 356.36º | 0.76% | 0.57% | - |
| HSV(B) | 356.36º | 0.72% | 0.9% | - |
| XYZ | 35.38 | 20.82 | 8.63 | - |
| YUV | 114.48 | 105.16 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 74 | 0 | 0.72 | 0.68 | 0.10 | 356.36 | 0.76 | 0.57 |
| Hex | E5 | 40 | 4A | 0 | 48 | 44 | A | 164 | 4C | 39 |
| Octal | 345 | 100 | 112 | 0 | 110 | 104 | 12 | 544 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1001010 | 0 | 1001000 | 1000100 | 1010 | 101100100 | 1001100 | 111001 |
Color Harmonies of #E5404A
Complementary color
Monochromatic Colors of #E5404A
Black with #E5404A
Text Example
Text Example
White with #E5404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5404A; }
p { color: rgb(229,64,74); }
H1.HeaderClassName
{
color: #E5404A;
}
.AnyTagClassName
{
color: #E5404A;
}
</style>
background-color css
<style>
a { background-color: #E5404A; }
a { background-color: rgb(229,64,74); }
div.DivClassName
{
background-color: #E5404A;
}
.BgClassName
{
background-color: #E5404A;
}
</style>
border-color css
<style>
span { border-color: #E5404A; }
span { border-color: rgb(229,64,74); }
td.TdClassName
{
border-color: #E5404A;
}
.TagClassName
{
border-color: #E5404A;
}
</style>