Shades of Amaranth #E0354E
Tints of Amaranth #E0354E
RGB
CMYK
RGB Variations
Color information
#E0354E (or 0xE0354E) is known color: Amaranth. HEX triplet: E0, 35 and 4E. RGB value is (224,53,78). Sum of RGB (Red+Green+Blue) = 224+53+78=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0354E is #1FCAB1. Grayscale: #6B6B6B. Windows color (decimal): -2083506 or 5125600. OLE color: 5125600.
HSL color Cylindrical-coordinate representation of color #E0354E: hue angle of 351.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0354E is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 78 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.12 |
| HSL | 351.23º | 0.73% | 0.54% | - |
| HSV(B) | 351.23º | 0.76% | 0.88% | - |
| XYZ | 33.39 | 18.94 | 9.1 | - |
| YUV | 106.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 78 | 0 | 0.76 | 0.65 | 0.12 | 351.23 | 0.73 | 0.54 |
| Hex | E0 | 35 | 4E | 0 | 4C | 41 | C | 15F | 49 | 36 |
| Octal | 340 | 65 | 116 | 0 | 114 | 101 | 14 | 537 | 111 | 66 |
| Binary | 11100000 | 110101 | 1001110 | 0 | 1001100 | 1000001 | 1100 | 101011111 | 1001001 | 110110 |
Color Harmonies of #E0354E
Complementary color
Monochromatic Colors of #E0354E
Black with #E0354E
Text Example
Text Example
White with #E0354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0354E; }
p { color: rgb(224,53,78); }
H1.HeaderClassName
{
color: #E0354E;
}
.AnyTagClassName
{
color: #E0354E;
}
</style>
background-color css
<style>
a { background-color: #E0354E; }
a { background-color: rgb(224,53,78); }
div.DivClassName
{
background-color: #E0354E;
}
.BgClassName
{
background-color: #E0354E;
}
</style>
border-color css
<style>
span { border-color: #E0354E; }
span { border-color: rgb(224,53,78); }
td.TdClassName
{
border-color: #E0354E;
}
.TagClassName
{
border-color: #E0354E;
}
</style>