Shades of Amaranth #E71F54
Tints of Amaranth #E71F54
RGB
CMYK
RGB Variations
Color information
#E71F54 (or 0xE71F54) is known color: Amaranth. HEX triplet: E7, 1F and 54. RGB value is (231,31,84). Sum of RGB (Red+Green+Blue) = 231+31+84=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71F54 is #18E0AB. Grayscale: #606060. Windows color (decimal): -1630380 or 5513191. OLE color: 5513191.
HSL color Cylindrical-coordinate representation of color #E71F54: hue angle of 344.1º 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 #E71F54 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 84 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.09 |
| HSL | 344.1º | 0.81% | 0.51% | - |
| HSV(B) | 344.1º | 0.87% | 0.91% | - |
| XYZ | 35.05 | 18.61 | 10.13 | - |
| YUV | 96.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 84 | 0 | 0.87 | 0.64 | 0.09 | 344.1 | 0.81 | 0.51 |
| Hex | E7 | 1F | 54 | 0 | 57 | 40 | 9 | 158 | 51 | 33 |
| Octal | 347 | 37 | 124 | 0 | 127 | 100 | 11 | 530 | 121 | 63 |
| Binary | 11100111 | 11111 | 1010100 | 0 | 1010111 | 1000000 | 1001 | 101011000 | 1010001 | 110011 |
Color Harmonies of #E71F54
Complementary color
Monochromatic Colors of #E71F54
Black with #E71F54
Text Example
Text Example
White with #E71F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F54; }
p { color: rgb(231,31,84); }
H1.HeaderClassName
{
color: #E71F54;
}
.AnyTagClassName
{
color: #E71F54;
}
</style>
background-color css
<style>
a { background-color: #E71F54; }
a { background-color: rgb(231,31,84); }
div.DivClassName
{
background-color: #E71F54;
}
.BgClassName
{
background-color: #E71F54;
}
</style>
border-color css
<style>
span { border-color: #E71F54; }
span { border-color: rgb(231,31,84); }
td.TdClassName
{
border-color: #E71F54;
}
.TagClassName
{
border-color: #E71F54;
}
</style>