Shades of Amaranth #E53451
Tints of Amaranth #E53451
RGB
CMYK
RGB Variations
Color information
#E53451 (or 0xE53451) is known color: Amaranth. HEX triplet: E5, 34 and 51. RGB value is (229,52,81). Sum of RGB (Red+Green+Blue) = 229+52+81=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E53451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53451 is #1ACBAE. Grayscale: #6C6C6C. Windows color (decimal): -1756079 or 5321957. OLE color: 5321957.
HSL color Cylindrical-coordinate representation of color #E53451: hue angle of 350.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53451 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 81 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.10 |
| HSL | 350.17º | 0.77% | 0.55% | - |
| HSV(B) | 350.17º | 0.77% | 0.9% | - |
| XYZ | 35.03 | 19.71 | 9.74 | - |
| YUV | 108.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 81 | 0 | 0.77 | 0.65 | 0.10 | 350.17 | 0.77 | 0.55 |
| Hex | E5 | 34 | 51 | 0 | 4D | 41 | A | 15E | 4D | 37 |
| Octal | 345 | 64 | 121 | 0 | 115 | 101 | 12 | 536 | 115 | 67 |
| Binary | 11100101 | 110100 | 1010001 | 0 | 1001101 | 1000001 | 1010 | 101011110 | 1001101 | 110111 |
Color Harmonies of #E53451
Complementary color
Monochromatic Colors of #E53451
Black with #E53451
Text Example
Text Example
White with #E53451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53451; }
p { color: rgb(229,52,81); }
H1.HeaderClassName
{
color: #E53451;
}
.AnyTagClassName
{
color: #E53451;
}
</style>
background-color css
<style>
a { background-color: #E53451; }
a { background-color: rgb(229,52,81); }
div.DivClassName
{
background-color: #E53451;
}
.BgClassName
{
background-color: #E53451;
}
</style>
border-color css
<style>
span { border-color: #E53451; }
span { border-color: rgb(229,52,81); }
td.TdClassName
{
border-color: #E53451;
}
.TagClassName
{
border-color: #E53451;
}
</style>