Shades of Amaranth #E74059
Tints of Amaranth #E74059
RGB
CMYK
RGB Variations
Color information
#E74059 (or 0xE74059) is known color: Amaranth. HEX triplet: E7, 40 and 59. RGB value is (231,64,89). Sum of RGB (Red+Green+Blue) = 231+64+89=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E74059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74059 is #18BFA6. Grayscale: #747474. Windows color (decimal): -1621927 or 5849319. OLE color: 5849319.
HSL color Cylindrical-coordinate representation of color #E74059: hue angle of 351.02º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74059 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 89 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.09 |
| HSL | 351.02º | 0.78% | 0.58% | - |
| HSV(B) | 351.02º | 0.72% | 0.91% | - |
| XYZ | 36.59 | 21.38 | 11.65 | - |
| YUV | 116.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 89 | 0 | 0.72 | 0.61 | 0.09 | 351.02 | 0.78 | 0.58 |
| Hex | E7 | 40 | 59 | 0 | 48 | 3D | 9 | 15F | 4E | 3A |
| Octal | 347 | 100 | 131 | 0 | 110 | 75 | 11 | 537 | 116 | 72 |
| Binary | 11100111 | 1000000 | 1011001 | 0 | 1001000 | 111101 | 1001 | 101011111 | 1001110 | 111010 |
Color Harmonies of #E74059
Complementary color
Monochromatic Colors of #E74059
Black with #E74059
Text Example
Text Example
White with #E74059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74059; }
p { color: rgb(231,64,89); }
H1.HeaderClassName
{
color: #E74059;
}
.AnyTagClassName
{
color: #E74059;
}
</style>
background-color css
<style>
a { background-color: #E74059; }
a { background-color: rgb(231,64,89); }
div.DivClassName
{
background-color: #E74059;
}
.BgClassName
{
background-color: #E74059;
}
</style>
border-color css
<style>
span { border-color: #E74059; }
span { border-color: rgb(231,64,89); }
td.TdClassName
{
border-color: #E74059;
}
.TagClassName
{
border-color: #E74059;
}
</style>