Shades of Amaranth #E82945
Tints of Amaranth #E82945
RGB
CMYK
RGB Variations
Color information
#E82945 (or 0xE82945) is known color: Amaranth. HEX triplet: E8, 29 and 45. RGB value is (232,41,69). Sum of RGB (Red+Green+Blue) = 232+41+69=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E82945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82945 is #17D6BA. Grayscale: #656565. Windows color (decimal): -1562299 or 4532712. OLE color: 4532712.
HSL color Cylindrical-coordinate representation of color #E82945: hue angle of 351.2º 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 #E82945 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 69 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.09 |
| HSL | 351.2º | 0.81% | 0.54% | - |
| HSV(B) | 351.2º | 0.82% | 0.91% | - |
| XYZ | 35.15 | 19.17 | 7.48 | - |
| YUV | 101.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 69 | 0 | 0.82 | 0.70 | 0.09 | 351.2 | 0.81 | 0.54 |
| Hex | E8 | 29 | 45 | 0 | 52 | 46 | 9 | 15F | 51 | 36 |
| Octal | 350 | 51 | 105 | 0 | 122 | 106 | 11 | 537 | 121 | 66 |
| Binary | 11101000 | 101001 | 1000101 | 0 | 1010010 | 1000110 | 1001 | 101011111 | 1010001 | 110110 |
Color Harmonies of #E82945
Complementary color
Monochromatic Colors of #E82945
Black with #E82945
Text Example
Text Example
White with #E82945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82945; }
p { color: rgb(232,41,69); }
H1.HeaderClassName
{
color: #E82945;
}
.AnyTagClassName
{
color: #E82945;
}
</style>
background-color css
<style>
a { background-color: #E82945; }
a { background-color: rgb(232,41,69); }
div.DivClassName
{
background-color: #E82945;
}
.BgClassName
{
background-color: #E82945;
}
</style>
border-color css
<style>
span { border-color: #E82945; }
span { border-color: rgb(232,41,69); }
td.TdClassName
{
border-color: #E82945;
}
.TagClassName
{
border-color: #E82945;
}
</style>