Shades of Amaranth #E32057
Tints of Amaranth #E32057
RGB
CMYK
RGB Variations
Color information
#E32057 (or 0xE32057) is known color: Amaranth. HEX triplet: E3, 20 and 57. RGB value is (227,32,87). Sum of RGB (Red+Green+Blue) = 227+32+87=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E32057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32057 is #1CDFA8. Grayscale: #606060. Windows color (decimal): -1892265 or 5710051. OLE color: 5710051.
HSL color Cylindrical-coordinate representation of color #E32057: hue angle of 343.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32057 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 87 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.11 |
| HSL | 343.08º | 0.78% | 0.51% | - |
| HSV(B) | 343.08º | 0.86% | 0.89% | - |
| XYZ | 33.92 | 18.05 | 10.71 | - |
| YUV | 96.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 87 | 0 | 0.86 | 0.62 | 0.11 | 343.08 | 0.78 | 0.51 |
| Hex | E3 | 20 | 57 | 0 | 56 | 3E | B | 157 | 4E | 33 |
| Octal | 343 | 40 | 127 | 0 | 126 | 76 | 13 | 527 | 116 | 63 |
| Binary | 11100011 | 100000 | 1010111 | 0 | 1010110 | 111110 | 1011 | 101010111 | 1001110 | 110011 |
Color Harmonies of #E32057
Complementary color
Monochromatic Colors of #E32057
Black with #E32057
Text Example
Text Example
White with #E32057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32057; }
p { color: rgb(227,32,87); }
H1.HeaderClassName
{
color: #E32057;
}
.AnyTagClassName
{
color: #E32057;
}
</style>
background-color css
<style>
a { background-color: #E32057; }
a { background-color: rgb(227,32,87); }
div.DivClassName
{
background-color: #E32057;
}
.BgClassName
{
background-color: #E32057;
}
</style>
border-color css
<style>
span { border-color: #E32057; }
span { border-color: rgb(227,32,87); }
td.TdClassName
{
border-color: #E32057;
}
.TagClassName
{
border-color: #E32057;
}
</style>