Shades of Amaranth #E64358
Tints of Amaranth #E64358
RGB
CMYK
RGB Variations
Color information
#E64358 (or 0xE64358) is known color: Amaranth. HEX triplet: E6, 43 and 58. RGB value is (230,67,88). Sum of RGB (Red+Green+Blue) = 230+67+88=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E64358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64358 is #19BCA7. Grayscale: #767676. Windows color (decimal): -1686696 or 5784550. OLE color: 5784550.
HSL color Cylindrical-coordinate representation of color #E64358: hue angle of 352.27º 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 #E64358 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 88 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.10 |
| HSL | 352.27º | 0.77% | 0.58% | - |
| HSV(B) | 352.27º | 0.71% | 0.9% | - |
| XYZ | 36.4 | 21.54 | 11.47 | - |
| YUV | 118.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 88 | 0 | 0.71 | 0.62 | 0.10 | 352.27 | 0.77 | 0.58 |
| Hex | E6 | 43 | 58 | 0 | 47 | 3E | A | 160 | 4D | 3A |
| Octal | 346 | 103 | 130 | 0 | 107 | 76 | 12 | 540 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1011000 | 0 | 1000111 | 111110 | 1010 | 101100000 | 1001101 | 111010 |
Color Harmonies of #E64358
Complementary color
Monochromatic Colors of #E64358
Black with #E64358
Text Example
Text Example
White with #E64358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64358; }
p { color: rgb(230,67,88); }
H1.HeaderClassName
{
color: #E64358;
}
.AnyTagClassName
{
color: #E64358;
}
</style>
background-color css
<style>
a { background-color: #E64358; }
a { background-color: rgb(230,67,88); }
div.DivClassName
{
background-color: #E64358;
}
.BgClassName
{
background-color: #E64358;
}
</style>
border-color css
<style>
span { border-color: #E64358; }
span { border-color: rgb(230,67,88); }
td.TdClassName
{
border-color: #E64358;
}
.TagClassName
{
border-color: #E64358;
}
</style>