Shades of Amaranth #E3294D
Tints of Amaranth #E3294D
RGB
CMYK
RGB Variations
Color information
#E3294D (or 0xE3294D) is known color: Amaranth. HEX triplet: E3, 29 and 4D. RGB value is (227,41,77). Sum of RGB (Red+Green+Blue) = 227+41+77=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E3294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3294D is #1CD6B2. Grayscale: #646464. Windows color (decimal): -1889971 or 5056995. OLE color: 5056995.
HSL color Cylindrical-coordinate representation of color #E3294D: hue angle of 348.39º degrees, saturation: 0.77, 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 #E3294D is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 77 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.11 |
| HSL | 348.39º | 0.77% | 0.53% | - |
| HSV(B) | 348.39º | 0.82% | 0.89% | - |
| XYZ | 33.81 | 18.45 | 8.8 | - |
| YUV | 100.72 | 114.62 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 77 | 0 | 0.82 | 0.66 | 0.11 | 348.39 | 0.77 | 0.53 |
| Hex | E3 | 29 | 4D | 0 | 52 | 42 | B | 15C | 4D | 35 |
| Octal | 343 | 51 | 115 | 0 | 122 | 102 | 13 | 534 | 115 | 65 |
| Binary | 11100011 | 101001 | 1001101 | 0 | 1010010 | 1000010 | 1011 | 101011100 | 1001101 | 110101 |
Color Harmonies of #E3294D
Complementary color
Monochromatic Colors of #E3294D
Black with #E3294D
Text Example
Text Example
White with #E3294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3294D; }
p { color: rgb(227,41,77); }
H1.HeaderClassName
{
color: #E3294D;
}
.AnyTagClassName
{
color: #E3294D;
}
</style>
background-color css
<style>
a { background-color: #E3294D; }
a { background-color: rgb(227,41,77); }
div.DivClassName
{
background-color: #E3294D;
}
.BgClassName
{
background-color: #E3294D;
}
</style>
border-color css
<style>
span { border-color: #E3294D; }
span { border-color: rgb(227,41,77); }
td.TdClassName
{
border-color: #E3294D;
}
.TagClassName
{
border-color: #E3294D;
}
</style>