Shades of Amaranth #E52A45
Tints of Amaranth #E52A45
RGB
CMYK
RGB Variations
Color information
#E52A45 (or 0xE52A45) is known color: Amaranth. HEX triplet: E5, 2A and 45. RGB value is (229,42,69). Sum of RGB (Red+Green+Blue) = 229+42+69=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A45 is #1AD5BA. Grayscale: #656565. Windows color (decimal): -1758651 or 4532965. OLE color: 4532965.
HSL color Cylindrical-coordinate representation of color #E52A45: hue angle of 351.34º 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 #E52A45 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 69 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.10 |
| HSL | 351.34º | 0.78% | 0.53% | - |
| HSV(B) | 351.34º | 0.82% | 0.9% | - |
| XYZ | 34.22 | 18.74 | 7.44 | - |
| YUV | 100.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 69 | 0 | 0.82 | 0.70 | 0.10 | 351.34 | 0.78 | 0.53 |
| Hex | E5 | 2A | 45 | 0 | 52 | 46 | A | 15F | 4E | 35 |
| Octal | 345 | 52 | 105 | 0 | 122 | 106 | 12 | 537 | 116 | 65 |
| Binary | 11100101 | 101010 | 1000101 | 0 | 1010010 | 1000110 | 1010 | 101011111 | 1001110 | 110101 |
Color Harmonies of #E52A45
Complementary color
Monochromatic Colors of #E52A45
Black with #E52A45
Text Example
Text Example
White with #E52A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A45; }
p { color: rgb(229,42,69); }
H1.HeaderClassName
{
color: #E52A45;
}
.AnyTagClassName
{
color: #E52A45;
}
</style>
background-color css
<style>
a { background-color: #E52A45; }
a { background-color: rgb(229,42,69); }
div.DivClassName
{
background-color: #E52A45;
}
.BgClassName
{
background-color: #E52A45;
}
</style>
border-color css
<style>
span { border-color: #E52A45; }
span { border-color: rgb(229,42,69); }
td.TdClassName
{
border-color: #E52A45;
}
.TagClassName
{
border-color: #E52A45;
}
</style>