Shades of Amaranth #E32857
Tints of Amaranth #E32857
RGB
CMYK
RGB Variations
Color information
#E32857 (or 0xE32857) is known color: Amaranth. HEX triplet: E3, 28 and 57. RGB value is (227,40,87). Sum of RGB (Red+Green+Blue) = 227+40+87=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E32857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32857 is #1CD7A8. Grayscale: #656565. Windows color (decimal): -1890217 or 5712099. OLE color: 5712099.
HSL color Cylindrical-coordinate representation of color #E32857: hue angle of 344.92º 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 #E32857 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 87 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.11 |
| HSL | 344.92º | 0.77% | 0.52% | - |
| HSV(B) | 344.92º | 0.82% | 0.89% | - |
| XYZ | 34.16 | 18.54 | 10.79 | - |
| YUV | 101.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 87 | 0 | 0.82 | 0.62 | 0.11 | 344.92 | 0.77 | 0.52 |
| Hex | E3 | 28 | 57 | 0 | 52 | 3E | B | 159 | 4D | 34 |
| Octal | 343 | 50 | 127 | 0 | 122 | 76 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 101000 | 1010111 | 0 | 1010010 | 111110 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32857
Complementary color
Monochromatic Colors of #E32857
Black with #E32857
Text Example
Text Example
White with #E32857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32857; }
p { color: rgb(227,40,87); }
H1.HeaderClassName
{
color: #E32857;
}
.AnyTagClassName
{
color: #E32857;
}
</style>
background-color css
<style>
a { background-color: #E32857; }
a { background-color: rgb(227,40,87); }
div.DivClassName
{
background-color: #E32857;
}
.BgClassName
{
background-color: #E32857;
}
</style>
border-color css
<style>
span { border-color: #E32857; }
span { border-color: rgb(227,40,87); }
td.TdClassName
{
border-color: #E32857;
}
.TagClassName
{
border-color: #E32857;
}
</style>