Shades of Amaranth #E54146
Tints of Amaranth #E54146
RGB
CMYK
RGB Variations
Color information
#E54146 (or 0xE54146) is known color: Amaranth. HEX triplet: E5, 41 and 46. RGB value is (229,65,70). Sum of RGB (Red+Green+Blue) = 229+65+70=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E54146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54146 is #1ABEB9. Grayscale: #727272. Windows color (decimal): -1752762 or 4604389. OLE color: 4604389.
HSL color Cylindrical-coordinate representation of color #E54146: hue angle of 358.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54146 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 70 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.10 |
| HSL | 358.17º | 0.76% | 0.58% | - |
| HSV(B) | 358.17º | 0.72% | 0.9% | - |
| XYZ | 35.31 | 20.88 | 7.96 | - |
| YUV | 114.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 70 | 0 | 0.72 | 0.69 | 0.10 | 358.17 | 0.76 | 0.58 |
| Hex | E5 | 41 | 46 | 0 | 48 | 45 | A | 166 | 4C | 3A |
| Octal | 345 | 101 | 106 | 0 | 110 | 105 | 12 | 546 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1000110 | 0 | 1001000 | 1000101 | 1010 | 101100110 | 1001100 | 111010 |
Color Harmonies of #E54146
Complementary color
Monochromatic Colors of #E54146
Black with #E54146
Text Example
Text Example
White with #E54146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54146; }
p { color: rgb(229,65,70); }
H1.HeaderClassName
{
color: #E54146;
}
.AnyTagClassName
{
color: #E54146;
}
</style>
background-color css
<style>
a { background-color: #E54146; }
a { background-color: rgb(229,65,70); }
div.DivClassName
{
background-color: #E54146;
}
.BgClassName
{
background-color: #E54146;
}
</style>
border-color css
<style>
span { border-color: #E54146; }
span { border-color: rgb(229,65,70); }
td.TdClassName
{
border-color: #E54146;
}
.TagClassName
{
border-color: #E54146;
}
</style>