Shades of Amaranth #E22850
Tints of Amaranth #E22850
RGB
CMYK
RGB Variations
Color information
#E22850 (or 0xE22850) is known color: Amaranth. HEX triplet: E2, 28 and 50. RGB value is (226,40,80). Sum of RGB (Red+Green+Blue) = 226+40+80=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E22850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22850 is #1DD7AF. Grayscale: #646464. Windows color (decimal): -1955760 or 5253346. OLE color: 5253346.
HSL color Cylindrical-coordinate representation of color #E22850: hue angle of 347.1º 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 #E22850 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 80 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.11 |
| HSL | 347.1º | 0.76% | 0.52% | - |
| HSV(B) | 347.1º | 0.82% | 0.89% | - |
| XYZ | 33.57 | 18.27 | 9.35 | - |
| YUV | 100.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 80 | 0 | 0.82 | 0.65 | 0.11 | 347.1 | 0.76 | 0.52 |
| Hex | E2 | 28 | 50 | 0 | 52 | 41 | B | 15B | 4C | 34 |
| Octal | 342 | 50 | 120 | 0 | 122 | 101 | 13 | 533 | 114 | 64 |
| Binary | 11100010 | 101000 | 1010000 | 0 | 1010010 | 1000001 | 1011 | 101011011 | 1001100 | 110100 |
Color Harmonies of #E22850
Complementary color
Monochromatic Colors of #E22850
Black with #E22850
Text Example
Text Example
White with #E22850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22850; }
p { color: rgb(226,40,80); }
H1.HeaderClassName
{
color: #E22850;
}
.AnyTagClassName
{
color: #E22850;
}
</style>
background-color css
<style>
a { background-color: #E22850; }
a { background-color: rgb(226,40,80); }
div.DivClassName
{
background-color: #E22850;
}
.BgClassName
{
background-color: #E22850;
}
</style>
border-color css
<style>
span { border-color: #E22850; }
span { border-color: rgb(226,40,80); }
td.TdClassName
{
border-color: #E22850;
}
.TagClassName
{
border-color: #E22850;
}
</style>