Shades of Amaranth #E32A46
Tints of Amaranth #E32A46
RGB
CMYK
RGB Variations
Color information
#E32A46 (or 0xE32A46) is known color: Amaranth. HEX triplet: E3, 2A and 46. RGB value is (227,42,70). Sum of RGB (Red+Green+Blue) = 227+42+70=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A46 is #1CD5B9. Grayscale: #646464. Windows color (decimal): -1889722 or 4598499. OLE color: 4598499.
HSL color Cylindrical-coordinate representation of color #E32A46: hue angle of 350.92º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32A46 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 70 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.11 |
| HSL | 350.92º | 0.77% | 0.53% | - |
| HSV(B) | 350.92º | 0.81% | 0.89% | - |
| XYZ | 33.61 | 18.43 | 7.58 | - |
| YUV | 100.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 70 | 0 | 0.81 | 0.69 | 0.11 | 350.92 | 0.77 | 0.53 |
| Hex | E3 | 2A | 46 | 0 | 51 | 45 | B | 15F | 4D | 35 |
| Octal | 343 | 52 | 106 | 0 | 121 | 105 | 13 | 537 | 115 | 65 |
| Binary | 11100011 | 101010 | 1000110 | 0 | 1010001 | 1000101 | 1011 | 101011111 | 1001101 | 110101 |
Color Harmonies of #E32A46
Complementary color
Monochromatic Colors of #E32A46
Black with #E32A46
Text Example
Text Example
White with #E32A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A46; }
p { color: rgb(227,42,70); }
H1.HeaderClassName
{
color: #E32A46;
}
.AnyTagClassName
{
color: #E32A46;
}
</style>
background-color css
<style>
a { background-color: #E32A46; }
a { background-color: rgb(227,42,70); }
div.DivClassName
{
background-color: #E32A46;
}
.BgClassName
{
background-color: #E32A46;
}
</style>
border-color css
<style>
span { border-color: #E32A46; }
span { border-color: rgb(227,42,70); }
td.TdClassName
{
border-color: #E32A46;
}
.TagClassName
{
border-color: #E32A46;
}
</style>