Shades of Amaranth #E52250
Tints of Amaranth #E52250
RGB
CMYK
RGB Variations
Color information
#E52250 (or 0xE52250) is known color: Amaranth. HEX triplet: E5, 22 and 50. RGB value is (229,34,80). Sum of RGB (Red+Green+Blue) = 229+34+80=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E52250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52250 is #1ADDAF. Grayscale: #616161. Windows color (decimal): -1760688 or 5251813. OLE color: 5251813.
HSL color Cylindrical-coordinate representation of color #E52250: hue angle of 345.85º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52250 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 80 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.10 |
| HSL | 345.85º | 0.79% | 0.52% | - |
| HSV(B) | 345.85º | 0.85% | 0.9% | - |
| XYZ | 34.33 | 18.38 | 9.33 | - |
| YUV | 97.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 80 | 0 | 0.85 | 0.65 | 0.10 | 345.85 | 0.79 | 0.52 |
| Hex | E5 | 22 | 50 | 0 | 55 | 41 | A | 15A | 4F | 34 |
| Octal | 345 | 42 | 120 | 0 | 125 | 101 | 12 | 532 | 117 | 64 |
| Binary | 11100101 | 100010 | 1010000 | 0 | 1010101 | 1000001 | 1010 | 101011010 | 1001111 | 110100 |
Color Harmonies of #E52250
Complementary color
Monochromatic Colors of #E52250
Black with #E52250
Text Example
Text Example
White with #E52250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52250; }
p { color: rgb(229,34,80); }
H1.HeaderClassName
{
color: #E52250;
}
.AnyTagClassName
{
color: #E52250;
}
</style>
background-color css
<style>
a { background-color: #E52250; }
a { background-color: rgb(229,34,80); }
div.DivClassName
{
background-color: #E52250;
}
.BgClassName
{
background-color: #E52250;
}
</style>
border-color css
<style>
span { border-color: #E52250; }
span { border-color: rgb(229,34,80); }
td.TdClassName
{
border-color: #E52250;
}
.TagClassName
{
border-color: #E52250;
}
</style>