Shades of Amaranth #E02251
Tints of Amaranth #E02251
RGB
CMYK
RGB Variations
Color information
#E02251 (or 0xE02251) is known color: Amaranth. HEX triplet: E0, 22 and 51. RGB value is (224,34,81). Sum of RGB (Red+Green+Blue) = 224+34+81=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E02251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02251 is #1FDDAE. Grayscale: #606060. Windows color (decimal): -2088367 or 5317344. OLE color: 5317344.
HSL color Cylindrical-coordinate representation of color #E02251: hue angle of 345.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02251 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 81 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.12 |
| HSL | 345.16º | 0.75% | 0.51% | - |
| HSV(B) | 345.16º | 0.85% | 0.88% | - |
| XYZ | 32.8 | 17.59 | 9.45 | - |
| YUV | 96.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 81 | 0 | 0.85 | 0.64 | 0.12 | 345.16 | 0.75 | 0.51 |
| Hex | E0 | 22 | 51 | 0 | 55 | 40 | C | 159 | 4B | 33 |
| Octal | 340 | 42 | 121 | 0 | 125 | 100 | 14 | 531 | 113 | 63 |
| Binary | 11100000 | 100010 | 1010001 | 0 | 1010101 | 1000000 | 1100 | 101011001 | 1001011 | 110011 |
Color Harmonies of #E02251
Complementary color
Monochromatic Colors of #E02251
Black with #E02251
Text Example
Text Example
White with #E02251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02251; }
p { color: rgb(224,34,81); }
H1.HeaderClassName
{
color: #E02251;
}
.AnyTagClassName
{
color: #E02251;
}
</style>
background-color css
<style>
a { background-color: #E02251; }
a { background-color: rgb(224,34,81); }
div.DivClassName
{
background-color: #E02251;
}
.BgClassName
{
background-color: #E02251;
}
</style>
border-color css
<style>
span { border-color: #E02251; }
span { border-color: rgb(224,34,81); }
td.TdClassName
{
border-color: #E02251;
}
.TagClassName
{
border-color: #E02251;
}
</style>