Shades of Amaranth #E71C4D
Tints of Amaranth #E71C4D
RGB
CMYK
RGB Variations
Color information
#E71C4D (or 0xE71C4D) is known color: Amaranth. HEX triplet: E7, 1C and 4D. RGB value is (231,28,77). Sum of RGB (Red+Green+Blue) = 231+28+77=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C4D is #18E3B2. Grayscale: #5E5E5E. Windows color (decimal): -1631155 or 5053671. OLE color: 5053671.
HSL color Cylindrical-coordinate representation of color #E71C4D: hue angle of 345.52º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C4D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 77 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.09 |
| HSL | 345.52º | 0.81% | 0.51% | - |
| HSV(B) | 345.52º | 0.88% | 0.91% | - |
| XYZ | 34.71 | 18.36 | 8.73 | - |
| YUV | 94.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 77 | 0 | 0.88 | 0.67 | 0.09 | 345.52 | 0.81 | 0.51 |
| Hex | E7 | 1C | 4D | 0 | 58 | 43 | 9 | 15A | 51 | 33 |
| Octal | 347 | 34 | 115 | 0 | 130 | 103 | 11 | 532 | 121 | 63 |
| Binary | 11100111 | 11100 | 1001101 | 0 | 1011000 | 1000011 | 1001 | 101011010 | 1010001 | 110011 |
Color Harmonies of #E71C4D
Complementary color
Monochromatic Colors of #E71C4D
Black with #E71C4D
Text Example
Text Example
White with #E71C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C4D; }
p { color: rgb(231,28,77); }
H1.HeaderClassName
{
color: #E71C4D;
}
.AnyTagClassName
{
color: #E71C4D;
}
</style>
background-color css
<style>
a { background-color: #E71C4D; }
a { background-color: rgb(231,28,77); }
div.DivClassName
{
background-color: #E71C4D;
}
.BgClassName
{
background-color: #E71C4D;
}
</style>
border-color css
<style>
span { border-color: #E71C4D; }
span { border-color: rgb(231,28,77); }
td.TdClassName
{
border-color: #E71C4D;
}
.TagClassName
{
border-color: #E71C4D;
}
</style>