Shades of Amaranth #E02D47
Tints of Amaranth #E02D47
RGB
CMYK
RGB Variations
Color information
#E02D47 (or 0xE02D47) is known color: Amaranth. HEX triplet: E0, 2D and 47. RGB value is (224,45,71). Sum of RGB (Red+Green+Blue) = 224+45+71=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D47 is #1FD2B8. Grayscale: #656565. Windows color (decimal): -2085561 or 4664800. OLE color: 4664800.
HSL color Cylindrical-coordinate representation of color #E02D47: hue angle of 351.28º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D47 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 71 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.12 |
| HSL | 351.28º | 0.74% | 0.53% | - |
| HSV(B) | 351.28º | 0.8% | 0.88% | - |
| XYZ | 32.82 | 18.18 | 7.74 | - |
| YUV | 101.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 71 | 0 | 0.80 | 0.68 | 0.12 | 351.28 | 0.74 | 0.53 |
| Hex | E0 | 2D | 47 | 0 | 50 | 44 | C | 15F | 4A | 35 |
| Octal | 340 | 55 | 107 | 0 | 120 | 104 | 14 | 537 | 112 | 65 |
| Binary | 11100000 | 101101 | 1000111 | 0 | 1010000 | 1000100 | 1100 | 101011111 | 1001010 | 110101 |
Color Harmonies of #E02D47
Complementary color
Monochromatic Colors of #E02D47
Black with #E02D47
Text Example
Text Example
White with #E02D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D47; }
p { color: rgb(224,45,71); }
H1.HeaderClassName
{
color: #E02D47;
}
.AnyTagClassName
{
color: #E02D47;
}
</style>
background-color css
<style>
a { background-color: #E02D47; }
a { background-color: rgb(224,45,71); }
div.DivClassName
{
background-color: #E02D47;
}
.BgClassName
{
background-color: #E02D47;
}
</style>
border-color css
<style>
span { border-color: #E02D47; }
span { border-color: rgb(224,45,71); }
td.TdClassName
{
border-color: #E02D47;
}
.TagClassName
{
border-color: #E02D47;
}
</style>