Shades of Amaranth #E64347
Tints of Amaranth #E64347
RGB
CMYK
RGB Variations
Color information
#E64347 (or 0xE64347) is known color: Amaranth. HEX triplet: E6, 43 and 47. RGB value is (230,67,71). Sum of RGB (Red+Green+Blue) = 230+67+71=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E64347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64347 is #19BCB8. Grayscale: #747474. Windows color (decimal): -1686713 or 4670438. OLE color: 4670438.
HSL color Cylindrical-coordinate representation of color #E64347: hue angle of 358.53º 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 #E64347 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 71 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.10 |
| HSL | 358.53º | 0.77% | 0.58% | - |
| HSV(B) | 358.53º | 0.71% | 0.9% | - |
| XYZ | 35.78 | 21.29 | 8.19 | - |
| YUV | 116.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 71 | 0 | 0.71 | 0.69 | 0.10 | 358.53 | 0.77 | 0.58 |
| Hex | E6 | 43 | 47 | 0 | 47 | 45 | A | 167 | 4D | 3A |
| Octal | 346 | 103 | 107 | 0 | 107 | 105 | 12 | 547 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1000111 | 0 | 1000111 | 1000101 | 1010 | 101100111 | 1001101 | 111010 |
Color Harmonies of #E64347
Complementary color
Monochromatic Colors of #E64347
Black with #E64347
Text Example
Text Example
White with #E64347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64347; }
p { color: rgb(230,67,71); }
H1.HeaderClassName
{
color: #E64347;
}
.AnyTagClassName
{
color: #E64347;
}
</style>
background-color css
<style>
a { background-color: #E64347; }
a { background-color: rgb(230,67,71); }
div.DivClassName
{
background-color: #E64347;
}
.BgClassName
{
background-color: #E64347;
}
</style>
border-color css
<style>
span { border-color: #E64347; }
span { border-color: rgb(230,67,71); }
td.TdClassName
{
border-color: #E64347;
}
.TagClassName
{
border-color: #E64347;
}
</style>