Shades of Amaranth #E52B55
Tints of Amaranth #E52B55
RGB
CMYK
RGB Variations
Color information
#E52B55 (or 0xE52B55) is known color: Amaranth. HEX triplet: E5, 2B and 55. RGB value is (229,43,85). Sum of RGB (Red+Green+Blue) = 229+43+85=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B55 is #1AD4AA. Grayscale: #676767. Windows color (decimal): -1758379 or 5581797. OLE color: 5581797.
HSL color Cylindrical-coordinate representation of color #E52B55: hue angle of 346.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B55 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 85 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.10 |
| HSL | 346.45º | 0.78% | 0.53% | - |
| HSV(B) | 346.45º | 0.81% | 0.9% | - |
| XYZ | 34.82 | 19.04 | 10.43 | - |
| YUV | 103.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 85 | 0 | 0.81 | 0.63 | 0.10 | 346.45 | 0.78 | 0.53 |
| Hex | E5 | 2B | 55 | 0 | 51 | 3F | A | 15A | 4E | 35 |
| Octal | 345 | 53 | 125 | 0 | 121 | 77 | 12 | 532 | 116 | 65 |
| Binary | 11100101 | 101011 | 1010101 | 0 | 1010001 | 111111 | 1010 | 101011010 | 1001110 | 110101 |
Color Harmonies of #E52B55
Complementary color
Monochromatic Colors of #E52B55
Black with #E52B55
Text Example
Text Example
White with #E52B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B55; }
p { color: rgb(229,43,85); }
H1.HeaderClassName
{
color: #E52B55;
}
.AnyTagClassName
{
color: #E52B55;
}
</style>
background-color css
<style>
a { background-color: #E52B55; }
a { background-color: rgb(229,43,85); }
div.DivClassName
{
background-color: #E52B55;
}
.BgClassName
{
background-color: #E52B55;
}
</style>
border-color css
<style>
span { border-color: #E52B55; }
span { border-color: rgb(229,43,85); }
td.TdClassName
{
border-color: #E52B55;
}
.TagClassName
{
border-color: #E52B55;
}
</style>