Shades of Amaranth #E84355
Tints of Amaranth #E84355
RGB
CMYK
RGB Variations
Color information
#E84355 (or 0xE84355) is known color: Amaranth. HEX triplet: E8, 43 and 55. RGB value is (232,67,85). Sum of RGB (Red+Green+Blue) = 232+67+85=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E84355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84355 is #17BCAA. Grayscale: #767676. Windows color (decimal): -1555627 or 5587944. OLE color: 5587944.
HSL color Cylindrical-coordinate representation of color #E84355: hue angle of 353.45º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84355 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 85 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.09 |
| HSL | 353.45º | 0.78% | 0.59% | - |
| HSV(B) | 353.45º | 0.71% | 0.91% | - |
| XYZ | 36.93 | 21.83 | 10.86 | - |
| YUV | 118.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 85 | 0 | 0.71 | 0.63 | 0.09 | 353.45 | 0.78 | 0.59 |
| Hex | E8 | 43 | 55 | 0 | 47 | 3F | 9 | 161 | 4E | 3B |
| Octal | 350 | 103 | 125 | 0 | 107 | 77 | 11 | 541 | 116 | 73 |
| Binary | 11101000 | 1000011 | 1010101 | 0 | 1000111 | 111111 | 1001 | 101100001 | 1001110 | 111011 |
Color Harmonies of #E84355
Complementary color
Monochromatic Colors of #E84355
Black with #E84355
Text Example
Text Example
White with #E84355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84355; }
p { color: rgb(232,67,85); }
H1.HeaderClassName
{
color: #E84355;
}
.AnyTagClassName
{
color: #E84355;
}
</style>
background-color css
<style>
a { background-color: #E84355; }
a { background-color: rgb(232,67,85); }
div.DivClassName
{
background-color: #E84355;
}
.BgClassName
{
background-color: #E84355;
}
</style>
border-color css
<style>
span { border-color: #E84355; }
span { border-color: rgb(232,67,85); }
td.TdClassName
{
border-color: #E84355;
}
.TagClassName
{
border-color: #E84355;
}
</style>