Shades of Amaranth #E21E50
Tints of Amaranth #E21E50
RGB
CMYK
RGB Variations
Color information
#E21E50 (or 0xE21E50) is known color: Amaranth. HEX triplet: E2, 1E and 50. RGB value is (226,30,80). Sum of RGB (Red+Green+Blue) = 226+30+80=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E50 is #1DE1AF. Grayscale: #5E5E5E. Windows color (decimal): -1958320 or 5250786. OLE color: 5250786.
HSL color Cylindrical-coordinate representation of color #E21E50: hue angle of 344.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E50 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 80 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.11 |
| HSL | 344.69º | 0.77% | 0.5% | - |
| HSV(B) | 344.69º | 0.87% | 0.89% | - |
| XYZ | 33.28 | 17.68 | 9.25 | - |
| YUV | 94.3 | 119.93 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 80 | 0 | 0.87 | 0.65 | 0.11 | 344.69 | 0.77 | 0.5 |
| Hex | E2 | 1E | 50 | 0 | 57 | 41 | B | 159 | 4D | 32 |
| Octal | 342 | 36 | 120 | 0 | 127 | 101 | 13 | 531 | 115 | 62 |
| Binary | 11100010 | 11110 | 1010000 | 0 | 1010111 | 1000001 | 1011 | 101011001 | 1001101 | 110010 |
Color Harmonies of #E21E50
Complementary color
Monochromatic Colors of #E21E50
Black with #E21E50
Text Example
Text Example
White with #E21E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E50; }
p { color: rgb(226,30,80); }
H1.HeaderClassName
{
color: #E21E50;
}
.AnyTagClassName
{
color: #E21E50;
}
</style>
background-color css
<style>
a { background-color: #E21E50; }
a { background-color: rgb(226,30,80); }
div.DivClassName
{
background-color: #E21E50;
}
.BgClassName
{
background-color: #E21E50;
}
</style>
border-color css
<style>
span { border-color: #E21E50; }
span { border-color: rgb(226,30,80); }
td.TdClassName
{
border-color: #E21E50;
}
.TagClassName
{
border-color: #E21E50;
}
</style>