Shades of Amaranth #E82C45
Tints of Amaranth #E82C45
RGB
CMYK
RGB Variations
Color information
#E82C45 (or 0xE82C45) is known color: Amaranth. HEX triplet: E8, 2C and 45. RGB value is (232,44,69). Sum of RGB (Red+Green+Blue) = 232+44+69=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C45 is #17D3BA. Grayscale: #676767. Windows color (decimal): -1561531 or 4533480. OLE color: 4533480.
HSL color Cylindrical-coordinate representation of color #E82C45: hue angle of 352.02º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82C45 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 69 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.09 |
| HSL | 352.02º | 0.8% | 0.54% | - |
| HSV(B) | 352.02º | 0.81% | 0.91% | - |
| XYZ | 35.25 | 19.39 | 7.51 | - |
| YUV | 103.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 69 | 0 | 0.81 | 0.70 | 0.09 | 352.02 | 0.8 | 0.54 |
| Hex | E8 | 2C | 45 | 0 | 51 | 46 | 9 | 160 | 50 | 36 |
| Octal | 350 | 54 | 105 | 0 | 121 | 106 | 11 | 540 | 120 | 66 |
| Binary | 11101000 | 101100 | 1000101 | 0 | 1010001 | 1000110 | 1001 | 101100000 | 1010000 | 110110 |
Color Harmonies of #E82C45
Complementary color
Monochromatic Colors of #E82C45
Black with #E82C45
Text Example
Text Example
White with #E82C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C45; }
p { color: rgb(232,44,69); }
H1.HeaderClassName
{
color: #E82C45;
}
.AnyTagClassName
{
color: #E82C45;
}
</style>
background-color css
<style>
a { background-color: #E82C45; }
a { background-color: rgb(232,44,69); }
div.DivClassName
{
background-color: #E82C45;
}
.BgClassName
{
background-color: #E82C45;
}
</style>
border-color css
<style>
span { border-color: #E82C45; }
span { border-color: rgb(232,44,69); }
td.TdClassName
{
border-color: #E82C45;
}
.TagClassName
{
border-color: #E82C45;
}
</style>