Shades of Amaranth #E64247
Tints of Amaranth #E64247
RGB
CMYK
RGB Variations
Color information
#E64247 (or 0xE64247) is known color: Amaranth. HEX triplet: E6, 42 and 47. RGB value is (230,66,71). Sum of RGB (Red+Green+Blue) = 230+66+71=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E64247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64247 is #19BDB8. Grayscale: #737373. Windows color (decimal): -1686969 or 4670182. OLE color: 4670182.
HSL color Cylindrical-coordinate representation of color #E64247: hue angle of 358.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64247 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 71 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.10 |
| HSL | 358.17º | 0.77% | 0.58% | - |
| HSV(B) | 358.17º | 0.71% | 0.9% | - |
| XYZ | 35.72 | 21.17 | 8.17 | - |
| YUV | 115.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 71 | 0 | 0.71 | 0.69 | 0.10 | 358.17 | 0.77 | 0.58 |
| Hex | E6 | 42 | 47 | 0 | 47 | 45 | A | 166 | 4D | 3A |
| Octal | 346 | 102 | 107 | 0 | 107 | 105 | 12 | 546 | 115 | 72 |
| Binary | 11100110 | 1000010 | 1000111 | 0 | 1000111 | 1000101 | 1010 | 101100110 | 1001101 | 111010 |
Color Harmonies of #E64247
Complementary color
Monochromatic Colors of #E64247
Black with #E64247
Text Example
Text Example
White with #E64247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64247; }
p { color: rgb(230,66,71); }
H1.HeaderClassName
{
color: #E64247;
}
.AnyTagClassName
{
color: #E64247;
}
</style>
background-color css
<style>
a { background-color: #E64247; }
a { background-color: rgb(230,66,71); }
div.DivClassName
{
background-color: #E64247;
}
.BgClassName
{
background-color: #E64247;
}
</style>
border-color css
<style>
span { border-color: #E64247; }
span { border-color: rgb(230,66,71); }
td.TdClassName
{
border-color: #E64247;
}
.TagClassName
{
border-color: #E64247;
}
</style>