Shades of Amaranth #E2424E
Tints of Amaranth #E2424E
RGB
CMYK
RGB Variations
Color information
#E2424E (or 0xE2424E) is known color: Amaranth. HEX triplet: E2, 42 and 4E. RGB value is (226,66,78). Sum of RGB (Red+Green+Blue) = 226+66+78=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2424E is #1DBDB1. Grayscale: #737373. Windows color (decimal): -1949106 or 5128930. OLE color: 5128930.
HSL color Cylindrical-coordinate representation of color #E2424E: hue angle of 355.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2424E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 78 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.11 |
| HSL | 355.5º | 0.73% | 0.57% | - |
| HSV(B) | 355.5º | 0.71% | 0.89% | - |
| XYZ | 34.69 | 20.62 | 9.36 | - |
| YUV | 115.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 78 | 0 | 0.71 | 0.65 | 0.11 | 355.5 | 0.73 | 0.57 |
| Hex | E2 | 42 | 4E | 0 | 47 | 41 | B | 164 | 49 | 39 |
| Octal | 342 | 102 | 116 | 0 | 107 | 101 | 13 | 544 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1001110 | 0 | 1000111 | 1000001 | 1011 | 101100100 | 1001001 | 111001 |
Color Harmonies of #E2424E
Complementary color
Monochromatic Colors of #E2424E
Black with #E2424E
Text Example
Text Example
White with #E2424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2424E; }
p { color: rgb(226,66,78); }
H1.HeaderClassName
{
color: #E2424E;
}
.AnyTagClassName
{
color: #E2424E;
}
</style>
background-color css
<style>
a { background-color: #E2424E; }
a { background-color: rgb(226,66,78); }
div.DivClassName
{
background-color: #E2424E;
}
.BgClassName
{
background-color: #E2424E;
}
</style>
border-color css
<style>
span { border-color: #E2424E; }
span { border-color: rgb(226,66,78); }
td.TdClassName
{
border-color: #E2424E;
}
.TagClassName
{
border-color: #E2424E;
}
</style>