Shades of Amaranth #E2394D
Tints of Amaranth #E2394D
RGB
CMYK
RGB Variations
Color information
#E2394D (or 0xE2394D) is known color: Amaranth. HEX triplet: E2, 39 and 4D. RGB value is (226,57,77). Sum of RGB (Red+Green+Blue) = 226+57+77=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2394D is #1DC6B2. Grayscale: #6D6D6D. Windows color (decimal): -1951411 or 5061090. OLE color: 5061090.
HSL color Cylindrical-coordinate representation of color #E2394D: hue angle of 352.9º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2394D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 77 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.11 |
| HSL | 352.9º | 0.74% | 0.55% | - |
| HSV(B) | 352.9º | 0.75% | 0.89% | - |
| XYZ | 34.17 | 19.63 | 9.01 | - |
| YUV | 109.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 77 | 0 | 0.75 | 0.66 | 0.11 | 352.9 | 0.74 | 0.55 |
| Hex | E2 | 39 | 4D | 0 | 4B | 42 | B | 161 | 4A | 37 |
| Octal | 342 | 71 | 115 | 0 | 113 | 102 | 13 | 541 | 112 | 67 |
| Binary | 11100010 | 111001 | 1001101 | 0 | 1001011 | 1000010 | 1011 | 101100001 | 1001010 | 110111 |
Color Harmonies of #E2394D
Complementary color
Monochromatic Colors of #E2394D
Black with #E2394D
Text Example
Text Example
White with #E2394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2394D; }
p { color: rgb(226,57,77); }
H1.HeaderClassName
{
color: #E2394D;
}
.AnyTagClassName
{
color: #E2394D;
}
</style>
background-color css
<style>
a { background-color: #E2394D; }
a { background-color: rgb(226,57,77); }
div.DivClassName
{
background-color: #E2394D;
}
.BgClassName
{
background-color: #E2394D;
}
</style>
border-color css
<style>
span { border-color: #E2394D; }
span { border-color: rgb(226,57,77); }
td.TdClassName
{
border-color: #E2394D;
}
.TagClassName
{
border-color: #E2394D;
}
</style>