Shades of Amaranth #E5254D
Tints of Amaranth #E5254D
RGB
CMYK
RGB Variations
Color information
#E5254D (or 0xE5254D) is known color: Amaranth. HEX triplet: E5, 25 and 4D. RGB value is (229,37,77). Sum of RGB (Red+Green+Blue) = 229+37+77=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5254D is #1ADAB2. Grayscale: #636363. Windows color (decimal): -1759923 or 5055973. OLE color: 5055973.
HSL color Cylindrical-coordinate representation of color #E5254D: hue angle of 347.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5254D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.10 |
| HSL | 347.5º | 0.79% | 0.52% | - |
| HSV(B) | 347.5º | 0.84% | 0.9% | - |
| XYZ | 34.31 | 18.52 | 8.79 | - |
| YUV | 98.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 77 | 0 | 0.84 | 0.66 | 0.10 | 347.5 | 0.79 | 0.52 |
| Hex | E5 | 25 | 4D | 0 | 54 | 42 | A | 15C | 4F | 34 |
| Octal | 345 | 45 | 115 | 0 | 124 | 102 | 12 | 534 | 117 | 64 |
| Binary | 11100101 | 100101 | 1001101 | 0 | 1010100 | 1000010 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E5254D
Complementary color
Monochromatic Colors of #E5254D
Black with #E5254D
Text Example
Text Example
White with #E5254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5254D; }
p { color: rgb(229,37,77); }
H1.HeaderClassName
{
color: #E5254D;
}
.AnyTagClassName
{
color: #E5254D;
}
</style>
background-color css
<style>
a { background-color: #E5254D; }
a { background-color: rgb(229,37,77); }
div.DivClassName
{
background-color: #E5254D;
}
.BgClassName
{
background-color: #E5254D;
}
</style>
border-color css
<style>
span { border-color: #E5254D; }
span { border-color: rgb(229,37,77); }
td.TdClassName
{
border-color: #E5254D;
}
.TagClassName
{
border-color: #E5254D;
}
</style>