Shades of Amaranth #E82744
Tints of Amaranth #E82744
RGB
CMYK
RGB Variations
Color information
#E82744 (or 0xE82744) is known color: Amaranth. HEX triplet: E8, 27 and 44. RGB value is (232,39,68). Sum of RGB (Red+Green+Blue) = 232+39+68=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E82744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82744 is #17D8BB. Grayscale: #646464. Windows color (decimal): -1562812 or 4466664. OLE color: 4466664.
HSL color Cylindrical-coordinate representation of color #E82744: hue angle of 350.98º 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 #E82744 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 68 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.09 |
| HSL | 350.98º | 0.81% | 0.53% | - |
| HSV(B) | 350.98º | 0.83% | 0.91% | - |
| XYZ | 35.05 | 19.02 | 7.29 | - |
| YUV | 100.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 68 | 0 | 0.83 | 0.71 | 0.09 | 350.98 | 0.81 | 0.53 |
| Hex | E8 | 27 | 44 | 0 | 53 | 47 | 9 | 15F | 51 | 35 |
| Octal | 350 | 47 | 104 | 0 | 123 | 107 | 11 | 537 | 121 | 65 |
| Binary | 11101000 | 100111 | 1000100 | 0 | 1010011 | 1000111 | 1001 | 101011111 | 1010001 | 110101 |
Color Harmonies of #E82744
Complementary color
Monochromatic Colors of #E82744
Black with #E82744
Text Example
Text Example
White with #E82744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82744; }
p { color: rgb(232,39,68); }
H1.HeaderClassName
{
color: #E82744;
}
.AnyTagClassName
{
color: #E82744;
}
</style>
background-color css
<style>
a { background-color: #E82744; }
a { background-color: rgb(232,39,68); }
div.DivClassName
{
background-color: #E82744;
}
.BgClassName
{
background-color: #E82744;
}
</style>
border-color css
<style>
span { border-color: #E82744; }
span { border-color: rgb(232,39,68); }
td.TdClassName
{
border-color: #E82744;
}
.TagClassName
{
border-color: #E82744;
}
</style>