Shades of Amaranth #E71A51
Tints of Amaranth #E71A51
RGB
CMYK
RGB Variations
Color information
#E71A51 (or 0xE71A51) is known color: Amaranth. HEX triplet: E7, 1A and 51. RGB value is (231,26,81). Sum of RGB (Red+Green+Blue) = 231+26+81=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A51 is #18E5AE. Grayscale: #5D5D5D. Windows color (decimal): -1631663 or 5315303. OLE color: 5315303.
HSL color Cylindrical-coordinate representation of color #E71A51: hue angle of 343.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A51 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 81 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.09 |
| HSL | 343.9º | 0.81% | 0.5% | - |
| HSV(B) | 343.9º | 0.89% | 0.91% | - |
| XYZ | 34.81 | 18.32 | 9.49 | - |
| YUV | 93.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 81 | 0 | 0.89 | 0.65 | 0.09 | 343.9 | 0.81 | 0.5 |
| Hex | E7 | 1A | 51 | 0 | 59 | 41 | 9 | 158 | 51 | 32 |
| Octal | 347 | 32 | 121 | 0 | 131 | 101 | 11 | 530 | 121 | 62 |
| Binary | 11100111 | 11010 | 1010001 | 0 | 1011001 | 1000001 | 1001 | 101011000 | 1010001 | 110010 |
Color Harmonies of #E71A51
Complementary color
Monochromatic Colors of #E71A51
Black with #E71A51
Text Example
Text Example
White with #E71A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A51; }
p { color: rgb(231,26,81); }
H1.HeaderClassName
{
color: #E71A51;
}
.AnyTagClassName
{
color: #E71A51;
}
</style>
background-color css
<style>
a { background-color: #E71A51; }
a { background-color: rgb(231,26,81); }
div.DivClassName
{
background-color: #E71A51;
}
.BgClassName
{
background-color: #E71A51;
}
</style>
border-color css
<style>
span { border-color: #E71A51; }
span { border-color: rgb(231,26,81); }
td.TdClassName
{
border-color: #E71A51;
}
.TagClassName
{
border-color: #E71A51;
}
</style>