Shades of Amaranth #E2434D
Tints of Amaranth #E2434D
RGB
CMYK
RGB Variations
Color information
#E2434D (or 0xE2434D) is known color: Amaranth. HEX triplet: E2, 43 and 4D. RGB value is (226,67,77). Sum of RGB (Red+Green+Blue) = 226+67+77=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2434D is #1DBCB2. Grayscale: #737373. Windows color (decimal): -1948851 or 5063650. OLE color: 5063650.
HSL color Cylindrical-coordinate representation of color #E2434D: hue angle of 356.23º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2434D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 77 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.11 |
| HSL | 356.23º | 0.73% | 0.57% | - |
| HSV(B) | 356.23º | 0.7% | 0.89% | - |
| XYZ | 34.71 | 20.72 | 9.19 | - |
| YUV | 115.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 77 | 0 | 0.70 | 0.66 | 0.11 | 356.23 | 0.73 | 0.57 |
| Hex | E2 | 43 | 4D | 0 | 46 | 42 | B | 164 | 49 | 39 |
| Octal | 342 | 103 | 115 | 0 | 106 | 102 | 13 | 544 | 111 | 71 |
| Binary | 11100010 | 1000011 | 1001101 | 0 | 1000110 | 1000010 | 1011 | 101100100 | 1001001 | 111001 |
Color Harmonies of #E2434D
Complementary color
Monochromatic Colors of #E2434D
Black with #E2434D
Text Example
Text Example
White with #E2434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2434D; }
p { color: rgb(226,67,77); }
H1.HeaderClassName
{
color: #E2434D;
}
.AnyTagClassName
{
color: #E2434D;
}
</style>
background-color css
<style>
a { background-color: #E2434D; }
a { background-color: rgb(226,67,77); }
div.DivClassName
{
background-color: #E2434D;
}
.BgClassName
{
background-color: #E2434D;
}
</style>
border-color css
<style>
span { border-color: #E2434D; }
span { border-color: rgb(226,67,77); }
td.TdClassName
{
border-color: #E2434D;
}
.TagClassName
{
border-color: #E2434D;
}
</style>