Shades of Amaranth #E32844
Tints of Amaranth #E32844
RGB
CMYK
RGB Variations
Color information
#E32844 (or 0xE32844) is known color: Amaranth. HEX triplet: E3, 28 and 44. RGB value is (227,40,68). Sum of RGB (Red+Green+Blue) = 227+40+68=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E32844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32844 is #1CD7BB. Grayscale: #636363. Windows color (decimal): -1890236 or 4466915. OLE color: 4466915.
HSL color Cylindrical-coordinate representation of color #E32844: hue angle of 351.02º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32844 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 68 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.11 |
| HSL | 351.02º | 0.77% | 0.52% | - |
| HSV(B) | 351.02º | 0.82% | 0.89% | - |
| XYZ | 33.48 | 18.27 | 7.23 | - |
| YUV | 99.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 68 | 0 | 0.82 | 0.70 | 0.11 | 351.02 | 0.77 | 0.52 |
| Hex | E3 | 28 | 44 | 0 | 52 | 46 | B | 15F | 4D | 34 |
| Octal | 343 | 50 | 104 | 0 | 122 | 106 | 13 | 537 | 115 | 64 |
| Binary | 11100011 | 101000 | 1000100 | 0 | 1010010 | 1000110 | 1011 | 101011111 | 1001101 | 110100 |
Color Harmonies of #E32844
Complementary color
Monochromatic Colors of #E32844
Black with #E32844
Text Example
Text Example
White with #E32844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32844; }
p { color: rgb(227,40,68); }
H1.HeaderClassName
{
color: #E32844;
}
.AnyTagClassName
{
color: #E32844;
}
</style>
background-color css
<style>
a { background-color: #E32844; }
a { background-color: rgb(227,40,68); }
div.DivClassName
{
background-color: #E32844;
}
.BgClassName
{
background-color: #E32844;
}
</style>
border-color css
<style>
span { border-color: #E32844; }
span { border-color: rgb(227,40,68); }
td.TdClassName
{
border-color: #E32844;
}
.TagClassName
{
border-color: #E32844;
}
</style>