Shades of Amaranth #E82948
Tints of Amaranth #E82948
RGB
CMYK
RGB Variations
Color information
#E82948 (or 0xE82948) is known color: Amaranth. HEX triplet: E8, 29 and 48. RGB value is (232,41,72). Sum of RGB (Red+Green+Blue) = 232+41+72=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E82948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82948 is #17D6B7. Grayscale: #656565. Windows color (decimal): -1562296 or 4729320. OLE color: 4729320.
HSL color Cylindrical-coordinate representation of color #E82948: hue angle of 350.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82948 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 72 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.09 |
| HSL | 350.26º | 0.81% | 0.54% | - |
| HSV(B) | 350.26º | 0.82% | 0.91% | - |
| XYZ | 35.24 | 19.21 | 7.98 | - |
| YUV | 101.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 72 | 0 | 0.82 | 0.69 | 0.09 | 350.26 | 0.81 | 0.54 |
| Hex | E8 | 29 | 48 | 0 | 52 | 45 | 9 | 15E | 51 | 36 |
| Octal | 350 | 51 | 110 | 0 | 122 | 105 | 11 | 536 | 121 | 66 |
| Binary | 11101000 | 101001 | 1001000 | 0 | 1010010 | 1000101 | 1001 | 101011110 | 1010001 | 110110 |
Color Harmonies of #E82948
Complementary color
Monochromatic Colors of #E82948
Black with #E82948
Text Example
Text Example
White with #E82948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82948; }
p { color: rgb(232,41,72); }
H1.HeaderClassName
{
color: #E82948;
}
.AnyTagClassName
{
color: #E82948;
}
</style>
background-color css
<style>
a { background-color: #E82948; }
a { background-color: rgb(232,41,72); }
div.DivClassName
{
background-color: #E82948;
}
.BgClassName
{
background-color: #E82948;
}
</style>
border-color css
<style>
span { border-color: #E82948; }
span { border-color: rgb(232,41,72); }
td.TdClassName
{
border-color: #E82948;
}
.TagClassName
{
border-color: #E82948;
}
</style>