Shades of Amaranth #E22351
Tints of Amaranth #E22351
RGB
CMYK
RGB Variations
Color information
#E22351 (or 0xE22351) is known color: Amaranth. HEX triplet: E2, 23 and 51. RGB value is (226,35,81). Sum of RGB (Red+Green+Blue) = 226+35+81=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E22351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22351 is #1DDCAE. Grayscale: #616161. Windows color (decimal): -1957039 or 5317602. OLE color: 5317602.
HSL color Cylindrical-coordinate representation of color #E22351: hue angle of 345.55º 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 #E22351 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 81 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.11 |
| HSL | 345.55º | 0.77% | 0.51% | - |
| HSV(B) | 345.55º | 0.85% | 0.89% | - |
| XYZ | 33.45 | 17.96 | 9.49 | - |
| YUV | 97.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 81 | 0 | 0.85 | 0.64 | 0.11 | 345.55 | 0.77 | 0.51 |
| Hex | E2 | 23 | 51 | 0 | 55 | 40 | B | 15A | 4D | 33 |
| Octal | 342 | 43 | 121 | 0 | 125 | 100 | 13 | 532 | 115 | 63 |
| Binary | 11100010 | 100011 | 1010001 | 0 | 1010101 | 1000000 | 1011 | 101011010 | 1001101 | 110011 |
Color Harmonies of #E22351
Complementary color
Monochromatic Colors of #E22351
Black with #E22351
Text Example
Text Example
White with #E22351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22351; }
p { color: rgb(226,35,81); }
H1.HeaderClassName
{
color: #E22351;
}
.AnyTagClassName
{
color: #E22351;
}
</style>
background-color css
<style>
a { background-color: #E22351; }
a { background-color: rgb(226,35,81); }
div.DivClassName
{
background-color: #E22351;
}
.BgClassName
{
background-color: #E22351;
}
</style>
border-color css
<style>
span { border-color: #E22351; }
span { border-color: rgb(226,35,81); }
td.TdClassName
{
border-color: #E22351;
}
.TagClassName
{
border-color: #E22351;
}
</style>