Shades of Amaranth #E64447
Tints of Amaranth #E64447
RGB
CMYK
RGB Variations
Color information
#E64447 (or 0xE64447) is known color: Amaranth. HEX triplet: E6, 44 and 47. RGB value is (230,68,71). Sum of RGB (Red+Green+Blue) = 230+68+71=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E64447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64447 is #19BBB8. Grayscale: #747474. Windows color (decimal): -1686457 or 4670694. OLE color: 4670694.
HSL color Cylindrical-coordinate representation of color #E64447: hue angle of 358.89º 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 #E64447 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 71 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.10 |
| HSL | 358.89º | 0.76% | 0.58% | - |
| HSV(B) | 358.89º | 0.7% | 0.9% | - |
| XYZ | 35.84 | 21.41 | 8.21 | - |
| YUV | 116.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 71 | 0 | 0.70 | 0.69 | 0.10 | 358.89 | 0.76 | 0.58 |
| Hex | E6 | 44 | 47 | 0 | 46 | 45 | A | 167 | 4C | 3A |
| Octal | 346 | 104 | 107 | 0 | 106 | 105 | 12 | 547 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1000111 | 0 | 1000110 | 1000101 | 1010 | 101100111 | 1001100 | 111010 |
Color Harmonies of #E64447
Complementary color
Monochromatic Colors of #E64447
Black with #E64447
Text Example
Text Example
White with #E64447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64447; }
p { color: rgb(230,68,71); }
H1.HeaderClassName
{
color: #E64447;
}
.AnyTagClassName
{
color: #E64447;
}
</style>
background-color css
<style>
a { background-color: #E64447; }
a { background-color: rgb(230,68,71); }
div.DivClassName
{
background-color: #E64447;
}
.BgClassName
{
background-color: #E64447;
}
</style>
border-color css
<style>
span { border-color: #E64447; }
span { border-color: rgb(230,68,71); }
td.TdClassName
{
border-color: #E64447;
}
.TagClassName
{
border-color: #E64447;
}
</style>