Shades of Amaranth #E52351
Tints of Amaranth #E52351
RGB
CMYK
RGB Variations
Color information
#E52351 (or 0xE52351) is known color: Amaranth. HEX triplet: E5, 23 and 51. RGB value is (229,35,81). Sum of RGB (Red+Green+Blue) = 229+35+81=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E52351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52351 is #1ADCAE. Grayscale: #626262. Windows color (decimal): -1760431 or 5317605. OLE color: 5317605.
HSL color Cylindrical-coordinate representation of color #E52351: hue angle of 345.77º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52351 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 81 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.10 |
| HSL | 345.77º | 0.79% | 0.52% | - |
| HSV(B) | 345.77º | 0.85% | 0.9% | - |
| XYZ | 34.4 | 18.45 | 9.53 | - |
| YUV | 98.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 81 | 0 | 0.85 | 0.65 | 0.10 | 345.77 | 0.79 | 0.52 |
| Hex | E5 | 23 | 51 | 0 | 55 | 41 | A | 15A | 4F | 34 |
| Octal | 345 | 43 | 121 | 0 | 125 | 101 | 12 | 532 | 117 | 64 |
| Binary | 11100101 | 100011 | 1010001 | 0 | 1010101 | 1000001 | 1010 | 101011010 | 1001111 | 110100 |
Color Harmonies of #E52351
Complementary color
Monochromatic Colors of #E52351
Black with #E52351
Text Example
Text Example
White with #E52351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52351; }
p { color: rgb(229,35,81); }
H1.HeaderClassName
{
color: #E52351;
}
.AnyTagClassName
{
color: #E52351;
}
</style>
background-color css
<style>
a { background-color: #E52351; }
a { background-color: rgb(229,35,81); }
div.DivClassName
{
background-color: #E52351;
}
.BgClassName
{
background-color: #E52351;
}
</style>
border-color css
<style>
span { border-color: #E52351; }
span { border-color: rgb(229,35,81); }
td.TdClassName
{
border-color: #E52351;
}
.TagClassName
{
border-color: #E52351;
}
</style>