Shades of Amaranth #E02847
Tints of Amaranth #E02847
RGB
CMYK
RGB Variations
Color information
#E02847 (or 0xE02847) is known color: Amaranth. HEX triplet: E0, 28 and 47. RGB value is (224,40,71). Sum of RGB (Red+Green+Blue) = 224+40+71=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E02847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02847 is #1FD7B8. Grayscale: #626262. Windows color (decimal): -2086841 or 4663520. OLE color: 4663520.
HSL color Cylindrical-coordinate representation of color #E02847: hue angle of 349.89º 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 #E02847 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 71 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.12 |
| HSL | 349.89º | 0.75% | 0.52% | - |
| HSV(B) | 349.89º | 0.82% | 0.88% | - |
| XYZ | 32.64 | 17.82 | 7.68 | - |
| YUV | 98.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 71 | 0 | 0.82 | 0.68 | 0.12 | 349.89 | 0.75 | 0.52 |
| Hex | E0 | 28 | 47 | 0 | 52 | 44 | C | 15E | 4B | 34 |
| Octal | 340 | 50 | 107 | 0 | 122 | 104 | 14 | 536 | 113 | 64 |
| Binary | 11100000 | 101000 | 1000111 | 0 | 1010010 | 1000100 | 1100 | 101011110 | 1001011 | 110100 |
Color Harmonies of #E02847
Complementary color
Monochromatic Colors of #E02847
Black with #E02847
Text Example
Text Example
White with #E02847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02847; }
p { color: rgb(224,40,71); }
H1.HeaderClassName
{
color: #E02847;
}
.AnyTagClassName
{
color: #E02847;
}
</style>
background-color css
<style>
a { background-color: #E02847; }
a { background-color: rgb(224,40,71); }
div.DivClassName
{
background-color: #E02847;
}
.BgClassName
{
background-color: #E02847;
}
</style>
border-color css
<style>
span { border-color: #E02847; }
span { border-color: rgb(224,40,71); }
td.TdClassName
{
border-color: #E02847;
}
.TagClassName
{
border-color: #E02847;
}
</style>