Shades of Amaranth #E02845
Tints of Amaranth #E02845
RGB
CMYK
RGB Variations
Color information
#E02845 (or 0xE02845) is known color: Amaranth. HEX triplet: E0, 28 and 45. RGB value is (224,40,69). Sum of RGB (Red+Green+Blue) = 224+40+69=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E02845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02845 is #1FD7BA. Grayscale: #626262. Windows color (decimal): -2086843 or 4532448. OLE color: 4532448.
HSL color Cylindrical-coordinate representation of color #E02845: hue angle of 350.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02845 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.12 |
| HSL | 350.54º | 0.75% | 0.52% | - |
| HSV(B) | 350.54º | 0.82% | 0.88% | - |
| XYZ | 32.57 | 17.79 | 7.35 | - |
| YUV | 98.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 69 | 0 | 0.82 | 0.69 | 0.12 | 350.54 | 0.75 | 0.52 |
| Hex | E0 | 28 | 45 | 0 | 52 | 45 | C | 15F | 4B | 34 |
| Octal | 340 | 50 | 105 | 0 | 122 | 105 | 14 | 537 | 113 | 64 |
| Binary | 11100000 | 101000 | 1000101 | 0 | 1010010 | 1000101 | 1100 | 101011111 | 1001011 | 110100 |
Color Harmonies of #E02845
Complementary color
Monochromatic Colors of #E02845
Black with #E02845
Text Example
Text Example
White with #E02845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02845; }
p { color: rgb(224,40,69); }
H1.HeaderClassName
{
color: #E02845;
}
.AnyTagClassName
{
color: #E02845;
}
</style>
background-color css
<style>
a { background-color: #E02845; }
a { background-color: rgb(224,40,69); }
div.DivClassName
{
background-color: #E02845;
}
.BgClassName
{
background-color: #E02845;
}
</style>
border-color css
<style>
span { border-color: #E02845; }
span { border-color: rgb(224,40,69); }
td.TdClassName
{
border-color: #E02845;
}
.TagClassName
{
border-color: #E02845;
}
</style>