Shades of Amaranth #E32957
Tints of Amaranth #E32957
RGB
CMYK
RGB Variations
Color information
#E32957 (or 0xE32957) is known color: Amaranth. HEX triplet: E3, 29 and 57. RGB value is (227,41,87). Sum of RGB (Red+Green+Blue) = 227+41+87=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E32957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32957 is #1CD6A8. Grayscale: #656565. Windows color (decimal): -1889961 or 5712355. OLE color: 5712355.
HSL color Cylindrical-coordinate representation of color #E32957: hue angle of 345.16º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32957 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 87 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.11 |
| HSL | 345.16º | 0.77% | 0.53% | - |
| HSV(B) | 345.16º | 0.82% | 0.89% | - |
| XYZ | 34.19 | 18.6 | 10.81 | - |
| YUV | 101.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 87 | 0 | 0.82 | 0.62 | 0.11 | 345.16 | 0.77 | 0.53 |
| Hex | E3 | 29 | 57 | 0 | 52 | 3E | B | 159 | 4D | 35 |
| Octal | 343 | 51 | 127 | 0 | 122 | 76 | 13 | 531 | 115 | 65 |
| Binary | 11100011 | 101001 | 1010111 | 0 | 1010010 | 111110 | 1011 | 101011001 | 1001101 | 110101 |
Color Harmonies of #E32957
Complementary color
Monochromatic Colors of #E32957
Black with #E32957
Text Example
Text Example
White with #E32957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32957; }
p { color: rgb(227,41,87); }
H1.HeaderClassName
{
color: #E32957;
}
.AnyTagClassName
{
color: #E32957;
}
</style>
background-color css
<style>
a { background-color: #E32957; }
a { background-color: rgb(227,41,87); }
div.DivClassName
{
background-color: #E32957;
}
.BgClassName
{
background-color: #E32957;
}
</style>
border-color css
<style>
span { border-color: #E32957; }
span { border-color: rgb(227,41,87); }
td.TdClassName
{
border-color: #E32957;
}
.TagClassName
{
border-color: #E32957;
}
</style>