Shades of Amaranth #E0374D
Tints of Amaranth #E0374D
RGB
CMYK
RGB Variations
Color information
#E0374D (or 0xE0374D) is known color: Amaranth. HEX triplet: E0, 37 and 4D. RGB value is (224,55,77). Sum of RGB (Red+Green+Blue) = 224+55+77=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0374D is #1FC8B2. Grayscale: #6C6C6C. Windows color (decimal): -2082995 or 5060576. OLE color: 5060576.
HSL color Cylindrical-coordinate representation of color #E0374D: hue angle of 352.19º 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 #E0374D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 77 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.12 |
| HSL | 352.19º | 0.73% | 0.55% | - |
| HSV(B) | 352.19º | 0.75% | 0.88% | - |
| XYZ | 33.45 | 19.12 | 8.95 | - |
| YUV | 108.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 77 | 0 | 0.75 | 0.66 | 0.12 | 352.19 | 0.73 | 0.55 |
| Hex | E0 | 37 | 4D | 0 | 4B | 42 | C | 160 | 49 | 37 |
| Octal | 340 | 67 | 115 | 0 | 113 | 102 | 14 | 540 | 111 | 67 |
| Binary | 11100000 | 110111 | 1001101 | 0 | 1001011 | 1000010 | 1100 | 101100000 | 1001001 | 110111 |
Color Harmonies of #E0374D
Complementary color
Monochromatic Colors of #E0374D
Black with #E0374D
Text Example
Text Example
White with #E0374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0374D; }
p { color: rgb(224,55,77); }
H1.HeaderClassName
{
color: #E0374D;
}
.AnyTagClassName
{
color: #E0374D;
}
</style>
background-color css
<style>
a { background-color: #E0374D; }
a { background-color: rgb(224,55,77); }
div.DivClassName
{
background-color: #E0374D;
}
.BgClassName
{
background-color: #E0374D;
}
</style>
border-color css
<style>
span { border-color: #E0374D; }
span { border-color: rgb(224,55,77); }
td.TdClassName
{
border-color: #E0374D;
}
.TagClassName
{
border-color: #E0374D;
}
</style>