Shades of Amaranth #E73259
Tints of Amaranth #E73259
RGB
CMYK
RGB Variations
Color information
#E73259 (or 0xE73259) is known color: Amaranth. HEX triplet: E7, 32 and 59. RGB value is (231,50,89). Sum of RGB (Red+Green+Blue) = 231+50+89=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E73259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73259 is #18CDA6. Grayscale: #6C6C6C. Windows color (decimal): -1625511 or 5845735. OLE color: 5845735.
HSL color Cylindrical-coordinate representation of color #E73259: hue angle of 347.07º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E73259 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 89 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.09 |
| HSL | 347.07º | 0.79% | 0.55% | - |
| HSV(B) | 347.07º | 0.78% | 0.91% | - |
| XYZ | 35.9 | 19.99 | 11.42 | - |
| YUV | 108.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 89 | 0 | 0.78 | 0.61 | 0.09 | 347.07 | 0.79 | 0.55 |
| Hex | E7 | 32 | 59 | 0 | 4E | 3D | 9 | 15B | 4F | 37 |
| Octal | 347 | 62 | 131 | 0 | 116 | 75 | 11 | 533 | 117 | 67 |
| Binary | 11100111 | 110010 | 1011001 | 0 | 1001110 | 111101 | 1001 | 101011011 | 1001111 | 110111 |
Color Harmonies of #E73259
Complementary color
Monochromatic Colors of #E73259
Black with #E73259
Text Example
Text Example
White with #E73259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73259; }
p { color: rgb(231,50,89); }
H1.HeaderClassName
{
color: #E73259;
}
.AnyTagClassName
{
color: #E73259;
}
</style>
background-color css
<style>
a { background-color: #E73259; }
a { background-color: rgb(231,50,89); }
div.DivClassName
{
background-color: #E73259;
}
.BgClassName
{
background-color: #E73259;
}
</style>
border-color css
<style>
span { border-color: #E73259; }
span { border-color: rgb(231,50,89); }
td.TdClassName
{
border-color: #E73259;
}
.TagClassName
{
border-color: #E73259;
}
</style>