Shades of Amaranth #E5205A
Tints of Amaranth #E5205A
RGB
CMYK
RGB Variations
Color information
#E5205A (or 0xE5205A) is known color: Amaranth. HEX triplet: E5, 20 and 5A. RGB value is (229,32,90). Sum of RGB (Red+Green+Blue) = 229+32+90=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E5205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5205A is #1ADFA5. Grayscale: #616161. Windows color (decimal): -1761190 or 5906661. OLE color: 5906661.
HSL color Cylindrical-coordinate representation of color #E5205A: hue angle of 342.34º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5205A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 90 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.10 |
| HSL | 342.34º | 0.79% | 0.51% | - |
| HSV(B) | 342.34º | 0.86% | 0.9% | - |
| XYZ | 34.68 | 18.43 | 11.4 | - |
| YUV | 97.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 90 | 0 | 0.86 | 0.61 | 0.10 | 342.34 | 0.79 | 0.51 |
| Hex | E5 | 20 | 5A | 0 | 56 | 3D | A | 156 | 4F | 33 |
| Octal | 345 | 40 | 132 | 0 | 126 | 75 | 12 | 526 | 117 | 63 |
| Binary | 11100101 | 100000 | 1011010 | 0 | 1010110 | 111101 | 1010 | 101010110 | 1001111 | 110011 |
Color Harmonies of #E5205A
Complementary color
Monochromatic Colors of #E5205A
Black with #E5205A
Text Example
Text Example
White with #E5205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5205A; }
p { color: rgb(229,32,90); }
H1.HeaderClassName
{
color: #E5205A;
}
.AnyTagClassName
{
color: #E5205A;
}
</style>
background-color css
<style>
a { background-color: #E5205A; }
a { background-color: rgb(229,32,90); }
div.DivClassName
{
background-color: #E5205A;
}
.BgClassName
{
background-color: #E5205A;
}
</style>
border-color css
<style>
span { border-color: #E5205A; }
span { border-color: rgb(229,32,90); }
td.TdClassName
{
border-color: #E5205A;
}
.TagClassName
{
border-color: #E5205A;
}
</style>