Shades of Amaranth #E5285A
Tints of Amaranth #E5285A
RGB
CMYK
RGB Variations
Color information
#E5285A (or 0xE5285A) is known color: Amaranth. HEX triplet: E5, 28 and 5A. RGB value is (229,40,90). Sum of RGB (Red+Green+Blue) = 229+40+90=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5285A is #1AD7A5. Grayscale: #666666. Windows color (decimal): -1759142 or 5908709. OLE color: 5908709.
HSL color Cylindrical-coordinate representation of color #E5285A: hue angle of 344.13º 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 #E5285A is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 90 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.10 |
| HSL | 344.13º | 0.78% | 0.53% | - |
| HSV(B) | 344.13º | 0.83% | 0.9% | - |
| XYZ | 34.92 | 18.91 | 11.48 | - |
| YUV | 102.21 | 121.12 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 90 | 0 | 0.83 | 0.61 | 0.10 | 344.13 | 0.78 | 0.53 |
| Hex | E5 | 28 | 5A | 0 | 53 | 3D | A | 158 | 4E | 35 |
| Octal | 345 | 50 | 132 | 0 | 123 | 75 | 12 | 530 | 116 | 65 |
| Binary | 11100101 | 101000 | 1011010 | 0 | 1010011 | 111101 | 1010 | 101011000 | 1001110 | 110101 |
Color Harmonies of #E5285A
Complementary color
Monochromatic Colors of #E5285A
Black with #E5285A
Text Example
Text Example
White with #E5285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5285A; }
p { color: rgb(229,40,90); }
H1.HeaderClassName
{
color: #E5285A;
}
.AnyTagClassName
{
color: #E5285A;
}
</style>
background-color css
<style>
a { background-color: #E5285A; }
a { background-color: rgb(229,40,90); }
div.DivClassName
{
background-color: #E5285A;
}
.BgClassName
{
background-color: #E5285A;
}
</style>
border-color css
<style>
span { border-color: #E5285A; }
span { border-color: rgb(229,40,90); }
td.TdClassName
{
border-color: #E5285A;
}
.TagClassName
{
border-color: #E5285A;
}
</style>