Shades of Amaranth #E52A51
Tints of Amaranth #E52A51
RGB
CMYK
RGB Variations
Color information
#E52A51 (or 0xE52A51) is known color: Amaranth. HEX triplet: E5, 2A and 51. RGB value is (229,42,81). Sum of RGB (Red+Green+Blue) = 229+42+81=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A51 is #1AD5AE. Grayscale: #666666. Windows color (decimal): -1758639 or 5319397. OLE color: 5319397.
HSL color Cylindrical-coordinate representation of color #E52A51: hue angle of 347.49º 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 #E52A51 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 81 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.10 |
| HSL | 347.49º | 0.78% | 0.53% | - |
| HSV(B) | 347.49º | 0.82% | 0.9% | - |
| XYZ | 34.63 | 18.91 | 9.61 | - |
| YUV | 102.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 81 | 0 | 0.82 | 0.65 | 0.10 | 347.49 | 0.78 | 0.53 |
| Hex | E5 | 2A | 51 | 0 | 52 | 41 | A | 15B | 4E | 35 |
| Octal | 345 | 52 | 121 | 0 | 122 | 101 | 12 | 533 | 116 | 65 |
| Binary | 11100101 | 101010 | 1010001 | 0 | 1010010 | 1000001 | 1010 | 101011011 | 1001110 | 110101 |
Color Harmonies of #E52A51
Complementary color
Monochromatic Colors of #E52A51
Black with #E52A51
Text Example
Text Example
White with #E52A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A51; }
p { color: rgb(229,42,81); }
H1.HeaderClassName
{
color: #E52A51;
}
.AnyTagClassName
{
color: #E52A51;
}
</style>
background-color css
<style>
a { background-color: #E52A51; }
a { background-color: rgb(229,42,81); }
div.DivClassName
{
background-color: #E52A51;
}
.BgClassName
{
background-color: #E52A51;
}
</style>
border-color css
<style>
span { border-color: #E52A51; }
span { border-color: rgb(229,42,81); }
td.TdClassName
{
border-color: #E52A51;
}
.TagClassName
{
border-color: #E52A51;
}
</style>