Shades of Amaranth #E32351
Tints of Amaranth #E32351
RGB
CMYK
RGB Variations
Color information
#E32351 (or 0xE32351) is known color: Amaranth. HEX triplet: E3, 23 and 51. RGB value is (227,35,81). Sum of RGB (Red+Green+Blue) = 227+35+81=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E32351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32351 is #1CDCAE. Grayscale: #616161. Windows color (decimal): -1891503 or 5317603. OLE color: 5317603.
HSL color Cylindrical-coordinate representation of color #E32351: hue angle of 345.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32351 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 81 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.11 |
| HSL | 345.63º | 0.77% | 0.51% | - |
| HSV(B) | 345.63º | 0.85% | 0.89% | - |
| XYZ | 33.76 | 18.13 | 9.5 | - |
| YUV | 97.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 81 | 0 | 0.85 | 0.64 | 0.11 | 345.63 | 0.77 | 0.51 |
| Hex | E3 | 23 | 51 | 0 | 55 | 40 | B | 15A | 4D | 33 |
| Octal | 343 | 43 | 121 | 0 | 125 | 100 | 13 | 532 | 115 | 63 |
| Binary | 11100011 | 100011 | 1010001 | 0 | 1010101 | 1000000 | 1011 | 101011010 | 1001101 | 110011 |
Color Harmonies of #E32351
Complementary color
Monochromatic Colors of #E32351
Black with #E32351
Text Example
Text Example
White with #E32351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32351; }
p { color: rgb(227,35,81); }
H1.HeaderClassName
{
color: #E32351;
}
.AnyTagClassName
{
color: #E32351;
}
</style>
background-color css
<style>
a { background-color: #E32351; }
a { background-color: rgb(227,35,81); }
div.DivClassName
{
background-color: #E32351;
}
.BgClassName
{
background-color: #E32351;
}
</style>
border-color css
<style>
span { border-color: #E32351; }
span { border-color: rgb(227,35,81); }
td.TdClassName
{
border-color: #E32351;
}
.TagClassName
{
border-color: #E32351;
}
</style>