What color is Amaranth?
Amaranth is a deep pinkish-red with a slight blue undertone, hex #E83256, close to the color of an amaranth flower in full bloom. The tone is rich and saturated, leaning more toward red than pink in most lighting.
What is the meaning of the color Amaranth?
Greek gives us the word amarantos, meaning unfading, a reference to the amaranth plant whose blooms hold their color after drying. The color entered English use in the late 17th century, linked to the plant’s long association with immortality in classical literature, including references in Milton’s Paradise Lost, published in 1667. By the 19th century, amaranth dye was used in textile production across Europe, valued for its deep, lasting tone. Pantone has listed Amaranth among its fashion color references, anchoring it as a recognized name in contemporary design.
What colors go with Amaranth?
Colors that pair well with Amaranth include:
Gold: warm, rich contrast
Navy Blue: deep, grounding balance
Ivory: soft, brightening effect
Forest Green: cool, natural depth
Charcoal: bold, dramatic anchor
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #E83256 |
color: #E83256;
|
| RGB | 232, 50, 86 |
color: rgb(232, 50, 86);
|
| RGB Percentage | 91%, 20%, 34% |
color: rgb(91%, 20%, 34%);
|
| CMYK | 0%, 78%, 63%, 9% | Not supported in CSS |
| HSL | 348°, 80%, 55% |
color: hsl(348, 80%, 55%);
|
| HSV | 348°, 78%, 91% | Not supported in CSS |
| CIE-LAB | 44, 36, -12 |
color: lab(44% 36 -12);
|
| Decimal | 15217238 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.amaranth {
color: #E83256;
}
$amaranth: #E83256;
rgb(232, 50, 86)