Shades of Amaranth #E64355
Tints of Amaranth #E64355
RGB
CMYK
RGB Variations
Color information
#E64355 (or 0xE64355) is known color: Amaranth. HEX triplet: E6, 43 and 55. RGB value is (230,67,85). Sum of RGB (Red+Green+Blue) = 230+67+85=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64355 is #19BCAA. Grayscale: #757575. Windows color (decimal): -1686699 or 5587942. OLE color: 5587942.
HSL color Cylindrical-coordinate representation of color #E64355: hue angle of 353.37º 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 #E64355 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 85 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.37º | 0.77% | 0.58% | - |
| HSV(B) | 353.37º | 0.71% | 0.9% | - |
| XYZ | 36.28 | 21.49 | 10.83 | - |
| YUV | 117.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 85 | 0 | 0.71 | 0.63 | 0.10 | 353.37 | 0.77 | 0.58 |
| Hex | E6 | 43 | 55 | 0 | 47 | 3F | A | 161 | 4D | 3A |
| Octal | 346 | 103 | 125 | 0 | 107 | 77 | 12 | 541 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1010101 | 0 | 1000111 | 111111 | 1010 | 101100001 | 1001101 | 111010 |
Color Harmonies of #E64355
Complementary color
Monochromatic Colors of #E64355
Black with #E64355
Text Example
Text Example
White with #E64355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64355; }
p { color: rgb(230,67,85); }
H1.HeaderClassName
{
color: #E64355;
}
.AnyTagClassName
{
color: #E64355;
}
</style>
background-color css
<style>
a { background-color: #E64355; }
a { background-color: rgb(230,67,85); }
div.DivClassName
{
background-color: #E64355;
}
.BgClassName
{
background-color: #E64355;
}
</style>
border-color css
<style>
span { border-color: #E64355; }
span { border-color: rgb(230,67,85); }
td.TdClassName
{
border-color: #E64355;
}
.TagClassName
{
border-color: #E64355;
}
</style>