Shades of Amaranth #E0284E
Tints of Amaranth #E0284E
RGB
CMYK
RGB Variations
Color information
#E0284E (or 0xE0284E) is known color: Amaranth. HEX triplet: E0, 28 and 4E. RGB value is (224,40,78). Sum of RGB (Red+Green+Blue) = 224+40+78=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0284E is #1FD7B1. Grayscale: #636363. Windows color (decimal): -2086834 or 5122272. OLE color: 5122272.
HSL color Cylindrical-coordinate representation of color #E0284E: hue angle of 347.61º 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 #E0284E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.12 |
| HSL | 347.61º | 0.75% | 0.52% | - |
| HSV(B) | 347.61º | 0.82% | 0.88% | - |
| XYZ | 32.87 | 17.91 | 8.93 | - |
| YUV | 99.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 78 | 0 | 0.82 | 0.65 | 0.12 | 347.61 | 0.75 | 0.52 |
| Hex | E0 | 28 | 4E | 0 | 52 | 41 | C | 15C | 4B | 34 |
| Octal | 340 | 50 | 116 | 0 | 122 | 101 | 14 | 534 | 113 | 64 |
| Binary | 11100000 | 101000 | 1001110 | 0 | 1010010 | 1000001 | 1100 | 101011100 | 1001011 | 110100 |
Color Harmonies of #E0284E
Complementary color
Monochromatic Colors of #E0284E
Black with #E0284E
Text Example
Text Example
White with #E0284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0284E; }
p { color: rgb(224,40,78); }
H1.HeaderClassName
{
color: #E0284E;
}
.AnyTagClassName
{
color: #E0284E;
}
</style>
background-color css
<style>
a { background-color: #E0284E; }
a { background-color: rgb(224,40,78); }
div.DivClassName
{
background-color: #E0284E;
}
.BgClassName
{
background-color: #E0284E;
}
</style>
border-color css
<style>
span { border-color: #E0284E; }
span { border-color: rgb(224,40,78); }
td.TdClassName
{
border-color: #E0284E;
}
.TagClassName
{
border-color: #E0284E;
}
</style>