Shades of Amaranth #E64446
Tints of Amaranth #E64446
RGB
CMYK
RGB Variations
Color information
#E64446 (or 0xE64446) is known color: Amaranth. HEX triplet: E6, 44 and 46. RGB value is (230,68,70). Sum of RGB (Red+Green+Blue) = 230+68+70=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E64446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64446 is #19BBB9. Grayscale: #747474. Windows color (decimal): -1686458 or 4605158. OLE color: 4605158.
HSL color Cylindrical-coordinate representation of color #E64446: hue angle of 359.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64446 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 70 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.10 |
| HSL | 359.26º | 0.76% | 0.58% | - |
| HSV(B) | 359.26º | 0.7% | 0.9% | - |
| XYZ | 35.81 | 21.4 | 8.04 | - |
| YUV | 116.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 70 | 0 | 0.70 | 0.70 | 0.10 | 359.26 | 0.76 | 0.58 |
| Hex | E6 | 44 | 46 | 0 | 46 | 46 | A | 167 | 4C | 3A |
| Octal | 346 | 104 | 106 | 0 | 106 | 106 | 12 | 547 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1000110 | 0 | 1000110 | 1000110 | 1010 | 101100111 | 1001100 | 111010 |
Color Harmonies of #E64446
Complementary color
Monochromatic Colors of #E64446
Black with #E64446
Text Example
Text Example
White with #E64446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64446; }
p { color: rgb(230,68,70); }
H1.HeaderClassName
{
color: #E64446;
}
.AnyTagClassName
{
color: #E64446;
}
</style>
background-color css
<style>
a { background-color: #E64446; }
a { background-color: rgb(230,68,70); }
div.DivClassName
{
background-color: #E64446;
}
.BgClassName
{
background-color: #E64446;
}
</style>
border-color css
<style>
span { border-color: #E64446; }
span { border-color: rgb(230,68,70); }
td.TdClassName
{
border-color: #E64446;
}
.TagClassName
{
border-color: #E64446;
}
</style>