Shades of Amaranth #E5295A
Tints of Amaranth #E5295A
RGB
CMYK
RGB Variations
Color information
#E5295A (or 0xE5295A) is known color: Amaranth. HEX triplet: E5, 29 and 5A. RGB value is (229,41,90). Sum of RGB (Red+Green+Blue) = 229+41+90=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5295A is #1AD6A5. Grayscale: #666666. Windows color (decimal): -1758886 or 5908965. OLE color: 5908965.
HSL color Cylindrical-coordinate representation of color #E5295A: hue angle of 344.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5295A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 90 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.10 |
| HSL | 344.36º | 0.78% | 0.53% | - |
| HSV(B) | 344.36º | 0.82% | 0.9% | - |
| XYZ | 34.95 | 18.98 | 11.49 | - |
| YUV | 102.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 90 | 0 | 0.82 | 0.61 | 0.10 | 344.36 | 0.78 | 0.53 |
| Hex | E5 | 29 | 5A | 0 | 52 | 3D | A | 158 | 4E | 35 |
| Octal | 345 | 51 | 132 | 0 | 122 | 75 | 12 | 530 | 116 | 65 |
| Binary | 11100101 | 101001 | 1011010 | 0 | 1010010 | 111101 | 1010 | 101011000 | 1001110 | 110101 |
Color Harmonies of #E5295A
Complementary color
Monochromatic Colors of #E5295A
Black with #E5295A
Text Example
Text Example
White with #E5295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5295A; }
p { color: rgb(229,41,90); }
H1.HeaderClassName
{
color: #E5295A;
}
.AnyTagClassName
{
color: #E5295A;
}
</style>
background-color css
<style>
a { background-color: #E5295A; }
a { background-color: rgb(229,41,90); }
div.DivClassName
{
background-color: #E5295A;
}
.BgClassName
{
background-color: #E5295A;
}
</style>
border-color css
<style>
span { border-color: #E5295A; }
span { border-color: rgb(229,41,90); }
td.TdClassName
{
border-color: #E5295A;
}
.TagClassName
{
border-color: #E5295A;
}
</style>