Shades of Amaranth #E02D45
Tints of Amaranth #E02D45
RGB
CMYK
RGB Variations
Color information
#E02D45 (or 0xE02D45) is known color: Amaranth. HEX triplet: E0, 2D and 45. RGB value is (224,45,69). Sum of RGB (Red+Green+Blue) = 224+45+69=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D45 is #1FD2BA. Grayscale: #656565. Windows color (decimal): -2085563 or 4533728. OLE color: 4533728.
HSL color Cylindrical-coordinate representation of color #E02D45: hue angle of 351.96º 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 #E02D45 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 69 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.12 |
| HSL | 351.96º | 0.74% | 0.53% | - |
| HSV(B) | 351.96º | 0.8% | 0.88% | - |
| XYZ | 32.75 | 18.15 | 7.41 | - |
| YUV | 101.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 69 | 0 | 0.80 | 0.69 | 0.12 | 351.96 | 0.74 | 0.53 |
| Hex | E0 | 2D | 45 | 0 | 50 | 45 | C | 160 | 4A | 35 |
| Octal | 340 | 55 | 105 | 0 | 120 | 105 | 14 | 540 | 112 | 65 |
| Binary | 11100000 | 101101 | 1000101 | 0 | 1010000 | 1000101 | 1100 | 101100000 | 1001010 | 110101 |
Color Harmonies of #E02D45
Complementary color
Monochromatic Colors of #E02D45
Black with #E02D45
Text Example
Text Example
White with #E02D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D45; }
p { color: rgb(224,45,69); }
H1.HeaderClassName
{
color: #E02D45;
}
.AnyTagClassName
{
color: #E02D45;
}
</style>
background-color css
<style>
a { background-color: #E02D45; }
a { background-color: rgb(224,45,69); }
div.DivClassName
{
background-color: #E02D45;
}
.BgClassName
{
background-color: #E02D45;
}
</style>
border-color css
<style>
span { border-color: #E02D45; }
span { border-color: rgb(224,45,69); }
td.TdClassName
{
border-color: #E02D45;
}
.TagClassName
{
border-color: #E02D45;
}
</style>