Shades of Amaranth #E32659
Tints of Amaranth #E32659
RGB
CMYK
RGB Variations
Color information
#E32659 (or 0xE32659) is known color: Amaranth. HEX triplet: E3, 26 and 59. RGB value is (227,38,89). Sum of RGB (Red+Green+Blue) = 227+38+89=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E32659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32659 is #1CD9A6. Grayscale: #646464. Windows color (decimal): -1890727 or 5842659. OLE color: 5842659.
HSL color Cylindrical-coordinate representation of color #E32659: hue angle of 343.81º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32659 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 89 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.11 |
| HSL | 343.81º | 0.77% | 0.52% | - |
| HSV(B) | 343.81º | 0.83% | 0.89% | - |
| XYZ | 34.17 | 18.44 | 11.21 | - |
| YUV | 100.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 89 | 0 | 0.83 | 0.61 | 0.11 | 343.81 | 0.77 | 0.52 |
| Hex | E3 | 26 | 59 | 0 | 53 | 3D | B | 158 | 4D | 34 |
| Octal | 343 | 46 | 131 | 0 | 123 | 75 | 13 | 530 | 115 | 64 |
| Binary | 11100011 | 100110 | 1011001 | 0 | 1010011 | 111101 | 1011 | 101011000 | 1001101 | 110100 |
Color Harmonies of #E32659
Complementary color
Monochromatic Colors of #E32659
Black with #E32659
Text Example
Text Example
White with #E32659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32659; }
p { color: rgb(227,38,89); }
H1.HeaderClassName
{
color: #E32659;
}
.AnyTagClassName
{
color: #E32659;
}
</style>
background-color css
<style>
a { background-color: #E32659; }
a { background-color: rgb(227,38,89); }
div.DivClassName
{
background-color: #E32659;
}
.BgClassName
{
background-color: #E32659;
}
</style>
border-color css
<style>
span { border-color: #E32659; }
span { border-color: rgb(227,38,89); }
td.TdClassName
{
border-color: #E32659;
}
.TagClassName
{
border-color: #E32659;
}
</style>