Shades of Amaranth #E82050
Tints of Amaranth #E82050
RGB
CMYK
RGB Variations
Color information
#E82050 (or 0xE82050) is known color: Amaranth. HEX triplet: E8, 20 and 50. RGB value is (232,32,80). Sum of RGB (Red+Green+Blue) = 232+32+80=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E82050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82050 is #17DFAF. Grayscale: #616161. Windows color (decimal): -1564592 or 5251304. OLE color: 5251304.
HSL color Cylindrical-coordinate representation of color #E82050: hue angle of 345.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82050 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 80 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.09 |
| HSL | 345.6º | 0.81% | 0.52% | - |
| HSV(B) | 345.6º | 0.86% | 0.91% | - |
| XYZ | 35.24 | 18.77 | 9.35 | - |
| YUV | 97.27 | 118.26 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 80 | 0 | 0.86 | 0.66 | 0.09 | 345.6 | 0.81 | 0.52 |
| Hex | E8 | 20 | 50 | 0 | 56 | 42 | 9 | 15A | 51 | 34 |
| Octal | 350 | 40 | 120 | 0 | 126 | 102 | 11 | 532 | 121 | 64 |
| Binary | 11101000 | 100000 | 1010000 | 0 | 1010110 | 1000010 | 1001 | 101011010 | 1010001 | 110100 |
Color Harmonies of #E82050
Complementary color
Monochromatic Colors of #E82050
Black with #E82050
Text Example
Text Example
White with #E82050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82050; }
p { color: rgb(232,32,80); }
H1.HeaderClassName
{
color: #E82050;
}
.AnyTagClassName
{
color: #E82050;
}
</style>
background-color css
<style>
a { background-color: #E82050; }
a { background-color: rgb(232,32,80); }
div.DivClassName
{
background-color: #E82050;
}
.BgClassName
{
background-color: #E82050;
}
</style>
border-color css
<style>
span { border-color: #E82050; }
span { border-color: rgb(232,32,80); }
td.TdClassName
{
border-color: #E82050;
}
.TagClassName
{
border-color: #E82050;
}
</style>