Shades of Amaranth #E82A57
Tints of Amaranth #E82A57
RGB
CMYK
RGB Variations
Color information
#E82A57 (or 0xE82A57) is known color: Amaranth. HEX triplet: E8, 2A and 57. RGB value is (232,42,87). Sum of RGB (Red+Green+Blue) = 232+42+87=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82A57 is #17D5A8. Grayscale: #676767. Windows color (decimal): -1562025 or 5712616. OLE color: 5712616.
HSL color Cylindrical-coordinate representation of color #E82A57: hue angle of 345.79º 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 #E82A57 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 87 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.09 |
| HSL | 345.79º | 0.81% | 0.54% | - |
| HSV(B) | 345.79º | 0.82% | 0.91% | - |
| XYZ | 35.83 | 19.5 | 10.89 | - |
| YUV | 103.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 87 | 0 | 0.82 | 0.62 | 0.09 | 345.79 | 0.81 | 0.54 |
| Hex | E8 | 2A | 57 | 0 | 52 | 3E | 9 | 15A | 51 | 36 |
| Octal | 350 | 52 | 127 | 0 | 122 | 76 | 11 | 532 | 121 | 66 |
| Binary | 11101000 | 101010 | 1010111 | 0 | 1010010 | 111110 | 1001 | 101011010 | 1010001 | 110110 |
Color Harmonies of #E82A57
Complementary color
Monochromatic Colors of #E82A57
Black with #E82A57
Text Example
Text Example
White with #E82A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A57; }
p { color: rgb(232,42,87); }
H1.HeaderClassName
{
color: #E82A57;
}
.AnyTagClassName
{
color: #E82A57;
}
</style>
background-color css
<style>
a { background-color: #E82A57; }
a { background-color: rgb(232,42,87); }
div.DivClassName
{
background-color: #E82A57;
}
.BgClassName
{
background-color: #E82A57;
}
</style>
border-color css
<style>
span { border-color: #E82A57; }
span { border-color: rgb(232,42,87); }
td.TdClassName
{
border-color: #E82A57;
}
.TagClassName
{
border-color: #E82A57;
}
</style>