Shades of Amaranth #E82957
Tints of Amaranth #E82957
RGB
CMYK
RGB Variations
Color information
#E82957 (or 0xE82957) is known color: Amaranth. HEX triplet: E8, 29 and 57. RGB value is (232,41,87). Sum of RGB (Red+Green+Blue) = 232+41+87=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E82957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82957 is #17D6A8. Grayscale: #676767. Windows color (decimal): -1562281 or 5712360. OLE color: 5712360.
HSL color Cylindrical-coordinate representation of color #E82957: hue angle of 345.55º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82957 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 87 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.09 |
| HSL | 345.55º | 0.81% | 0.54% | - |
| HSV(B) | 345.55º | 0.82% | 0.91% | - |
| XYZ | 35.79 | 19.43 | 10.88 | - |
| YUV | 103.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 87 | 0 | 0.82 | 0.62 | 0.09 | 345.55 | 0.81 | 0.54 |
| Hex | E8 | 29 | 57 | 0 | 52 | 3E | 9 | 15A | 51 | 36 |
| Octal | 350 | 51 | 127 | 0 | 122 | 76 | 11 | 532 | 121 | 66 |
| Binary | 11101000 | 101001 | 1010111 | 0 | 1010010 | 111110 | 1001 | 101011010 | 1010001 | 110110 |
Color Harmonies of #E82957
Complementary color
Monochromatic Colors of #E82957
Black with #E82957
Text Example
Text Example
White with #E82957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82957; }
p { color: rgb(232,41,87); }
H1.HeaderClassName
{
color: #E82957;
}
.AnyTagClassName
{
color: #E82957;
}
</style>
background-color css
<style>
a { background-color: #E82957; }
a { background-color: rgb(232,41,87); }
div.DivClassName
{
background-color: #E82957;
}
.BgClassName
{
background-color: #E82957;
}
</style>
border-color css
<style>
span { border-color: #E82957; }
span { border-color: rgb(232,41,87); }
td.TdClassName
{
border-color: #E82957;
}
.TagClassName
{
border-color: #E82957;
}
</style>