Shades of Amaranth #E4294D
Tints of Amaranth #E4294D
RGB
CMYK
RGB Variations
Color information
#E4294D (or 0xE4294D) is known color: Amaranth. HEX triplet: E4, 29 and 4D. RGB value is (228,41,77). Sum of RGB (Red+Green+Blue) = 228+41+77=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E4294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4294D is #1BD6B2. Grayscale: #656565. Windows color (decimal): -1824435 or 5056996. OLE color: 5056996.
HSL color Cylindrical-coordinate representation of color #E4294D: hue angle of 348.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4294D is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 77 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.11 |
| HSL | 348.45º | 0.78% | 0.53% | - |
| HSV(B) | 348.45º | 0.82% | 0.89% | - |
| XYZ | 34.13 | 18.62 | 8.82 | - |
| YUV | 101.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 77 | 0 | 0.82 | 0.66 | 0.11 | 348.45 | 0.78 | 0.53 |
| Hex | E4 | 29 | 4D | 0 | 52 | 42 | B | 15C | 4E | 35 |
| Octal | 344 | 51 | 115 | 0 | 122 | 102 | 13 | 534 | 116 | 65 |
| Binary | 11100100 | 101001 | 1001101 | 0 | 1010010 | 1000010 | 1011 | 101011100 | 1001110 | 110101 |
Color Harmonies of #E4294D
Complementary color
Monochromatic Colors of #E4294D
Black with #E4294D
Text Example
Text Example
White with #E4294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4294D; }
p { color: rgb(228,41,77); }
H1.HeaderClassName
{
color: #E4294D;
}
.AnyTagClassName
{
color: #E4294D;
}
</style>
background-color css
<style>
a { background-color: #E4294D; }
a { background-color: rgb(228,41,77); }
div.DivClassName
{
background-color: #E4294D;
}
.BgClassName
{
background-color: #E4294D;
}
</style>
border-color css
<style>
span { border-color: #E4294D; }
span { border-color: rgb(228,41,77); }
td.TdClassName
{
border-color: #E4294D;
}
.TagClassName
{
border-color: #E4294D;
}
</style>