Shades of Amaranth #E22953
Tints of Amaranth #E22953
RGB
CMYK
RGB Variations
Color information
#E22953 (or 0xE22953) is known color: Amaranth. HEX triplet: E2, 29 and 53. RGB value is (226,41,83). Sum of RGB (Red+Green+Blue) = 226+41+83=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E22953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22953 is #1DD6AC. Grayscale: #656565. Windows color (decimal): -1955501 or 5450210. OLE color: 5450210.
HSL color Cylindrical-coordinate representation of color #E22953: hue angle of 346.38º 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 #E22953 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 83 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.11 |
| HSL | 346.38º | 0.76% | 0.52% | - |
| HSV(B) | 346.38º | 0.82% | 0.89% | - |
| XYZ | 33.72 | 18.38 | 9.95 | - |
| YUV | 101.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 83 | 0 | 0.82 | 0.63 | 0.11 | 346.38 | 0.76 | 0.52 |
| Hex | E2 | 29 | 53 | 0 | 52 | 3F | B | 15A | 4C | 34 |
| Octal | 342 | 51 | 123 | 0 | 122 | 77 | 13 | 532 | 114 | 64 |
| Binary | 11100010 | 101001 | 1010011 | 0 | 1010010 | 111111 | 1011 | 101011010 | 1001100 | 110100 |
Color Harmonies of #E22953
Complementary color
Monochromatic Colors of #E22953
Black with #E22953
Text Example
Text Example
White with #E22953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22953; }
p { color: rgb(226,41,83); }
H1.HeaderClassName
{
color: #E22953;
}
.AnyTagClassName
{
color: #E22953;
}
</style>
background-color css
<style>
a { background-color: #E22953; }
a { background-color: rgb(226,41,83); }
div.DivClassName
{
background-color: #E22953;
}
.BgClassName
{
background-color: #E22953;
}
</style>
border-color css
<style>
span { border-color: #E22953; }
span { border-color: rgb(226,41,83); }
td.TdClassName
{
border-color: #E22953;
}
.TagClassName
{
border-color: #E22953;
}
</style>