Shades of Amaranth #E2424F
Tints of Amaranth #E2424F
RGB
CMYK
RGB Variations
Color information
#E2424F (or 0xE2424F) is known color: Amaranth. HEX triplet: E2, 42 and 4F. RGB value is (226,66,79). Sum of RGB (Red+Green+Blue) = 226+66+79=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2424F is #1DBDB0. Grayscale: #737373. Windows color (decimal): -1949105 or 5194466. OLE color: 5194466.
HSL color Cylindrical-coordinate representation of color #E2424F: hue angle of 355.12º 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 #E2424F is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 79 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.11 |
| HSL | 355.13º | 0.73% | 0.57% | - |
| HSV(B) | 355.13º | 0.71% | 0.89% | - |
| XYZ | 34.72 | 20.63 | 9.55 | - |
| YUV | 115.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 79 | 0 | 0.71 | 0.65 | 0.11 | 355.13 | 0.73 | 0.57 |
| Hex | E2 | 42 | 4F | 0 | 47 | 41 | B | 163 | 49 | 39 |
| Octal | 342 | 102 | 117 | 0 | 107 | 101 | 13 | 543 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1001111 | 0 | 1000111 | 1000001 | 1011 | 101100011 | 1001001 | 111001 |
Color Harmonies of #E2424F
Complementary color
Monochromatic Colors of #E2424F
Black with #E2424F
Text Example
Text Example
White with #E2424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2424F; }
p { color: rgb(226,66,79); }
H1.HeaderClassName
{
color: #E2424F;
}
.AnyTagClassName
{
color: #E2424F;
}
</style>
background-color css
<style>
a { background-color: #E2424F; }
a { background-color: rgb(226,66,79); }
div.DivClassName
{
background-color: #E2424F;
}
.BgClassName
{
background-color: #E2424F;
}
</style>
border-color css
<style>
span { border-color: #E2424F; }
span { border-color: rgb(226,66,79); }
td.TdClassName
{
border-color: #E2424F;
}
.TagClassName
{
border-color: #E2424F;
}
</style>