Shades of Amaranth #E82F44
Tints of Amaranth #E82F44
RGB
CMYK
RGB Variations
Color information
#E82F44 (or 0xE82F44) is known color: Amaranth. HEX triplet: E8, 2F and 44. RGB value is (232,47,68). Sum of RGB (Red+Green+Blue) = 232+47+68=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F44 is #17D0BB. Grayscale: #686868. Windows color (decimal): -1560764 or 4468712. OLE color: 4468712.
HSL color Cylindrical-coordinate representation of color #E82F44: hue angle of 353.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F44 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 68 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.09 |
| HSL | 353.19º | 0.8% | 0.55% | - |
| HSV(B) | 353.19º | 0.8% | 0.91% | - |
| XYZ | 35.34 | 19.61 | 7.39 | - |
| YUV | 104.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 68 | 0 | 0.80 | 0.71 | 0.09 | 353.19 | 0.8 | 0.55 |
| Hex | E8 | 2F | 44 | 0 | 50 | 47 | 9 | 161 | 50 | 37 |
| Octal | 350 | 57 | 104 | 0 | 120 | 107 | 11 | 541 | 120 | 67 |
| Binary | 11101000 | 101111 | 1000100 | 0 | 1010000 | 1000111 | 1001 | 101100001 | 1010000 | 110111 |
Color Harmonies of #E82F44
Complementary color
Monochromatic Colors of #E82F44
Black with #E82F44
Text Example
Text Example
White with #E82F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F44; }
p { color: rgb(232,47,68); }
H1.HeaderClassName
{
color: #E82F44;
}
.AnyTagClassName
{
color: #E82F44;
}
</style>
background-color css
<style>
a { background-color: #E82F44; }
a { background-color: rgb(232,47,68); }
div.DivClassName
{
background-color: #E82F44;
}
.BgClassName
{
background-color: #E82F44;
}
</style>
border-color css
<style>
span { border-color: #E82F44; }
span { border-color: rgb(232,47,68); }
td.TdClassName
{
border-color: #E82F44;
}
.TagClassName
{
border-color: #E82F44;
}
</style>