Shades of Amaranth #E5284A
Tints of Amaranth #E5284A
RGB
CMYK
RGB Variations
Color information
#E5284A (or 0xE5284A) is known color: Amaranth. HEX triplet: E5, 28 and 4A. RGB value is (229,40,74). Sum of RGB (Red+Green+Blue) = 229+40+74=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5284A is #1AD7B5. Grayscale: #646464. Windows color (decimal): -1759158 or 4860133. OLE color: 4860133.
HSL color Cylindrical-coordinate representation of color #E5284A: hue angle of 349.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5284A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 74 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.10 |
| HSL | 349.21º | 0.78% | 0.53% | - |
| HSV(B) | 349.21º | 0.83% | 0.9% | - |
| XYZ | 34.31 | 18.67 | 8.27 | - |
| YUV | 100.39 | 113.12 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 74 | 0 | 0.83 | 0.68 | 0.10 | 349.21 | 0.78 | 0.53 |
| Hex | E5 | 28 | 4A | 0 | 53 | 44 | A | 15D | 4E | 35 |
| Octal | 345 | 50 | 112 | 0 | 123 | 104 | 12 | 535 | 116 | 65 |
| Binary | 11100101 | 101000 | 1001010 | 0 | 1010011 | 1000100 | 1010 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E5284A
Complementary color
Monochromatic Colors of #E5284A
Black with #E5284A
Text Example
Text Example
White with #E5284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5284A; }
p { color: rgb(229,40,74); }
H1.HeaderClassName
{
color: #E5284A;
}
.AnyTagClassName
{
color: #E5284A;
}
</style>
background-color css
<style>
a { background-color: #E5284A; }
a { background-color: rgb(229,40,74); }
div.DivClassName
{
background-color: #E5284A;
}
.BgClassName
{
background-color: #E5284A;
}
</style>
border-color css
<style>
span { border-color: #E5284A; }
span { border-color: rgb(229,40,74); }
td.TdClassName
{
border-color: #E5284A;
}
.TagClassName
{
border-color: #E5284A;
}
</style>