Shades of Amaranth #E5294F
Tints of Amaranth #E5294F
RGB
CMYK
RGB Variations
Color information
#E5294F (or 0xE5294F) is known color: Amaranth. HEX triplet: E5, 29 and 4F. RGB value is (229,41,79). Sum of RGB (Red+Green+Blue) = 229+41+79=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E5294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5294F is #1AD6B0. Grayscale: #656565. Windows color (decimal): -1758897 or 5188069. OLE color: 5188069.
HSL color Cylindrical-coordinate representation of color #E5294F: hue angle of 347.87º 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 #E5294F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 79 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.10 |
| HSL | 347.87º | 0.78% | 0.53% | - |
| HSV(B) | 347.87º | 0.82% | 0.9% | - |
| XYZ | 34.52 | 18.81 | 9.21 | - |
| YUV | 101.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 79 | 0 | 0.82 | 0.66 | 0.10 | 347.87 | 0.78 | 0.53 |
| Hex | E5 | 29 | 4F | 0 | 52 | 42 | A | 15C | 4E | 35 |
| Octal | 345 | 51 | 117 | 0 | 122 | 102 | 12 | 534 | 116 | 65 |
| Binary | 11100101 | 101001 | 1001111 | 0 | 1010010 | 1000010 | 1010 | 101011100 | 1001110 | 110101 |
Color Harmonies of #E5294F
Complementary color
Monochromatic Colors of #E5294F
Black with #E5294F
Text Example
Text Example
White with #E5294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5294F; }
p { color: rgb(229,41,79); }
H1.HeaderClassName
{
color: #E5294F;
}
.AnyTagClassName
{
color: #E5294F;
}
</style>
background-color css
<style>
a { background-color: #E5294F; }
a { background-color: rgb(229,41,79); }
div.DivClassName
{
background-color: #E5294F;
}
.BgClassName
{
background-color: #E5294F;
}
</style>
border-color css
<style>
span { border-color: #E5294F; }
span { border-color: rgb(229,41,79); }
td.TdClassName
{
border-color: #E5294F;
}
.TagClassName
{
border-color: #E5294F;
}
</style>