Shades of Amaranth #E02849
Tints of Amaranth #E02849
RGB
CMYK
RGB Variations
Color information
#E02849 (or 0xE02849) is known color: Amaranth. HEX triplet: E0, 28 and 49. RGB value is (224,40,73). Sum of RGB (Red+Green+Blue) = 224+40+73=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E02849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02849 is #1FD7B6. Grayscale: #626262. Windows color (decimal): -2086839 or 4794592. OLE color: 4794592.
HSL color Cylindrical-coordinate representation of color #E02849: hue angle of 349.24º 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 #E02849 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 73 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.12 |
| HSL | 349.24º | 0.75% | 0.52% | - |
| HSV(B) | 349.24º | 0.82% | 0.88% | - |
| XYZ | 32.7 | 17.85 | 8.02 | - |
| YUV | 98.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 73 | 0 | 0.82 | 0.67 | 0.12 | 349.24 | 0.75 | 0.52 |
| Hex | E0 | 28 | 49 | 0 | 52 | 43 | C | 15D | 4B | 34 |
| Octal | 340 | 50 | 111 | 0 | 122 | 103 | 14 | 535 | 113 | 64 |
| Binary | 11100000 | 101000 | 1001001 | 0 | 1010010 | 1000011 | 1100 | 101011101 | 1001011 | 110100 |
Color Harmonies of #E02849
Complementary color
Monochromatic Colors of #E02849
Black with #E02849
Text Example
Text Example
White with #E02849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02849; }
p { color: rgb(224,40,73); }
H1.HeaderClassName
{
color: #E02849;
}
.AnyTagClassName
{
color: #E02849;
}
</style>
background-color css
<style>
a { background-color: #E02849; }
a { background-color: rgb(224,40,73); }
div.DivClassName
{
background-color: #E02849;
}
.BgClassName
{
background-color: #E02849;
}
</style>
border-color css
<style>
span { border-color: #E02849; }
span { border-color: rgb(224,40,73); }
td.TdClassName
{
border-color: #E02849;
}
.TagClassName
{
border-color: #E02849;
}
</style>