Shades of Amaranth #E64354
Tints of Amaranth #E64354
RGB
CMYK
RGB Variations
Color information
#E64354 (or 0xE64354) is known color: Amaranth. HEX triplet: E6, 43 and 54. RGB value is (230,67,84). Sum of RGB (Red+Green+Blue) = 230+67+84=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E64354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64354 is #19BCAB. Grayscale: #757575. Windows color (decimal): -1686700 or 5522406. OLE color: 5522406.
HSL color Cylindrical-coordinate representation of color #E64354: hue angle of 353.74º 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 #E64354 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 84 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.74º | 0.77% | 0.58% | - |
| HSV(B) | 353.74º | 0.71% | 0.9% | - |
| XYZ | 36.24 | 21.48 | 10.62 | - |
| YUV | 117.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 84 | 0 | 0.71 | 0.63 | 0.10 | 353.74 | 0.77 | 0.58 |
| Hex | E6 | 43 | 54 | 0 | 47 | 3F | A | 162 | 4D | 3A |
| Octal | 346 | 103 | 124 | 0 | 107 | 77 | 12 | 542 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1010100 | 0 | 1000111 | 111111 | 1010 | 101100010 | 1001101 | 111010 |
Color Harmonies of #E64354
Complementary color
Monochromatic Colors of #E64354
Black with #E64354
Text Example
Text Example
White with #E64354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64354; }
p { color: rgb(230,67,84); }
H1.HeaderClassName
{
color: #E64354;
}
.AnyTagClassName
{
color: #E64354;
}
</style>
background-color css
<style>
a { background-color: #E64354; }
a { background-color: rgb(230,67,84); }
div.DivClassName
{
background-color: #E64354;
}
.BgClassName
{
background-color: #E64354;
}
</style>
border-color css
<style>
span { border-color: #E64354; }
span { border-color: rgb(230,67,84); }
td.TdClassName
{
border-color: #E64354;
}
.TagClassName
{
border-color: #E64354;
}
</style>