Shades of Amaranth #E82646
Tints of Amaranth #E82646
RGB
CMYK
RGB Variations
Color information
#E82646 (or 0xE82646) is known color: Amaranth. HEX triplet: E8, 26 and 46. RGB value is (232,38,70). Sum of RGB (Red+Green+Blue) = 232+38+70=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E82646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82646 is #17D9B9. Grayscale: #636363. Windows color (decimal): -1563066 or 4597480. OLE color: 4597480.
HSL color Cylindrical-coordinate representation of color #E82646: hue angle of 350.1º 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 #E82646 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 70 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.09 |
| HSL | 350.1º | 0.81% | 0.53% | - |
| HSV(B) | 350.1º | 0.84% | 0.91% | - |
| XYZ | 35.08 | 18.98 | 7.61 | - |
| YUV | 99.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 70 | 0 | 0.84 | 0.70 | 0.09 | 350.1 | 0.81 | 0.53 |
| Hex | E8 | 26 | 46 | 0 | 54 | 46 | 9 | 15E | 51 | 35 |
| Octal | 350 | 46 | 106 | 0 | 124 | 106 | 11 | 536 | 121 | 65 |
| Binary | 11101000 | 100110 | 1000110 | 0 | 1010100 | 1000110 | 1001 | 101011110 | 1010001 | 110101 |
Color Harmonies of #E82646
Complementary color
Monochromatic Colors of #E82646
Black with #E82646
Text Example
Text Example
White with #E82646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82646; }
p { color: rgb(232,38,70); }
H1.HeaderClassName
{
color: #E82646;
}
.AnyTagClassName
{
color: #E82646;
}
</style>
background-color css
<style>
a { background-color: #E82646; }
a { background-color: rgb(232,38,70); }
div.DivClassName
{
background-color: #E82646;
}
.BgClassName
{
background-color: #E82646;
}
</style>
border-color css
<style>
span { border-color: #E82646; }
span { border-color: rgb(232,38,70); }
td.TdClassName
{
border-color: #E82646;
}
.TagClassName
{
border-color: #E82646;
}
</style>