Shades of Amaranth #E52755
Tints of Amaranth #E52755
RGB
CMYK
RGB Variations
Color information
#E52755 (or 0xE52755) is known color: Amaranth. HEX triplet: E5, 27 and 55. RGB value is (229,39,85). Sum of RGB (Red+Green+Blue) = 229+39+85=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E52755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52755 is #1AD8AA. Grayscale: #656565. Windows color (decimal): -1759403 or 5580773. OLE color: 5580773.
HSL color Cylindrical-coordinate representation of color #E52755: hue angle of 345.47º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52755 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 85 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.10 |
| HSL | 345.47º | 0.79% | 0.53% | - |
| HSV(B) | 345.47º | 0.83% | 0.9% | - |
| XYZ | 34.68 | 18.76 | 10.39 | - |
| YUV | 101.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 85 | 0 | 0.83 | 0.63 | 0.10 | 345.47 | 0.79 | 0.53 |
| Hex | E5 | 27 | 55 | 0 | 53 | 3F | A | 159 | 4F | 35 |
| Octal | 345 | 47 | 125 | 0 | 123 | 77 | 12 | 531 | 117 | 65 |
| Binary | 11100101 | 100111 | 1010101 | 0 | 1010011 | 111111 | 1010 | 101011001 | 1001111 | 110101 |
Color Harmonies of #E52755
Complementary color
Monochromatic Colors of #E52755
Black with #E52755
Text Example
Text Example
White with #E52755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52755; }
p { color: rgb(229,39,85); }
H1.HeaderClassName
{
color: #E52755;
}
.AnyTagClassName
{
color: #E52755;
}
</style>
background-color css
<style>
a { background-color: #E52755; }
a { background-color: rgb(229,39,85); }
div.DivClassName
{
background-color: #E52755;
}
.BgClassName
{
background-color: #E52755;
}
</style>
border-color css
<style>
span { border-color: #E52755; }
span { border-color: rgb(229,39,85); }
td.TdClassName
{
border-color: #E52755;
}
.TagClassName
{
border-color: #E52755;
}
</style>