Shades of Amaranth #E32557
Tints of Amaranth #E32557
RGB
CMYK
RGB Variations
Color information
#E32557 (or 0xE32557) is known color: Amaranth. HEX triplet: E3, 25 and 57. RGB value is (227,37,87). Sum of RGB (Red+Green+Blue) = 227+37+87=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E32557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32557 is #1CDAA8. Grayscale: #636363. Windows color (decimal): -1890985 or 5711331. OLE color: 5711331.
HSL color Cylindrical-coordinate representation of color #E32557: hue angle of 344.21º 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 #E32557 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 87 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.11 |
| HSL | 344.21º | 0.77% | 0.52% | - |
| HSV(B) | 344.21º | 0.84% | 0.89% | - |
| XYZ | 34.06 | 18.34 | 10.76 | - |
| YUV | 99.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 87 | 0 | 0.84 | 0.62 | 0.11 | 344.21 | 0.77 | 0.52 |
| Hex | E3 | 25 | 57 | 0 | 54 | 3E | B | 158 | 4D | 34 |
| Octal | 343 | 45 | 127 | 0 | 124 | 76 | 13 | 530 | 115 | 64 |
| Binary | 11100011 | 100101 | 1010111 | 0 | 1010100 | 111110 | 1011 | 101011000 | 1001101 | 110100 |
Color Harmonies of #E32557
Complementary color
Monochromatic Colors of #E32557
Black with #E32557
Text Example
Text Example
White with #E32557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32557; }
p { color: rgb(227,37,87); }
H1.HeaderClassName
{
color: #E32557;
}
.AnyTagClassName
{
color: #E32557;
}
</style>
background-color css
<style>
a { background-color: #E32557; }
a { background-color: rgb(227,37,87); }
div.DivClassName
{
background-color: #E32557;
}
.BgClassName
{
background-color: #E32557;
}
</style>
border-color css
<style>
span { border-color: #E32557; }
span { border-color: rgb(227,37,87); }
td.TdClassName
{
border-color: #E32557;
}
.TagClassName
{
border-color: #E32557;
}
</style>