Shades of Amaranth #E22D4E
Tints of Amaranth #E22D4E
RGB
CMYK
RGB Variations
Color information
#E22D4E (or 0xE22D4E) is known color: Amaranth. HEX triplet: E2, 2D and 4E. RGB value is (226,45,78). Sum of RGB (Red+Green+Blue) = 226+45+78=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22D4E is #1DD2B1. Grayscale: #666666. Windows color (decimal): -1954482 or 5123554. OLE color: 5123554.
HSL color Cylindrical-coordinate representation of color #E22D4E: hue angle of 349.06º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D4E is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 78 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.11 |
| HSL | 349.06º | 0.76% | 0.53% | - |
| HSV(B) | 349.06º | 0.8% | 0.89% | - |
| XYZ | 33.68 | 18.6 | 9.02 | - |
| YUV | 102.88 | 113.97 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 78 | 0 | 0.80 | 0.65 | 0.11 | 349.06 | 0.76 | 0.53 |
| Hex | E2 | 2D | 4E | 0 | 50 | 41 | B | 15D | 4C | 35 |
| Octal | 342 | 55 | 116 | 0 | 120 | 101 | 13 | 535 | 114 | 65 |
| Binary | 11100010 | 101101 | 1001110 | 0 | 1010000 | 1000001 | 1011 | 101011101 | 1001100 | 110101 |
Color Harmonies of #E22D4E
Complementary color
Monochromatic Colors of #E22D4E
Black with #E22D4E
Text Example
Text Example
White with #E22D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D4E; }
p { color: rgb(226,45,78); }
H1.HeaderClassName
{
color: #E22D4E;
}
.AnyTagClassName
{
color: #E22D4E;
}
</style>
background-color css
<style>
a { background-color: #E22D4E; }
a { background-color: rgb(226,45,78); }
div.DivClassName
{
background-color: #E22D4E;
}
.BgClassName
{
background-color: #E22D4E;
}
</style>
border-color css
<style>
span { border-color: #E22D4E; }
span { border-color: rgb(226,45,78); }
td.TdClassName
{
border-color: #E22D4E;
}
.TagClassName
{
border-color: #E22D4E;
}
</style>