Shades of Amaranth #E32856
Tints of Amaranth #E32856
RGB
CMYK
RGB Variations
Color information
#E32856 (or 0xE32856) is known color: Amaranth. HEX triplet: E3, 28 and 56. RGB value is (227,40,86). Sum of RGB (Red+Green+Blue) = 227+40+86=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E32856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32856 is #1CD7A9. Grayscale: #656565. Windows color (decimal): -1890218 or 5646563. OLE color: 5646563.
HSL color Cylindrical-coordinate representation of color #E32856: hue angle of 345.24º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32856 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 86 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.11 |
| HSL | 345.24º | 0.77% | 0.52% | - |
| HSV(B) | 345.24º | 0.82% | 0.89% | - |
| XYZ | 34.12 | 18.52 | 10.58 | - |
| YUV | 101.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 86 | 0 | 0.82 | 0.62 | 0.11 | 345.24 | 0.77 | 0.52 |
| Hex | E3 | 28 | 56 | 0 | 52 | 3E | B | 159 | 4D | 34 |
| Octal | 343 | 50 | 126 | 0 | 122 | 76 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 101000 | 1010110 | 0 | 1010010 | 111110 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32856
Complementary color
Monochromatic Colors of #E32856
Black with #E32856
Text Example
Text Example
White with #E32856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32856; }
p { color: rgb(227,40,86); }
H1.HeaderClassName
{
color: #E32856;
}
.AnyTagClassName
{
color: #E32856;
}
</style>
background-color css
<style>
a { background-color: #E32856; }
a { background-color: rgb(227,40,86); }
div.DivClassName
{
background-color: #E32856;
}
.BgClassName
{
background-color: #E32856;
}
</style>
border-color css
<style>
span { border-color: #E32856; }
span { border-color: rgb(227,40,86); }
td.TdClassName
{
border-color: #E32856;
}
.TagClassName
{
border-color: #E32856;
}
</style>