Shades of Amaranth #E0394D
Tints of Amaranth #E0394D
RGB
CMYK
RGB Variations
Color information
#E0394D (or 0xE0394D) is known color: Amaranth. HEX triplet: E0, 39 and 4D. RGB value is (224,57,77). Sum of RGB (Red+Green+Blue) = 224+57+77=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E0394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0394D is #1FC6B2. Grayscale: #6D6D6D. Windows color (decimal): -2082483 or 5061088. OLE color: 5061088.
HSL color Cylindrical-coordinate representation of color #E0394D: hue angle of 352.81º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0394D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 77 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.12 |
| HSL | 352.81º | 0.73% | 0.55% | - |
| HSV(B) | 352.81º | 0.75% | 0.88% | - |
| XYZ | 33.54 | 19.31 | 8.98 | - |
| YUV | 109.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 77 | 0 | 0.75 | 0.66 | 0.12 | 352.81 | 0.73 | 0.55 |
| Hex | E0 | 39 | 4D | 0 | 4B | 42 | C | 161 | 49 | 37 |
| Octal | 340 | 71 | 115 | 0 | 113 | 102 | 14 | 541 | 111 | 67 |
| Binary | 11100000 | 111001 | 1001101 | 0 | 1001011 | 1000010 | 1100 | 101100001 | 1001001 | 110111 |
Color Harmonies of #E0394D
Complementary color
Monochromatic Colors of #E0394D
Black with #E0394D
Text Example
Text Example
White with #E0394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0394D; }
p { color: rgb(224,57,77); }
H1.HeaderClassName
{
color: #E0394D;
}
.AnyTagClassName
{
color: #E0394D;
}
</style>
background-color css
<style>
a { background-color: #E0394D; }
a { background-color: rgb(224,57,77); }
div.DivClassName
{
background-color: #E0394D;
}
.BgClassName
{
background-color: #E0394D;
}
</style>
border-color css
<style>
span { border-color: #E0394D; }
span { border-color: rgb(224,57,77); }
td.TdClassName
{
border-color: #E0394D;
}
.TagClassName
{
border-color: #E0394D;
}
</style>