Shades of Amaranth #E82150
Tints of Amaranth #E82150
RGB
CMYK
RGB Variations
Color information
#E82150 (or 0xE82150) is known color: Amaranth. HEX triplet: E8, 21 and 50. RGB value is (232,33,80). Sum of RGB (Red+Green+Blue) = 232+33+80=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E82150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82150 is #17DEAF. Grayscale: #616161. Windows color (decimal): -1564336 or 5251560. OLE color: 5251560.
HSL color Cylindrical-coordinate representation of color #E82150: hue angle of 345.83º 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 #E82150 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 80 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.09 |
| HSL | 345.83º | 0.81% | 0.52% | - |
| HSV(B) | 345.83º | 0.86% | 0.91% | - |
| XYZ | 35.27 | 18.82 | 9.36 | - |
| YUV | 97.86 | 117.93 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 80 | 0 | 0.86 | 0.66 | 0.09 | 345.83 | 0.81 | 0.52 |
| Hex | E8 | 21 | 50 | 0 | 56 | 42 | 9 | 15A | 51 | 34 |
| Octal | 350 | 41 | 120 | 0 | 126 | 102 | 11 | 532 | 121 | 64 |
| Binary | 11101000 | 100001 | 1010000 | 0 | 1010110 | 1000010 | 1001 | 101011010 | 1010001 | 110100 |
Color Harmonies of #E82150
Complementary color
Monochromatic Colors of #E82150
Black with #E82150
Text Example
Text Example
White with #E82150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82150; }
p { color: rgb(232,33,80); }
H1.HeaderClassName
{
color: #E82150;
}
.AnyTagClassName
{
color: #E82150;
}
</style>
background-color css
<style>
a { background-color: #E82150; }
a { background-color: rgb(232,33,80); }
div.DivClassName
{
background-color: #E82150;
}
.BgClassName
{
background-color: #E82150;
}
</style>
border-color css
<style>
span { border-color: #E82150; }
span { border-color: rgb(232,33,80); }
td.TdClassName
{
border-color: #E82150;
}
.TagClassName
{
border-color: #E82150;
}
</style>