Shades of Amaranth #E32756
Tints of Amaranth #E32756
RGB
CMYK
RGB Variations
Color information
#E32756 (or 0xE32756) is known color: Amaranth. HEX triplet: E3, 27 and 56. RGB value is (227,39,86). Sum of RGB (Red+Green+Blue) = 227+39+86=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E32756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32756 is #1CD8A9. Grayscale: #646464. Windows color (decimal): -1890474 or 5646307. OLE color: 5646307.
HSL color Cylindrical-coordinate representation of color #E32756: hue angle of 345º 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 #E32756 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 86 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.11 |
| HSL | 345º | 0.77% | 0.52% | - |
| HSV(B) | 345º | 0.83% | 0.89% | - |
| XYZ | 34.08 | 18.45 | 10.57 | - |
| YUV | 100.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 86 | 0 | 0.83 | 0.62 | 0.11 | 345 | 0.77 | 0.52 |
| Hex | E3 | 27 | 56 | 0 | 53 | 3E | B | 159 | 4D | 34 |
| Octal | 343 | 47 | 126 | 0 | 123 | 76 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100111 | 1010110 | 0 | 1010011 | 111110 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32756
Complementary color
Monochromatic Colors of #E32756
Black with #E32756
Text Example
Text Example
White with #E32756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32756; }
p { color: rgb(227,39,86); }
H1.HeaderClassName
{
color: #E32756;
}
.AnyTagClassName
{
color: #E32756;
}
</style>
background-color css
<style>
a { background-color: #E32756; }
a { background-color: rgb(227,39,86); }
div.DivClassName
{
background-color: #E32756;
}
.BgClassName
{
background-color: #E32756;
}
</style>
border-color css
<style>
span { border-color: #E32756; }
span { border-color: rgb(227,39,86); }
td.TdClassName
{
border-color: #E32756;
}
.TagClassName
{
border-color: #E32756;
}
</style>