Shades of Amaranth #E22952
Tints of Amaranth #E22952
RGB
CMYK
RGB Variations
Color information
#E22952 (or 0xE22952) is known color: Amaranth. HEX triplet: E2, 29 and 52. RGB value is (226,41,82). Sum of RGB (Red+Green+Blue) = 226+41+82=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E22952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22952 is #1DD6AD. Grayscale: #656565. Windows color (decimal): -1955502 or 5384674. OLE color: 5384674.
HSL color Cylindrical-coordinate representation of color #E22952: hue angle of 346.7º 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 #E22952 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 82 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.11 |
| HSL | 346.7º | 0.76% | 0.52% | - |
| HSV(B) | 346.7º | 0.82% | 0.89% | - |
| XYZ | 33.68 | 18.36 | 9.75 | - |
| YUV | 100.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 82 | 0 | 0.82 | 0.64 | 0.11 | 346.7 | 0.76 | 0.52 |
| Hex | E2 | 29 | 52 | 0 | 52 | 40 | B | 15B | 4C | 34 |
| Octal | 342 | 51 | 122 | 0 | 122 | 100 | 13 | 533 | 114 | 64 |
| Binary | 11100010 | 101001 | 1010010 | 0 | 1010010 | 1000000 | 1011 | 101011011 | 1001100 | 110100 |
Color Harmonies of #E22952
Complementary color
Monochromatic Colors of #E22952
Black with #E22952
Text Example
Text Example
White with #E22952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22952; }
p { color: rgb(226,41,82); }
H1.HeaderClassName
{
color: #E22952;
}
.AnyTagClassName
{
color: #E22952;
}
</style>
background-color css
<style>
a { background-color: #E22952; }
a { background-color: rgb(226,41,82); }
div.DivClassName
{
background-color: #E22952;
}
.BgClassName
{
background-color: #E22952;
}
</style>
border-color css
<style>
span { border-color: #E22952; }
span { border-color: rgb(226,41,82); }
td.TdClassName
{
border-color: #E22952;
}
.TagClassName
{
border-color: #E22952;
}
</style>