Shades of Amaranth #E71D4E
Tints of Amaranth #E71D4E
RGB
CMYK
RGB Variations
Color information
#E71D4E (or 0xE71D4E) is known color: Amaranth. HEX triplet: E7, 1D and 4E. RGB value is (231,29,78). Sum of RGB (Red+Green+Blue) = 231+29+78=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D4E is #18E2B1. Grayscale: #5E5E5E. Windows color (decimal): -1630898 or 5119463. OLE color: 5119463.
HSL color Cylindrical-coordinate representation of color #E71D4E: hue angle of 345.45º 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 #E71D4E is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 78 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.09 |
| HSL | 345.45º | 0.81% | 0.51% | - |
| HSV(B) | 345.45º | 0.87% | 0.91% | - |
| XYZ | 34.77 | 18.42 | 8.93 | - |
| YUV | 94.98 | 118.42 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 78 | 0 | 0.87 | 0.66 | 0.09 | 345.45 | 0.81 | 0.51 |
| Hex | E7 | 1D | 4E | 0 | 57 | 42 | 9 | 159 | 51 | 33 |
| Octal | 347 | 35 | 116 | 0 | 127 | 102 | 11 | 531 | 121 | 63 |
| Binary | 11100111 | 11101 | 1001110 | 0 | 1010111 | 1000010 | 1001 | 101011001 | 1010001 | 110011 |
Color Harmonies of #E71D4E
Complementary color
Monochromatic Colors of #E71D4E
Black with #E71D4E
Text Example
Text Example
White with #E71D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D4E; }
p { color: rgb(231,29,78); }
H1.HeaderClassName
{
color: #E71D4E;
}
.AnyTagClassName
{
color: #E71D4E;
}
</style>
background-color css
<style>
a { background-color: #E71D4E; }
a { background-color: rgb(231,29,78); }
div.DivClassName
{
background-color: #E71D4E;
}
.BgClassName
{
background-color: #E71D4E;
}
</style>
border-color css
<style>
span { border-color: #E71D4E; }
span { border-color: rgb(231,29,78); }
td.TdClassName
{
border-color: #E71D4E;
}
.TagClassName
{
border-color: #E71D4E;
}
</style>