Shades of Amaranth #E71D4C
Tints of Amaranth #E71D4C
RGB
CMYK
RGB Variations
Color information
#E71D4C (or 0xE71D4C) is known color: Amaranth. HEX triplet: E7, 1D and 4C. RGB value is (231,29,76). Sum of RGB (Red+Green+Blue) = 231+29+76=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71D4C is #18E2B3. Grayscale: #5E5E5E. Windows color (decimal): -1630900 or 4988391. OLE color: 4988391.
HSL color Cylindrical-coordinate representation of color #E71D4C: hue angle of 346.04º 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 #E71D4C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 76 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.09 |
| HSL | 346.04º | 0.81% | 0.51% | - |
| HSV(B) | 346.04º | 0.87% | 0.91% | - |
| XYZ | 34.7 | 18.39 | 8.56 | - |
| YUV | 94.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 76 | 0 | 0.87 | 0.67 | 0.09 | 346.04 | 0.81 | 0.51 |
| Hex | E7 | 1D | 4C | 0 | 57 | 43 | 9 | 15A | 51 | 33 |
| Octal | 347 | 35 | 114 | 0 | 127 | 103 | 11 | 532 | 121 | 63 |
| Binary | 11100111 | 11101 | 1001100 | 0 | 1010111 | 1000011 | 1001 | 101011010 | 1010001 | 110011 |
Color Harmonies of #E71D4C
Complementary color
Monochromatic Colors of #E71D4C
Black with #E71D4C
Text Example
Text Example
White with #E71D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D4C; }
p { color: rgb(231,29,76); }
H1.HeaderClassName
{
color: #E71D4C;
}
.AnyTagClassName
{
color: #E71D4C;
}
</style>
background-color css
<style>
a { background-color: #E71D4C; }
a { background-color: rgb(231,29,76); }
div.DivClassName
{
background-color: #E71D4C;
}
.BgClassName
{
background-color: #E71D4C;
}
</style>
border-color css
<style>
span { border-color: #E71D4C; }
span { border-color: rgb(231,29,76); }
td.TdClassName
{
border-color: #E71D4C;
}
.TagClassName
{
border-color: #E71D4C;
}
</style>