Shades of Amaranth #E64458
Tints of Amaranth #E64458
RGB
CMYK
RGB Variations
Color information
#E64458 (or 0xE64458) is known color: Amaranth. HEX triplet: E6, 44 and 58. RGB value is (230,68,88). Sum of RGB (Red+Green+Blue) = 230+68+88=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E64458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64458 is #19BBA7. Grayscale: #767676. Windows color (decimal): -1686440 or 5784806. OLE color: 5784806.
HSL color Cylindrical-coordinate representation of color #E64458: hue angle of 352.59º 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 #E64458 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 88 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.10 |
| HSL | 352.59º | 0.76% | 0.58% | - |
| HSV(B) | 352.59º | 0.7% | 0.9% | - |
| XYZ | 36.46 | 21.66 | 11.49 | - |
| YUV | 118.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 88 | 0 | 0.70 | 0.62 | 0.10 | 352.59 | 0.76 | 0.58 |
| Hex | E6 | 44 | 58 | 0 | 46 | 3E | A | 161 | 4C | 3A |
| Octal | 346 | 104 | 130 | 0 | 106 | 76 | 12 | 541 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1011000 | 0 | 1000110 | 111110 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E64458
Complementary color
Monochromatic Colors of #E64458
Black with #E64458
Text Example
Text Example
White with #E64458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64458; }
p { color: rgb(230,68,88); }
H1.HeaderClassName
{
color: #E64458;
}
.AnyTagClassName
{
color: #E64458;
}
</style>
background-color css
<style>
a { background-color: #E64458; }
a { background-color: rgb(230,68,88); }
div.DivClassName
{
background-color: #E64458;
}
.BgClassName
{
background-color: #E64458;
}
</style>
border-color css
<style>
span { border-color: #E64458; }
span { border-color: rgb(230,68,88); }
td.TdClassName
{
border-color: #E64458;
}
.TagClassName
{
border-color: #E64458;
}
</style>