Shades of Amaranth #E82556
Tints of Amaranth #E82556
RGB
CMYK
RGB Variations
Color information
#E82556 (or 0xE82556) is known color: Amaranth. HEX triplet: E8, 25 and 56. RGB value is (232,37,86). Sum of RGB (Red+Green+Blue) = 232+37+86=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E82556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82556 is #17DAA9. Grayscale: #646464. Windows color (decimal): -1563306 or 5645800. OLE color: 5645800.
HSL color Cylindrical-coordinate representation of color #E82556: hue angle of 344.92º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82556 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 86 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.09 |
| HSL | 344.92º | 0.81% | 0.53% | - |
| HSV(B) | 344.92º | 0.84% | 0.91% | - |
| XYZ | 35.62 | 19.15 | 10.62 | - |
| YUV | 100.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 86 | 0 | 0.84 | 0.63 | 0.09 | 344.92 | 0.81 | 0.53 |
| Hex | E8 | 25 | 56 | 0 | 54 | 3F | 9 | 159 | 51 | 35 |
| Octal | 350 | 45 | 126 | 0 | 124 | 77 | 11 | 531 | 121 | 65 |
| Binary | 11101000 | 100101 | 1010110 | 0 | 1010100 | 111111 | 1001 | 101011001 | 1010001 | 110101 |
Color Harmonies of #E82556
Complementary color
Monochromatic Colors of #E82556
Black with #E82556
Text Example
Text Example
White with #E82556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82556; }
p { color: rgb(232,37,86); }
H1.HeaderClassName
{
color: #E82556;
}
.AnyTagClassName
{
color: #E82556;
}
</style>
background-color css
<style>
a { background-color: #E82556; }
a { background-color: rgb(232,37,86); }
div.DivClassName
{
background-color: #E82556;
}
.BgClassName
{
background-color: #E82556;
}
</style>
border-color css
<style>
span { border-color: #E82556; }
span { border-color: rgb(232,37,86); }
td.TdClassName
{
border-color: #E82556;
}
.TagClassName
{
border-color: #E82556;
}
</style>