Shades of Amaranth #E82256
Tints of Amaranth #E82256
RGB
CMYK
RGB Variations
Color information
#E82256 (or 0xE82256) is known color: Amaranth. HEX triplet: E8, 22 and 56. RGB value is (232,34,86). Sum of RGB (Red+Green+Blue) = 232+34+86=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E82256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82256 is #17DDA9. Grayscale: #636363. Windows color (decimal): -1564074 or 5645032. OLE color: 5645032.
HSL color Cylindrical-coordinate representation of color #E82256: hue angle of 344.24º 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 #E82256 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 86 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.09 |
| HSL | 344.24º | 0.81% | 0.52% | - |
| HSV(B) | 344.24º | 0.85% | 0.91% | - |
| XYZ | 35.53 | 18.97 | 10.59 | - |
| YUV | 99.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 86 | 0 | 0.85 | 0.63 | 0.09 | 344.24 | 0.81 | 0.52 |
| Hex | E8 | 22 | 56 | 0 | 55 | 3F | 9 | 158 | 51 | 34 |
| Octal | 350 | 42 | 126 | 0 | 125 | 77 | 11 | 530 | 121 | 64 |
| Binary | 11101000 | 100010 | 1010110 | 0 | 1010101 | 111111 | 1001 | 101011000 | 1010001 | 110100 |
Color Harmonies of #E82256
Complementary color
Monochromatic Colors of #E82256
Black with #E82256
Text Example
Text Example
White with #E82256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82256; }
p { color: rgb(232,34,86); }
H1.HeaderClassName
{
color: #E82256;
}
.AnyTagClassName
{
color: #E82256;
}
</style>
background-color css
<style>
a { background-color: #E82256; }
a { background-color: rgb(232,34,86); }
div.DivClassName
{
background-color: #E82256;
}
.BgClassName
{
background-color: #E82256;
}
</style>
border-color css
<style>
span { border-color: #E82256; }
span { border-color: rgb(232,34,86); }
td.TdClassName
{
border-color: #E82256;
}
.TagClassName
{
border-color: #E82256;
}
</style>