Shades of Amaranth #E52D4E
Tints of Amaranth #E52D4E
RGB
CMYK
RGB Variations
Color information
#E52D4E (or 0xE52D4E) is known color: Amaranth. HEX triplet: E5, 2D and 4E. RGB value is (229,45,78). Sum of RGB (Red+Green+Blue) = 229+45+78=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D4E is #1AD2B1. Grayscale: #676767. Windows color (decimal): -1757874 or 5123557. OLE color: 5123557.
HSL color Cylindrical-coordinate representation of color #E52D4E: hue angle of 349.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D4E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 78 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.10 |
| HSL | 349.24º | 0.78% | 0.54% | - |
| HSV(B) | 349.24º | 0.8% | 0.9% | - |
| XYZ | 34.63 | 19.08 | 9.07 | - |
| YUV | 103.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 78 | 0 | 0.80 | 0.66 | 0.10 | 349.24 | 0.78 | 0.54 |
| Hex | E5 | 2D | 4E | 0 | 50 | 42 | A | 15D | 4E | 36 |
| Octal | 345 | 55 | 116 | 0 | 120 | 102 | 12 | 535 | 116 | 66 |
| Binary | 11100101 | 101101 | 1001110 | 0 | 1010000 | 1000010 | 1010 | 101011101 | 1001110 | 110110 |
Color Harmonies of #E52D4E
Complementary color
Monochromatic Colors of #E52D4E
Black with #E52D4E
Text Example
Text Example
White with #E52D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D4E; }
p { color: rgb(229,45,78); }
H1.HeaderClassName
{
color: #E52D4E;
}
.AnyTagClassName
{
color: #E52D4E;
}
</style>
background-color css
<style>
a { background-color: #E52D4E; }
a { background-color: rgb(229,45,78); }
div.DivClassName
{
background-color: #E52D4E;
}
.BgClassName
{
background-color: #E52D4E;
}
</style>
border-color css
<style>
span { border-color: #E52D4E; }
span { border-color: rgb(229,45,78); }
td.TdClassName
{
border-color: #E52D4E;
}
.TagClassName
{
border-color: #E52D4E;
}
</style>