Shades of Amaranth #E32146
Tints of Amaranth #E32146
RGB
CMYK
RGB Variations
Color information
#E32146 (or 0xE32146) is known color: Amaranth. HEX triplet: E3, 21 and 46. RGB value is (227,33,70). Sum of RGB (Red+Green+Blue) = 227+33+70=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E32146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32146 is #1CDEB9. Grayscale: #5F5F5F. Windows color (decimal): -1892026 or 4596195. OLE color: 4596195.
HSL color Cylindrical-coordinate representation of color #E32146: hue angle of 348.56º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32146 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 70 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.11 |
| HSL | 348.56º | 0.78% | 0.51% | - |
| HSV(B) | 348.56º | 0.85% | 0.89% | - |
| XYZ | 33.33 | 17.86 | 7.49 | - |
| YUV | 95.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 70 | 0 | 0.85 | 0.69 | 0.11 | 348.56 | 0.78 | 0.51 |
| Hex | E3 | 21 | 46 | 0 | 55 | 45 | B | 15D | 4E | 33 |
| Octal | 343 | 41 | 106 | 0 | 125 | 105 | 13 | 535 | 116 | 63 |
| Binary | 11100011 | 100001 | 1000110 | 0 | 1010101 | 1000101 | 1011 | 101011101 | 1001110 | 110011 |
Color Harmonies of #E32146
Complementary color
Monochromatic Colors of #E32146
Black with #E32146
Text Example
Text Example
White with #E32146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32146; }
p { color: rgb(227,33,70); }
H1.HeaderClassName
{
color: #E32146;
}
.AnyTagClassName
{
color: #E32146;
}
</style>
background-color css
<style>
a { background-color: #E32146; }
a { background-color: rgb(227,33,70); }
div.DivClassName
{
background-color: #E32146;
}
.BgClassName
{
background-color: #E32146;
}
</style>
border-color css
<style>
span { border-color: #E32146; }
span { border-color: rgb(227,33,70); }
td.TdClassName
{
border-color: #E32146;
}
.TagClassName
{
border-color: #E32146;
}
</style>