Shades of Amaranth #E32656
Tints of Amaranth #E32656
RGB
CMYK
RGB Variations
Color information
#E32656 (or 0xE32656) is known color: Amaranth. HEX triplet: E3, 26 and 56. RGB value is (227,38,86). Sum of RGB (Red+Green+Blue) = 227+38+86=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E32656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32656 is #1CD9A9. Grayscale: #636363. Windows color (decimal): -1890730 or 5646051. OLE color: 5646051.
HSL color Cylindrical-coordinate representation of color #E32656: hue angle of 344.76º 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 #E32656 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 86 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.11 |
| HSL | 344.76º | 0.77% | 0.52% | - |
| HSV(B) | 344.76º | 0.83% | 0.89% | - |
| XYZ | 34.05 | 18.39 | 10.56 | - |
| YUV | 99.98 | 120.12 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 86 | 0 | 0.83 | 0.62 | 0.11 | 344.76 | 0.77 | 0.52 |
| Hex | E3 | 26 | 56 | 0 | 53 | 3E | B | 159 | 4D | 34 |
| Octal | 343 | 46 | 126 | 0 | 123 | 76 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100110 | 1010110 | 0 | 1010011 | 111110 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32656
Complementary color
Monochromatic Colors of #E32656
Black with #E32656
Text Example
Text Example
White with #E32656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32656; }
p { color: rgb(227,38,86); }
H1.HeaderClassName
{
color: #E32656;
}
.AnyTagClassName
{
color: #E32656;
}
</style>
background-color css
<style>
a { background-color: #E32656; }
a { background-color: rgb(227,38,86); }
div.DivClassName
{
background-color: #E32656;
}
.BgClassName
{
background-color: #E32656;
}
</style>
border-color css
<style>
span { border-color: #E32656; }
span { border-color: rgb(227,38,86); }
td.TdClassName
{
border-color: #E32656;
}
.TagClassName
{
border-color: #E32656;
}
</style>