Shades of Amaranth #E74354
Tints of Amaranth #E74354
RGB
CMYK
RGB Variations
Color information
#E74354 (or 0xE74354) is known color: Amaranth. HEX triplet: E7, 43 and 54. RGB value is (231,67,84). Sum of RGB (Red+Green+Blue) = 231+67+84=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E74354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74354 is #18BCAB. Grayscale: #767676. Windows color (decimal): -1621164 or 5522407. OLE color: 5522407.
HSL color Cylindrical-coordinate representation of color #E74354: hue angle of 353.78º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74354 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 84 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.09 |
| HSL | 353.78º | 0.77% | 0.58% | - |
| HSV(B) | 353.78º | 0.71% | 0.91% | - |
| XYZ | 36.56 | 21.64 | 10.64 | - |
| YUV | 117.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 84 | 0 | 0.71 | 0.64 | 0.09 | 353.78 | 0.77 | 0.58 |
| Hex | E7 | 43 | 54 | 0 | 47 | 40 | 9 | 162 | 4D | 3A |
| Octal | 347 | 103 | 124 | 0 | 107 | 100 | 11 | 542 | 115 | 72 |
| Binary | 11100111 | 1000011 | 1010100 | 0 | 1000111 | 1000000 | 1001 | 101100010 | 1001101 | 111010 |
Color Harmonies of #E74354
Complementary color
Monochromatic Colors of #E74354
Black with #E74354
Text Example
Text Example
White with #E74354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74354; }
p { color: rgb(231,67,84); }
H1.HeaderClassName
{
color: #E74354;
}
.AnyTagClassName
{
color: #E74354;
}
</style>
background-color css
<style>
a { background-color: #E74354; }
a { background-color: rgb(231,67,84); }
div.DivClassName
{
background-color: #E74354;
}
.BgClassName
{
background-color: #E74354;
}
</style>
border-color css
<style>
span { border-color: #E74354; }
span { border-color: rgb(231,67,84); }
td.TdClassName
{
border-color: #E74354;
}
.TagClassName
{
border-color: #E74354;
}
</style>