Shades of Amaranth #E53151
Tints of Amaranth #E53151
RGB
CMYK
RGB Variations
Color information
#E53151 (or 0xE53151) is known color: Amaranth. HEX triplet: E5, 31 and 51. RGB value is (229,49,81). Sum of RGB (Red+Green+Blue) = 229+49+81=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E53151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53151 is #1ACEAE. Grayscale: #6A6A6A. Windows color (decimal): -1756847 or 5321189. OLE color: 5321189.
HSL color Cylindrical-coordinate representation of color #E53151: hue angle of 349.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53151 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 81 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.10 |
| HSL | 349.33º | 0.78% | 0.55% | - |
| HSV(B) | 349.33º | 0.79% | 0.9% | - |
| XYZ | 34.9 | 19.45 | 9.7 | - |
| YUV | 106.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 81 | 0 | 0.79 | 0.65 | 0.10 | 349.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | 51 | 0 | 4F | 41 | A | 15D | 4E | 37 |
| Octal | 345 | 61 | 121 | 0 | 117 | 101 | 12 | 535 | 116 | 67 |
| Binary | 11100101 | 110001 | 1010001 | 0 | 1001111 | 1000001 | 1010 | 101011101 | 1001110 | 110111 |
Color Harmonies of #E53151
Complementary color
Monochromatic Colors of #E53151
Black with #E53151
Text Example
Text Example
White with #E53151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53151; }
p { color: rgb(229,49,81); }
H1.HeaderClassName
{
color: #E53151;
}
.AnyTagClassName
{
color: #E53151;
}
</style>
background-color css
<style>
a { background-color: #E53151; }
a { background-color: rgb(229,49,81); }
div.DivClassName
{
background-color: #E53151;
}
.BgClassName
{
background-color: #E53151;
}
</style>
border-color css
<style>
span { border-color: #E53151; }
span { border-color: rgb(229,49,81); }
td.TdClassName
{
border-color: #E53151;
}
.TagClassName
{
border-color: #E53151;
}
</style>