Shades of Amaranth #E02445
Tints of Amaranth #E02445
RGB
CMYK
RGB Variations
Color information
#E02445 (or 0xE02445) is known color: Amaranth. HEX triplet: E0, 24 and 45. RGB value is (224,36,69). Sum of RGB (Red+Green+Blue) = 224+36+69=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02445 is #1FDBBA. Grayscale: #606060. Windows color (decimal): -2087867 or 4531424. OLE color: 4531424.
HSL color Cylindrical-coordinate representation of color #E02445: hue angle of 349.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02445 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 69 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.12 |
| HSL | 349.47º | 0.75% | 0.51% | - |
| HSV(B) | 349.47º | 0.84% | 0.88% | - |
| XYZ | 32.45 | 17.54 | 7.31 | - |
| YUV | 95.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 69 | 0 | 0.84 | 0.69 | 0.12 | 349.47 | 0.75 | 0.51 |
| Hex | E0 | 24 | 45 | 0 | 54 | 45 | C | 15D | 4B | 33 |
| Octal | 340 | 44 | 105 | 0 | 124 | 105 | 14 | 535 | 113 | 63 |
| Binary | 11100000 | 100100 | 1000101 | 0 | 1010100 | 1000101 | 1100 | 101011101 | 1001011 | 110011 |
Color Harmonies of #E02445
Complementary color
Monochromatic Colors of #E02445
Black with #E02445
Text Example
Text Example
White with #E02445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02445; }
p { color: rgb(224,36,69); }
H1.HeaderClassName
{
color: #E02445;
}
.AnyTagClassName
{
color: #E02445;
}
</style>
background-color css
<style>
a { background-color: #E02445; }
a { background-color: rgb(224,36,69); }
div.DivClassName
{
background-color: #E02445;
}
.BgClassName
{
background-color: #E02445;
}
</style>
border-color css
<style>
span { border-color: #E02445; }
span { border-color: rgb(224,36,69); }
td.TdClassName
{
border-color: #E02445;
}
.TagClassName
{
border-color: #E02445;
}
</style>