Shades of Amaranth #E32F56
Tints of Amaranth #E32F56
RGB
CMYK
RGB Variations
Color information
#E32F56 (or 0xE32F56) is known color: Amaranth. HEX triplet: E3, 2F and 56. RGB value is (227,47,86). Sum of RGB (Red+Green+Blue) = 227+47+86=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32F56 is #1CD0A9. Grayscale: #696969. Windows color (decimal): -1888426 or 5648355. OLE color: 5648355.
HSL color Cylindrical-coordinate representation of color #E32F56: hue angle of 347º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F56 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 86 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.11 |
| HSL | 347º | 0.76% | 0.54% | - |
| HSV(B) | 347º | 0.79% | 0.89% | - |
| XYZ | 34.37 | 19.04 | 10.67 | - |
| YUV | 105.27 | 117.13 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 86 | 0 | 0.79 | 0.62 | 0.11 | 347 | 0.76 | 0.54 |
| Hex | E3 | 2F | 56 | 0 | 4F | 3E | B | 15B | 4C | 36 |
| Octal | 343 | 57 | 126 | 0 | 117 | 76 | 13 | 533 | 114 | 66 |
| Binary | 11100011 | 101111 | 1010110 | 0 | 1001111 | 111110 | 1011 | 101011011 | 1001100 | 110110 |
Color Harmonies of #E32F56
Complementary color
Monochromatic Colors of #E32F56
Black with #E32F56
Text Example
Text Example
White with #E32F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F56; }
p { color: rgb(227,47,86); }
H1.HeaderClassName
{
color: #E32F56;
}
.AnyTagClassName
{
color: #E32F56;
}
</style>
background-color css
<style>
a { background-color: #E32F56; }
a { background-color: rgb(227,47,86); }
div.DivClassName
{
background-color: #E32F56;
}
.BgClassName
{
background-color: #E32F56;
}
</style>
border-color css
<style>
span { border-color: #E32F56; }
span { border-color: rgb(227,47,86); }
td.TdClassName
{
border-color: #E32F56;
}
.TagClassName
{
border-color: #E32F56;
}
</style>