Shades of Amaranth #E82359
Tints of Amaranth #E82359
RGB
CMYK
RGB Variations
Color information
#E82359 (or 0xE82359) is known color: Amaranth. HEX triplet: E8, 23 and 59. RGB value is (232,35,89). Sum of RGB (Red+Green+Blue) = 232+35+89=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E82359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82359 is #17DCA6. Grayscale: #646464. Windows color (decimal): -1563815 or 5841896. OLE color: 5841896.
HSL color Cylindrical-coordinate representation of color #E82359: hue angle of 343.55º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E82359 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 89 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.09 |
| HSL | 343.55º | 0.81% | 0.52% | - |
| HSV(B) | 343.55º | 0.85% | 0.91% | - |
| XYZ | 35.68 | 19.08 | 11.25 | - |
| YUV | 100.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 89 | 0 | 0.85 | 0.62 | 0.09 | 343.55 | 0.81 | 0.52 |
| Hex | E8 | 23 | 59 | 0 | 55 | 3E | 9 | 158 | 51 | 34 |
| Octal | 350 | 43 | 131 | 0 | 125 | 76 | 11 | 530 | 121 | 64 |
| Binary | 11101000 | 100011 | 1011001 | 0 | 1010101 | 111110 | 1001 | 101011000 | 1010001 | 110100 |
Color Harmonies of #E82359
Complementary color
Monochromatic Colors of #E82359
Black with #E82359
Text Example
Text Example
White with #E82359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82359; }
p { color: rgb(232,35,89); }
H1.HeaderClassName
{
color: #E82359;
}
.AnyTagClassName
{
color: #E82359;
}
</style>
background-color css
<style>
a { background-color: #E82359; }
a { background-color: rgb(232,35,89); }
div.DivClassName
{
background-color: #E82359;
}
.BgClassName
{
background-color: #E82359;
}
</style>
border-color css
<style>
span { border-color: #E82359; }
span { border-color: rgb(232,35,89); }
td.TdClassName
{
border-color: #E82359;
}
.TagClassName
{
border-color: #E82359;
}
</style>