Shades of Amaranth #E72654
Tints of Amaranth #E72654
RGB
CMYK
RGB Variations
Color information
#E72654 (or 0xE72654) is known color: Amaranth. HEX triplet: E7, 26 and 54. RGB value is (231,38,84). Sum of RGB (Red+Green+Blue) = 231+38+84=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E72654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72654 is #18D9AB. Grayscale: #646464. Windows color (decimal): -1628588 or 5514983. OLE color: 5514983.
HSL color Cylindrical-coordinate representation of color #E72654: hue angle of 345.7º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72654 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 84 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.09 |
| HSL | 345.7º | 0.8% | 0.53% | - |
| HSV(B) | 345.7º | 0.84% | 0.91% | - |
| XYZ | 35.25 | 19.02 | 10.2 | - |
| YUV | 100.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 84 | 0 | 0.84 | 0.64 | 0.09 | 345.7 | 0.8 | 0.53 |
| Hex | E7 | 26 | 54 | 0 | 54 | 40 | 9 | 15A | 50 | 35 |
| Octal | 347 | 46 | 124 | 0 | 124 | 100 | 11 | 532 | 120 | 65 |
| Binary | 11100111 | 100110 | 1010100 | 0 | 1010100 | 1000000 | 1001 | 101011010 | 1010000 | 110101 |
Color Harmonies of #E72654
Complementary color
Monochromatic Colors of #E72654
Black with #E72654
Text Example
Text Example
White with #E72654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72654; }
p { color: rgb(231,38,84); }
H1.HeaderClassName
{
color: #E72654;
}
.AnyTagClassName
{
color: #E72654;
}
</style>
background-color css
<style>
a { background-color: #E72654; }
a { background-color: rgb(231,38,84); }
div.DivClassName
{
background-color: #E72654;
}
.BgClassName
{
background-color: #E72654;
}
</style>
border-color css
<style>
span { border-color: #E72654; }
span { border-color: rgb(231,38,84); }
td.TdClassName
{
border-color: #E72654;
}
.TagClassName
{
border-color: #E72654;
}
</style>