Shades of Amaranth #E64649
Tints of Amaranth #E64649
RGB
CMYK
RGB Variations
Color information
#E64649 (or 0xE64649) is known color: Amaranth. HEX triplet: E6, 46 and 49. RGB value is (230,70,73). Sum of RGB (Red+Green+Blue) = 230+70+73=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E64649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64649 is #19B9B6. Grayscale: #767676. Windows color (decimal): -1685943 or 4802278. OLE color: 4802278.
HSL color Cylindrical-coordinate representation of color #E64649: hue angle of 358.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64649 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 73 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.10 |
| HSL | 358.88º | 0.76% | 0.59% | - |
| HSV(B) | 358.88º | 0.7% | 0.9% | - |
| XYZ | 36.03 | 21.68 | 8.59 | - |
| YUV | 118.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 73 | 0 | 0.70 | 0.68 | 0.10 | 358.88 | 0.76 | 0.59 |
| Hex | E6 | 46 | 49 | 0 | 46 | 44 | A | 167 | 4C | 3B |
| Octal | 346 | 106 | 111 | 0 | 106 | 104 | 12 | 547 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1001001 | 0 | 1000110 | 1000100 | 1010 | 101100111 | 1001100 | 111011 |
Color Harmonies of #E64649
Complementary color
Monochromatic Colors of #E64649
Black with #E64649
Text Example
Text Example
White with #E64649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64649; }
p { color: rgb(230,70,73); }
H1.HeaderClassName
{
color: #E64649;
}
.AnyTagClassName
{
color: #E64649;
}
</style>
background-color css
<style>
a { background-color: #E64649; }
a { background-color: rgb(230,70,73); }
div.DivClassName
{
background-color: #E64649;
}
.BgClassName
{
background-color: #E64649;
}
</style>
border-color css
<style>
span { border-color: #E64649; }
span { border-color: rgb(230,70,73); }
td.TdClassName
{
border-color: #E64649;
}
.TagClassName
{
border-color: #E64649;
}
</style>