Shades of Amaranth #E22745
Tints of Amaranth #E22745
RGB
CMYK
RGB Variations
Color information
#E22745 (or 0xE22745) is known color: Amaranth. HEX triplet: E2, 27 and 45. RGB value is (226,39,69). Sum of RGB (Red+Green+Blue) = 226+39+69=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E22745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22745 is #1DD8BA. Grayscale: #626262. Windows color (decimal): -1956027 or 4532194. OLE color: 4532194.
HSL color Cylindrical-coordinate representation of color #E22745: hue angle of 350.37º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E22745 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 69 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.11 |
| HSL | 350.37º | 0.76% | 0.52% | - |
| HSV(B) | 350.37º | 0.83% | 0.89% | - |
| XYZ | 33.16 | 18.05 | 7.37 | - |
| YUV | 98.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 69 | 0 | 0.83 | 0.69 | 0.11 | 350.37 | 0.76 | 0.52 |
| Hex | E2 | 27 | 45 | 0 | 53 | 45 | B | 15E | 4C | 34 |
| Octal | 342 | 47 | 105 | 0 | 123 | 105 | 13 | 536 | 114 | 64 |
| Binary | 11100010 | 100111 | 1000101 | 0 | 1010011 | 1000101 | 1011 | 101011110 | 1001100 | 110100 |
Color Harmonies of #E22745
Complementary color
Monochromatic Colors of #E22745
Black with #E22745
Text Example
Text Example
White with #E22745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22745; }
p { color: rgb(226,39,69); }
H1.HeaderClassName
{
color: #E22745;
}
.AnyTagClassName
{
color: #E22745;
}
</style>
background-color css
<style>
a { background-color: #E22745; }
a { background-color: rgb(226,39,69); }
div.DivClassName
{
background-color: #E22745;
}
.BgClassName
{
background-color: #E22745;
}
</style>
border-color css
<style>
span { border-color: #E22745; }
span { border-color: rgb(226,39,69); }
td.TdClassName
{
border-color: #E22745;
}
.TagClassName
{
border-color: #E22745;
}
</style>