Shades of Amaranth #E73754
Tints of Amaranth #E73754
RGB
CMYK
RGB Variations
Color information
#E73754 (or 0xE73754) is known color: Amaranth. HEX triplet: E7, 37 and 54. RGB value is (231,55,84). Sum of RGB (Red+Green+Blue) = 231+55+84=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E73754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73754 is #18C8AB. Grayscale: #6E6E6E. Windows color (decimal): -1624236 or 5519335. OLE color: 5519335.
HSL color Cylindrical-coordinate representation of color #E73754: hue angle of 350.11º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E73754 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 84 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.09 |
| HSL | 350.11º | 0.79% | 0.56% | - |
| HSV(B) | 350.11º | 0.76% | 0.91% | - |
| XYZ | 35.92 | 20.36 | 10.42 | - |
| YUV | 110.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 84 | 0 | 0.76 | 0.64 | 0.09 | 350.11 | 0.79 | 0.56 |
| Hex | E7 | 37 | 54 | 0 | 4C | 40 | 9 | 15E | 4F | 38 |
| Octal | 347 | 67 | 124 | 0 | 114 | 100 | 11 | 536 | 117 | 70 |
| Binary | 11100111 | 110111 | 1010100 | 0 | 1001100 | 1000000 | 1001 | 101011110 | 1001111 | 111000 |
Color Harmonies of #E73754
Complementary color
Monochromatic Colors of #E73754
Black with #E73754
Text Example
Text Example
White with #E73754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73754; }
p { color: rgb(231,55,84); }
H1.HeaderClassName
{
color: #E73754;
}
.AnyTagClassName
{
color: #E73754;
}
</style>
background-color css
<style>
a { background-color: #E73754; }
a { background-color: rgb(231,55,84); }
div.DivClassName
{
background-color: #E73754;
}
.BgClassName
{
background-color: #E73754;
}
</style>
border-color css
<style>
span { border-color: #E73754; }
span { border-color: rgb(231,55,84); }
td.TdClassName
{
border-color: #E73754;
}
.TagClassName
{
border-color: #E73754;
}
</style>