Shades of Amaranth #E64054
Tints of Amaranth #E64054
RGB
CMYK
RGB Variations
Color information
#E64054 (or 0xE64054) is known color: Amaranth. HEX triplet: E6, 40 and 54. RGB value is (230,64,84). Sum of RGB (Red+Green+Blue) = 230+64+84=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E64054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64054 is #19BFAB. Grayscale: #737373. Windows color (decimal): -1687468 or 5521638. OLE color: 5521638.
HSL color Cylindrical-coordinate representation of color #E64054: hue angle of 352.77º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64054 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 84 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.10 |
| HSL | 352.77º | 0.77% | 0.58% | - |
| HSV(B) | 352.77º | 0.72% | 0.9% | - |
| XYZ | 36.07 | 21.13 | 10.57 | - |
| YUV | 115.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 84 | 0 | 0.72 | 0.63 | 0.10 | 352.77 | 0.77 | 0.58 |
| Hex | E6 | 40 | 54 | 0 | 48 | 3F | A | 161 | 4D | 3A |
| Octal | 346 | 100 | 124 | 0 | 110 | 77 | 12 | 541 | 115 | 72 |
| Binary | 11100110 | 1000000 | 1010100 | 0 | 1001000 | 111111 | 1010 | 101100001 | 1001101 | 111010 |
Color Harmonies of #E64054
Complementary color
Monochromatic Colors of #E64054
Black with #E64054
Text Example
Text Example
White with #E64054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64054; }
p { color: rgb(230,64,84); }
H1.HeaderClassName
{
color: #E64054;
}
.AnyTagClassName
{
color: #E64054;
}
</style>
background-color css
<style>
a { background-color: #E64054; }
a { background-color: rgb(230,64,84); }
div.DivClassName
{
background-color: #E64054;
}
.BgClassName
{
background-color: #E64054;
}
</style>
border-color css
<style>
span { border-color: #E64054; }
span { border-color: rgb(230,64,84); }
td.TdClassName
{
border-color: #E64054;
}
.TagClassName
{
border-color: #E64054;
}
</style>