Shades of Amaranth #E81F44
Tints of Amaranth #E81F44
RGB
CMYK
RGB Variations
Color information
#E81F44 (or 0xE81F44) is known color: Amaranth. HEX triplet: E8, 1F and 44. RGB value is (232,31,68). Sum of RGB (Red+Green+Blue) = 232+31+68=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81F44 is #17E0BB. Grayscale: #5F5F5F. Windows color (decimal): -1564860 or 4464616. OLE color: 4464616.
HSL color Cylindrical-coordinate representation of color #E81F44: hue angle of 348.96º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81F44 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 68 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.09 |
| HSL | 348.96º | 0.81% | 0.52% | - |
| HSV(B) | 348.96º | 0.87% | 0.91% | - |
| XYZ | 34.81 | 18.55 | 7.22 | - |
| YUV | 95.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 68 | 0 | 0.87 | 0.71 | 0.09 | 348.96 | 0.81 | 0.52 |
| Hex | E8 | 1F | 44 | 0 | 57 | 47 | 9 | 15D | 51 | 34 |
| Octal | 350 | 37 | 104 | 0 | 127 | 107 | 11 | 535 | 121 | 64 |
| Binary | 11101000 | 11111 | 1000100 | 0 | 1010111 | 1000111 | 1001 | 101011101 | 1010001 | 110100 |
Color Harmonies of #E81F44
Complementary color
Monochromatic Colors of #E81F44
Black with #E81F44
Text Example
Text Example
White with #E81F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F44; }
p { color: rgb(232,31,68); }
H1.HeaderClassName
{
color: #E81F44;
}
.AnyTagClassName
{
color: #E81F44;
}
</style>
background-color css
<style>
a { background-color: #E81F44; }
a { background-color: rgb(232,31,68); }
div.DivClassName
{
background-color: #E81F44;
}
.BgClassName
{
background-color: #E81F44;
}
</style>
border-color css
<style>
span { border-color: #E81F44; }
span { border-color: rgb(232,31,68); }
td.TdClassName
{
border-color: #E81F44;
}
.TagClassName
{
border-color: #E81F44;
}
</style>