Shades of Amaranth #E71D54
Tints of Amaranth #E71D54
RGB
CMYK
RGB Variations
Color information
#E71D54 (or 0xE71D54) is known color: Amaranth. HEX triplet: E7, 1D and 54. RGB value is (231,29,84). Sum of RGB (Red+Green+Blue) = 231+29+84=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D54 is #18E2AB. Grayscale: #5F5F5F. Windows color (decimal): -1630892 or 5512679. OLE color: 5512679.
HSL color Cylindrical-coordinate representation of color #E71D54: hue angle of 343.66º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71D54 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 84 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.09 |
| HSL | 343.66º | 0.81% | 0.51% | - |
| HSV(B) | 343.66º | 0.87% | 0.91% | - |
| XYZ | 34.99 | 18.51 | 10.12 | - |
| YUV | 95.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 84 | 0 | 0.87 | 0.64 | 0.09 | 343.66 | 0.81 | 0.51 |
| Hex | E7 | 1D | 54 | 0 | 57 | 40 | 9 | 158 | 51 | 33 |
| Octal | 347 | 35 | 124 | 0 | 127 | 100 | 11 | 530 | 121 | 63 |
| Binary | 11100111 | 11101 | 1010100 | 0 | 1010111 | 1000000 | 1001 | 101011000 | 1010001 | 110011 |
Color Harmonies of #E71D54
Complementary color
Monochromatic Colors of #E71D54
Black with #E71D54
Text Example
Text Example
White with #E71D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D54; }
p { color: rgb(231,29,84); }
H1.HeaderClassName
{
color: #E71D54;
}
.AnyTagClassName
{
color: #E71D54;
}
</style>
background-color css
<style>
a { background-color: #E71D54; }
a { background-color: rgb(231,29,84); }
div.DivClassName
{
background-color: #E71D54;
}
.BgClassName
{
background-color: #E71D54;
}
</style>
border-color css
<style>
span { border-color: #E71D54; }
span { border-color: rgb(231,29,84); }
td.TdClassName
{
border-color: #E71D54;
}
.TagClassName
{
border-color: #E71D54;
}
</style>