Shades of Amaranth #E5464E
Tints of Amaranth #E5464E
RGB
CMYK
RGB Variations
Color information
#E5464E (or 0xE5464E) is known color: Amaranth. HEX triplet: E5, 46 and 4E. RGB value is (229,70,78). Sum of RGB (Red+Green+Blue) = 229+70+78=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5464E is #1AB9B1. Grayscale: #767676. Windows color (decimal): -1751474 or 5129957. OLE color: 5129957.
HSL color Cylindrical-coordinate representation of color #E5464E: hue angle of 356.98º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5464E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 78 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.10 |
| HSL | 356.98º | 0.75% | 0.59% | - |
| HSV(B) | 356.98º | 0.69% | 0.9% | - |
| XYZ | 35.88 | 21.59 | 9.48 | - |
| YUV | 118.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 78 | 0 | 0.69 | 0.66 | 0.10 | 356.98 | 0.75 | 0.59 |
| Hex | E5 | 46 | 4E | 0 | 45 | 42 | A | 165 | 4B | 3B |
| Octal | 345 | 106 | 116 | 0 | 105 | 102 | 12 | 545 | 113 | 73 |
| Binary | 11100101 | 1000110 | 1001110 | 0 | 1000101 | 1000010 | 1010 | 101100101 | 1001011 | 111011 |
Color Harmonies of #E5464E
Complementary color
Monochromatic Colors of #E5464E
Black with #E5464E
Text Example
Text Example
White with #E5464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5464E; }
p { color: rgb(229,70,78); }
H1.HeaderClassName
{
color: #E5464E;
}
.AnyTagClassName
{
color: #E5464E;
}
</style>
background-color css
<style>
a { background-color: #E5464E; }
a { background-color: rgb(229,70,78); }
div.DivClassName
{
background-color: #E5464E;
}
.BgClassName
{
background-color: #E5464E;
}
</style>
border-color css
<style>
span { border-color: #E5464E; }
span { border-color: rgb(229,70,78); }
td.TdClassName
{
border-color: #E5464E;
}
.TagClassName
{
border-color: #E5464E;
}
</style>