Shades of Amaranth #E72050
Tints of Amaranth #E72050
RGB
CMYK
RGB Variations
Color information
#E72050 (or 0xE72050) is known color: Amaranth. HEX triplet: E7, 20 and 50. RGB value is (231,32,80). Sum of RGB (Red+Green+Blue) = 231+32+80=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E72050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72050 is #18DFAF. Grayscale: #606060. Windows color (decimal): -1630128 or 5251303. OLE color: 5251303.
HSL color Cylindrical-coordinate representation of color #E72050: hue angle of 345.53º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72050 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 80 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.09 |
| HSL | 345.53º | 0.81% | 0.52% | - |
| HSV(B) | 345.53º | 0.86% | 0.91% | - |
| XYZ | 34.92 | 18.6 | 9.34 | - |
| YUV | 96.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 80 | 0 | 0.86 | 0.65 | 0.09 | 345.53 | 0.81 | 0.52 |
| Hex | E7 | 20 | 50 | 0 | 56 | 41 | 9 | 15A | 51 | 34 |
| Octal | 347 | 40 | 120 | 0 | 126 | 101 | 11 | 532 | 121 | 64 |
| Binary | 11100111 | 100000 | 1010000 | 0 | 1010110 | 1000001 | 1001 | 101011010 | 1010001 | 110100 |
Color Harmonies of #E72050
Complementary color
Monochromatic Colors of #E72050
Black with #E72050
Text Example
Text Example
White with #E72050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72050; }
p { color: rgb(231,32,80); }
H1.HeaderClassName
{
color: #E72050;
}
.AnyTagClassName
{
color: #E72050;
}
</style>
background-color css
<style>
a { background-color: #E72050; }
a { background-color: rgb(231,32,80); }
div.DivClassName
{
background-color: #E72050;
}
.BgClassName
{
background-color: #E72050;
}
</style>
border-color css
<style>
span { border-color: #E72050; }
span { border-color: rgb(231,32,80); }
td.TdClassName
{
border-color: #E72050;
}
.TagClassName
{
border-color: #E72050;
}
</style>