Shades of Amaranth #E82848
Tints of Amaranth #E82848
RGB
CMYK
RGB Variations
Color information
#E82848 (or 0xE82848) is known color: Amaranth. HEX triplet: E8, 28 and 48. RGB value is (232,40,72). Sum of RGB (Red+Green+Blue) = 232+40+72=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E82848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82848 is #17D7B7. Grayscale: #656565. Windows color (decimal): -1562552 or 4729064. OLE color: 4729064.
HSL color Cylindrical-coordinate representation of color #E82848: hue angle of 350º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E82848 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 72 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.09 |
| HSL | 350º | 0.81% | 0.53% | - |
| HSV(B) | 350º | 0.83% | 0.91% | - |
| XYZ | 35.21 | 19.14 | 7.97 | - |
| YUV | 101.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 72 | 0 | 0.83 | 0.69 | 0.09 | 350 | 0.81 | 0.53 |
| Hex | E8 | 28 | 48 | 0 | 53 | 45 | 9 | 15E | 51 | 35 |
| Octal | 350 | 50 | 110 | 0 | 123 | 105 | 11 | 536 | 121 | 65 |
| Binary | 11101000 | 101000 | 1001000 | 0 | 1010011 | 1000101 | 1001 | 101011110 | 1010001 | 110101 |
Color Harmonies of #E82848
Complementary color
Monochromatic Colors of #E82848
Black with #E82848
Text Example
Text Example
White with #E82848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82848; }
p { color: rgb(232,40,72); }
H1.HeaderClassName
{
color: #E82848;
}
.AnyTagClassName
{
color: #E82848;
}
</style>
background-color css
<style>
a { background-color: #E82848; }
a { background-color: rgb(232,40,72); }
div.DivClassName
{
background-color: #E82848;
}
.BgClassName
{
background-color: #E82848;
}
</style>
border-color css
<style>
span { border-color: #E82848; }
span { border-color: rgb(232,40,72); }
td.TdClassName
{
border-color: #E82848;
}
.TagClassName
{
border-color: #E82848;
}
</style>