Shades of Amaranth #E5394A
Tints of Amaranth #E5394A
RGB
CMYK
RGB Variations
Color information
#E5394A (or 0xE5394A) is known color: Amaranth. HEX triplet: E5, 39 and 4A. RGB value is (229,57,74). Sum of RGB (Red+Green+Blue) = 229+57+74=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5394A is #1AC6B5. Grayscale: #6E6E6E. Windows color (decimal): -1754806 or 4864485. OLE color: 4864485.
HSL color Cylindrical-coordinate representation of color #E5394A: hue angle of 354.07º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5394A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 74 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.10 |
| HSL | 354.07º | 0.77% | 0.56% | - |
| HSV(B) | 354.07º | 0.75% | 0.9% | - |
| XYZ | 35.01 | 20.08 | 8.51 | - |
| YUV | 110.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 74 | 0 | 0.75 | 0.68 | 0.10 | 354.07 | 0.77 | 0.56 |
| Hex | E5 | 39 | 4A | 0 | 4B | 44 | A | 162 | 4D | 38 |
| Octal | 345 | 71 | 112 | 0 | 113 | 104 | 12 | 542 | 115 | 70 |
| Binary | 11100101 | 111001 | 1001010 | 0 | 1001011 | 1000100 | 1010 | 101100010 | 1001101 | 111000 |
Color Harmonies of #E5394A
Complementary color
Monochromatic Colors of #E5394A
Black with #E5394A
Text Example
Text Example
White with #E5394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5394A; }
p { color: rgb(229,57,74); }
H1.HeaderClassName
{
color: #E5394A;
}
.AnyTagClassName
{
color: #E5394A;
}
</style>
background-color css
<style>
a { background-color: #E5394A; }
a { background-color: rgb(229,57,74); }
div.DivClassName
{
background-color: #E5394A;
}
.BgClassName
{
background-color: #E5394A;
}
</style>
border-color css
<style>
span { border-color: #E5394A; }
span { border-color: rgb(229,57,74); }
td.TdClassName
{
border-color: #E5394A;
}
.TagClassName
{
border-color: #E5394A;
}
</style>