Shades of Amaranth #E52D4A
Tints of Amaranth #E52D4A
RGB
CMYK
RGB Variations
Color information
#E52D4A (or 0xE52D4A) is known color: Amaranth. HEX triplet: E5, 2D and 4A. RGB value is (229,45,74). Sum of RGB (Red+Green+Blue) = 229+45+74=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D4A is #1AD2B5. Grayscale: #676767. Windows color (decimal): -1757878 or 4861413. OLE color: 4861413.
HSL color Cylindrical-coordinate representation of color #E52D4A: hue angle of 350.54º 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 #E52D4A is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 74 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.10 |
| HSL | 350.54º | 0.78% | 0.54% | - |
| HSV(B) | 350.54º | 0.8% | 0.9% | - |
| XYZ | 34.49 | 19.03 | 8.33 | - |
| YUV | 103.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 74 | 0 | 0.80 | 0.68 | 0.10 | 350.54 | 0.78 | 0.54 |
| Hex | E5 | 2D | 4A | 0 | 50 | 44 | A | 15F | 4E | 36 |
| Octal | 345 | 55 | 112 | 0 | 120 | 104 | 12 | 537 | 116 | 66 |
| Binary | 11100101 | 101101 | 1001010 | 0 | 1010000 | 1000100 | 1010 | 101011111 | 1001110 | 110110 |
Color Harmonies of #E52D4A
Complementary color
Monochromatic Colors of #E52D4A
Black with #E52D4A
Text Example
Text Example
White with #E52D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D4A; }
p { color: rgb(229,45,74); }
H1.HeaderClassName
{
color: #E52D4A;
}
.AnyTagClassName
{
color: #E52D4A;
}
</style>
background-color css
<style>
a { background-color: #E52D4A; }
a { background-color: rgb(229,45,74); }
div.DivClassName
{
background-color: #E52D4A;
}
.BgClassName
{
background-color: #E52D4A;
}
</style>
border-color css
<style>
span { border-color: #E52D4A; }
span { border-color: rgb(229,45,74); }
td.TdClassName
{
border-color: #E52D4A;
}
.TagClassName
{
border-color: #E52D4A;
}
</style>