Shades of Amaranth #E32757
Tints of Amaranth #E32757
RGB
CMYK
RGB Variations
Color information
#E32757 (or 0xE32757) is known color: Amaranth. HEX triplet: E3, 27 and 57. RGB value is (227,39,87). Sum of RGB (Red+Green+Blue) = 227+39+87=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E32757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32757 is #1CD8A8. Grayscale: #646464. Windows color (decimal): -1890473 or 5711843. OLE color: 5711843.
HSL color Cylindrical-coordinate representation of color #E32757: hue angle of 344.68º 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 #E32757 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 87 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.11 |
| HSL | 344.68º | 0.77% | 0.52% | - |
| HSV(B) | 344.68º | 0.83% | 0.89% | - |
| XYZ | 34.12 | 18.47 | 10.78 | - |
| YUV | 100.68 | 120.28 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 87 | 0 | 0.83 | 0.62 | 0.11 | 344.68 | 0.77 | 0.52 |
| Hex | E3 | 27 | 57 | 0 | 53 | 3E | B | 159 | 4D | 34 |
| Octal | 343 | 47 | 127 | 0 | 123 | 76 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100111 | 1010111 | 0 | 1010011 | 111110 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32757
Complementary color
Monochromatic Colors of #E32757
Black with #E32757
Text Example
Text Example
White with #E32757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32757; }
p { color: rgb(227,39,87); }
H1.HeaderClassName
{
color: #E32757;
}
.AnyTagClassName
{
color: #E32757;
}
</style>
background-color css
<style>
a { background-color: #E32757; }
a { background-color: rgb(227,39,87); }
div.DivClassName
{
background-color: #E32757;
}
.BgClassName
{
background-color: #E32757;
}
</style>
border-color css
<style>
span { border-color: #E32757; }
span { border-color: rgb(227,39,87); }
td.TdClassName
{
border-color: #E32757;
}
.TagClassName
{
border-color: #E32757;
}
</style>