Shades of Amaranth #E4294A
Tints of Amaranth #E4294A
RGB
CMYK
RGB Variations
Color information
#E4294A (or 0xE4294A) is known color: Amaranth. HEX triplet: E4, 29 and 4A. RGB value is (228,41,74). Sum of RGB (Red+Green+Blue) = 228+41+74=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4294A is #1BD6B5. Grayscale: #646464. Windows color (decimal): -1824438 or 4860388. OLE color: 4860388.
HSL color Cylindrical-coordinate representation of color #E4294A: hue angle of 349.41º 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 #E4294A is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 74 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.11 |
| HSL | 349.41º | 0.78% | 0.53% | - |
| HSV(B) | 349.41º | 0.82% | 0.89% | - |
| XYZ | 34.02 | 18.57 | 8.27 | - |
| YUV | 100.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 74 | 0 | 0.82 | 0.68 | 0.11 | 349.41 | 0.78 | 0.53 |
| Hex | E4 | 29 | 4A | 0 | 52 | 44 | B | 15D | 4E | 35 |
| Octal | 344 | 51 | 112 | 0 | 122 | 104 | 13 | 535 | 116 | 65 |
| Binary | 11100100 | 101001 | 1001010 | 0 | 1010010 | 1000100 | 1011 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E4294A
Complementary color
Monochromatic Colors of #E4294A
Black with #E4294A
Text Example
Text Example
White with #E4294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4294A; }
p { color: rgb(228,41,74); }
H1.HeaderClassName
{
color: #E4294A;
}
.AnyTagClassName
{
color: #E4294A;
}
</style>
background-color css
<style>
a { background-color: #E4294A; }
a { background-color: rgb(228,41,74); }
div.DivClassName
{
background-color: #E4294A;
}
.BgClassName
{
background-color: #E4294A;
}
</style>
border-color css
<style>
span { border-color: #E4294A; }
span { border-color: rgb(228,41,74); }
td.TdClassName
{
border-color: #E4294A;
}
.TagClassName
{
border-color: #E4294A;
}
</style>