Shades of Amaranth #E5304D
Tints of Amaranth #E5304D
RGB
CMYK
RGB Variations
Color information
#E5304D (or 0xE5304D) is known color: Amaranth. HEX triplet: E5, 30 and 4D. RGB value is (229,48,77). Sum of RGB (Red+Green+Blue) = 229+48+77=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5304D is #1ACFB2. Grayscale: #696969. Windows color (decimal): -1757107 or 5058789. OLE color: 5058789.
HSL color Cylindrical-coordinate representation of color #E5304D: hue angle of 350.39º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5304D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 77 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.10 |
| HSL | 350.39º | 0.78% | 0.54% | - |
| HSV(B) | 350.39º | 0.79% | 0.9% | - |
| XYZ | 34.71 | 19.31 | 8.92 | - |
| YUV | 105.43 | 111.97 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 77 | 0 | 0.79 | 0.66 | 0.10 | 350.39 | 0.78 | 0.54 |
| Hex | E5 | 30 | 4D | 0 | 4F | 42 | A | 15E | 4E | 36 |
| Octal | 345 | 60 | 115 | 0 | 117 | 102 | 12 | 536 | 116 | 66 |
| Binary | 11100101 | 110000 | 1001101 | 0 | 1001111 | 1000010 | 1010 | 101011110 | 1001110 | 110110 |
Color Harmonies of #E5304D
Complementary color
Monochromatic Colors of #E5304D
Black with #E5304D
Text Example
Text Example
White with #E5304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5304D; }
p { color: rgb(229,48,77); }
H1.HeaderClassName
{
color: #E5304D;
}
.AnyTagClassName
{
color: #E5304D;
}
</style>
background-color css
<style>
a { background-color: #E5304D; }
a { background-color: rgb(229,48,77); }
div.DivClassName
{
background-color: #E5304D;
}
.BgClassName
{
background-color: #E5304D;
}
</style>
border-color css
<style>
span { border-color: #E5304D; }
span { border-color: rgb(229,48,77); }
td.TdClassName
{
border-color: #E5304D;
}
.TagClassName
{
border-color: #E5304D;
}
</style>