Shades of Amaranth #E73654
Tints of Amaranth #E73654
RGB
CMYK
RGB Variations
Color information
#E73654 (or 0xE73654) is known color: Amaranth. HEX triplet: E7, 36 and 54. RGB value is (231,54,84). Sum of RGB (Red+Green+Blue) = 231+54+84=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E73654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73654 is #18C9AB. Grayscale: #6E6E6E. Windows color (decimal): -1624492 or 5519079. OLE color: 5519079.
HSL color Cylindrical-coordinate representation of color #E73654: hue angle of 349.83º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73654 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 54 | 84 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.09 |
| HSL | 349.83º | 0.79% | 0.56% | - |
| HSV(B) | 349.83º | 0.77% | 0.91% | - |
| XYZ | 35.87 | 20.27 | 10.41 | - |
| YUV | 110.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 54 | 84 | 0 | 0.77 | 0.64 | 0.09 | 349.83 | 0.79 | 0.56 |
| Hex | E7 | 36 | 54 | 0 | 4D | 40 | 9 | 15E | 4F | 38 |
| Octal | 347 | 66 | 124 | 0 | 115 | 100 | 11 | 536 | 117 | 70 |
| Binary | 11100111 | 110110 | 1010100 | 0 | 1001101 | 1000000 | 1001 | 101011110 | 1001111 | 111000 |
Color Harmonies of #E73654
Complementary color
Monochromatic Colors of #E73654
Black with #E73654
Text Example
Text Example
White with #E73654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73654; }
p { color: rgb(231,54,84); }
H1.HeaderClassName
{
color: #E73654;
}
.AnyTagClassName
{
color: #E73654;
}
</style>
background-color css
<style>
a { background-color: #E73654; }
a { background-color: rgb(231,54,84); }
div.DivClassName
{
background-color: #E73654;
}
.BgClassName
{
background-color: #E73654;
}
</style>
border-color css
<style>
span { border-color: #E73654; }
span { border-color: rgb(231,54,84); }
td.TdClassName
{
border-color: #E73654;
}
.TagClassName
{
border-color: #E73654;
}
</style>