Shades of Amaranth #E62844
Tints of Amaranth #E62844
RGB
CMYK
RGB Variations
Color information
#E62844 (or 0xE62844) is known color: Amaranth. HEX triplet: E6, 28 and 44. RGB value is (230,40,68). Sum of RGB (Red+Green+Blue) = 230+40+68=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E62844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62844 is #19D7BB. Grayscale: #646464. Windows color (decimal): -1693628 or 4466918. OLE color: 4466918.
HSL color Cylindrical-coordinate representation of color #E62844: hue angle of 351.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62844 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 68 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.10 |
| HSL | 351.16º | 0.79% | 0.53% | - |
| HSV(B) | 351.16º | 0.83% | 0.9% | - |
| XYZ | 34.44 | 18.76 | 7.27 | - |
| YUV | 100 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 68 | 0 | 0.83 | 0.70 | 0.10 | 351.16 | 0.79 | 0.53 |
| Hex | E6 | 28 | 44 | 0 | 53 | 46 | A | 15F | 4F | 35 |
| Octal | 346 | 50 | 104 | 0 | 123 | 106 | 12 | 537 | 117 | 65 |
| Binary | 11100110 | 101000 | 1000100 | 0 | 1010011 | 1000110 | 1010 | 101011111 | 1001111 | 110101 |
Color Harmonies of #E62844
Complementary color
Monochromatic Colors of #E62844
Black with #E62844
Text Example
Text Example
White with #E62844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62844; }
p { color: rgb(230,40,68); }
H1.HeaderClassName
{
color: #E62844;
}
.AnyTagClassName
{
color: #E62844;
}
</style>
background-color css
<style>
a { background-color: #E62844; }
a { background-color: rgb(230,40,68); }
div.DivClassName
{
background-color: #E62844;
}
.BgClassName
{
background-color: #E62844;
}
</style>
border-color css
<style>
span { border-color: #E62844; }
span { border-color: rgb(230,40,68); }
td.TdClassName
{
border-color: #E62844;
}
.TagClassName
{
border-color: #E62844;
}
</style>