Shades of Amaranth #E32556
Tints of Amaranth #E32556
RGB
CMYK
RGB Variations
Color information
#E32556 (or 0xE32556) is known color: Amaranth. HEX triplet: E3, 25 and 56. RGB value is (227,37,86). Sum of RGB (Red+Green+Blue) = 227+37+86=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E32556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32556 is #1CDAA9. Grayscale: #636363. Windows color (decimal): -1890986 or 5645795. OLE color: 5645795.
HSL color Cylindrical-coordinate representation of color #E32556: hue angle of 344.53º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32556 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 86 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.11 |
| HSL | 344.53º | 0.77% | 0.52% | - |
| HSV(B) | 344.53º | 0.84% | 0.89% | - |
| XYZ | 34.02 | 18.33 | 10.55 | - |
| YUV | 99.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 86 | 0 | 0.84 | 0.62 | 0.11 | 344.53 | 0.77 | 0.52 |
| Hex | E3 | 25 | 56 | 0 | 54 | 3E | B | 159 | 4D | 34 |
| Octal | 343 | 45 | 126 | 0 | 124 | 76 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100101 | 1010110 | 0 | 1010100 | 111110 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32556
Complementary color
Monochromatic Colors of #E32556
Black with #E32556
Text Example
Text Example
White with #E32556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32556; }
p { color: rgb(227,37,86); }
H1.HeaderClassName
{
color: #E32556;
}
.AnyTagClassName
{
color: #E32556;
}
</style>
background-color css
<style>
a { background-color: #E32556; }
a { background-color: rgb(227,37,86); }
div.DivClassName
{
background-color: #E32556;
}
.BgClassName
{
background-color: #E32556;
}
</style>
border-color css
<style>
span { border-color: #E32556; }
span { border-color: rgb(227,37,86); }
td.TdClassName
{
border-color: #E32556;
}
.TagClassName
{
border-color: #E32556;
}
</style>