Shades of Amaranth #E22851
Tints of Amaranth #E22851
RGB
CMYK
RGB Variations
Color information
#E22851 (or 0xE22851) is known color: Amaranth. HEX triplet: E2, 28 and 51. RGB value is (226,40,81). Sum of RGB (Red+Green+Blue) = 226+40+81=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E22851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22851 is #1DD7AE. Grayscale: #646464. Windows color (decimal): -1955759 or 5318882. OLE color: 5318882.
HSL color Cylindrical-coordinate representation of color #E22851: hue angle of 346.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22851 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 81 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.11 |
| HSL | 346.77º | 0.76% | 0.52% | - |
| HSV(B) | 346.77º | 0.82% | 0.89% | - |
| XYZ | 33.61 | 18.28 | 9.54 | - |
| YUV | 100.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 81 | 0 | 0.82 | 0.64 | 0.11 | 346.77 | 0.76 | 0.52 |
| Hex | E2 | 28 | 51 | 0 | 52 | 40 | B | 15B | 4C | 34 |
| Octal | 342 | 50 | 121 | 0 | 122 | 100 | 13 | 533 | 114 | 64 |
| Binary | 11100010 | 101000 | 1010001 | 0 | 1010010 | 1000000 | 1011 | 101011011 | 1001100 | 110100 |
Color Harmonies of #E22851
Complementary color
Monochromatic Colors of #E22851
Black with #E22851
Text Example
Text Example
White with #E22851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22851; }
p { color: rgb(226,40,81); }
H1.HeaderClassName
{
color: #E22851;
}
.AnyTagClassName
{
color: #E22851;
}
</style>
background-color css
<style>
a { background-color: #E22851; }
a { background-color: rgb(226,40,81); }
div.DivClassName
{
background-color: #E22851;
}
.BgClassName
{
background-color: #E22851;
}
</style>
border-color css
<style>
span { border-color: #E22851; }
span { border-color: rgb(226,40,81); }
td.TdClassName
{
border-color: #E22851;
}
.TagClassName
{
border-color: #E22851;
}
</style>