Shades of Amaranth #E52C50
Tints of Amaranth #E52C50
RGB
CMYK
RGB Variations
Color information
#E52C50 (or 0xE52C50) is known color: Amaranth. HEX triplet: E5, 2C and 50. RGB value is (229,44,80). Sum of RGB (Red+Green+Blue) = 229+44+80=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C50 is #1AD3AF. Grayscale: #676767. Windows color (decimal): -1758128 or 5254373. OLE color: 5254373.
HSL color Cylindrical-coordinate representation of color #E52C50: hue angle of 348.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C50 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 80 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.10 |
| HSL | 348.32º | 0.78% | 0.54% | - |
| HSV(B) | 348.32º | 0.81% | 0.9% | - |
| XYZ | 34.66 | 19.04 | 9.44 | - |
| YUV | 103.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 80 | 0 | 0.81 | 0.65 | 0.10 | 348.32 | 0.78 | 0.54 |
| Hex | E5 | 2C | 50 | 0 | 51 | 41 | A | 15C | 4E | 36 |
| Octal | 345 | 54 | 120 | 0 | 121 | 101 | 12 | 534 | 116 | 66 |
| Binary | 11100101 | 101100 | 1010000 | 0 | 1010001 | 1000001 | 1010 | 101011100 | 1001110 | 110110 |
Color Harmonies of #E52C50
Complementary color
Monochromatic Colors of #E52C50
Black with #E52C50
Text Example
Text Example
White with #E52C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C50; }
p { color: rgb(229,44,80); }
H1.HeaderClassName
{
color: #E52C50;
}
.AnyTagClassName
{
color: #E52C50;
}
</style>
background-color css
<style>
a { background-color: #E52C50; }
a { background-color: rgb(229,44,80); }
div.DivClassName
{
background-color: #E52C50;
}
.BgClassName
{
background-color: #E52C50;
}
</style>
border-color css
<style>
span { border-color: #E52C50; }
span { border-color: rgb(229,44,80); }
td.TdClassName
{
border-color: #E52C50;
}
.TagClassName
{
border-color: #E52C50;
}
</style>