Shades of Amaranth #E82745
Tints of Amaranth #E82745
RGB
CMYK
RGB Variations
Color information
#E82745 (or 0xE82745) is known color: Amaranth. HEX triplet: E8, 27 and 45. RGB value is (232,39,69). Sum of RGB (Red+Green+Blue) = 232+39+69=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E82745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82745 is #17D8BA. Grayscale: #646464. Windows color (decimal): -1562811 or 4532200. OLE color: 4532200.
HSL color Cylindrical-coordinate representation of color #E82745: hue angle of 350.67º 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 #E82745 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 69 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.09 |
| HSL | 350.67º | 0.81% | 0.53% | - |
| HSV(B) | 350.67º | 0.83% | 0.91% | - |
| XYZ | 35.08 | 19.04 | 7.46 | - |
| YUV | 100.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 69 | 0 | 0.83 | 0.70 | 0.09 | 350.67 | 0.81 | 0.53 |
| Hex | E8 | 27 | 45 | 0 | 53 | 46 | 9 | 15F | 51 | 35 |
| Octal | 350 | 47 | 105 | 0 | 123 | 106 | 11 | 537 | 121 | 65 |
| Binary | 11101000 | 100111 | 1000101 | 0 | 1010011 | 1000110 | 1001 | 101011111 | 1010001 | 110101 |
Color Harmonies of #E82745
Complementary color
Monochromatic Colors of #E82745
Black with #E82745
Text Example
Text Example
White with #E82745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82745; }
p { color: rgb(232,39,69); }
H1.HeaderClassName
{
color: #E82745;
}
.AnyTagClassName
{
color: #E82745;
}
</style>
background-color css
<style>
a { background-color: #E82745; }
a { background-color: rgb(232,39,69); }
div.DivClassName
{
background-color: #E82745;
}
.BgClassName
{
background-color: #E82745;
}
</style>
border-color css
<style>
span { border-color: #E82745; }
span { border-color: rgb(232,39,69); }
td.TdClassName
{
border-color: #E82745;
}
.TagClassName
{
border-color: #E82745;
}
</style>