Shades of Amaranth #E32349
Tints of Amaranth #E32349
RGB
CMYK
RGB Variations
Color information
#E32349 (or 0xE32349) is known color: Amaranth. HEX triplet: E3, 23 and 49. RGB value is (227,35,73). Sum of RGB (Red+Green+Blue) = 227+35+73=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E32349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32349 is #1CDCB6. Grayscale: #606060. Windows color (decimal): -1891511 or 4793315. OLE color: 4793315.
HSL color Cylindrical-coordinate representation of color #E32349: hue angle of 348.12º degrees, saturation: 0.77, 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 #E32349 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 73 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.11 |
| HSL | 348.13º | 0.77% | 0.51% | - |
| HSV(B) | 348.13º | 0.85% | 0.89% | - |
| XYZ | 33.48 | 18.01 | 8.02 | - |
| YUV | 96.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 73 | 0 | 0.85 | 0.68 | 0.11 | 348.13 | 0.77 | 0.51 |
| Hex | E3 | 23 | 49 | 0 | 55 | 44 | B | 15C | 4D | 33 |
| Octal | 343 | 43 | 111 | 0 | 125 | 104 | 13 | 534 | 115 | 63 |
| Binary | 11100011 | 100011 | 1001001 | 0 | 1010101 | 1000100 | 1011 | 101011100 | 1001101 | 110011 |
Color Harmonies of #E32349
Complementary color
Monochromatic Colors of #E32349
Black with #E32349
Text Example
Text Example
White with #E32349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32349; }
p { color: rgb(227,35,73); }
H1.HeaderClassName
{
color: #E32349;
}
.AnyTagClassName
{
color: #E32349;
}
</style>
background-color css
<style>
a { background-color: #E32349; }
a { background-color: rgb(227,35,73); }
div.DivClassName
{
background-color: #E32349;
}
.BgClassName
{
background-color: #E32349;
}
</style>
border-color css
<style>
span { border-color: #E32349; }
span { border-color: rgb(227,35,73); }
td.TdClassName
{
border-color: #E32349;
}
.TagClassName
{
border-color: #E32349;
}
</style>