Shades of Amaranth #E84356
Tints of Amaranth #E84356
RGB
CMYK
RGB Variations
Color information
#E84356 (or 0xE84356) is known color: Amaranth. HEX triplet: E8, 43 and 56. RGB value is (232,67,86). Sum of RGB (Red+Green+Blue) = 232+67+86=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E84356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84356 is #17BCA9. Grayscale: #767676. Windows color (decimal): -1555626 or 5653480. OLE color: 5653480.
HSL color Cylindrical-coordinate representation of color #E84356: hue angle of 353.09º 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 #E84356 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 86 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.09 |
| HSL | 353.09º | 0.78% | 0.59% | - |
| HSV(B) | 353.09º | 0.71% | 0.91% | - |
| XYZ | 36.97 | 21.84 | 11.07 | - |
| YUV | 118.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 86 | 0 | 0.71 | 0.63 | 0.09 | 353.09 | 0.78 | 0.59 |
| Hex | E8 | 43 | 56 | 0 | 47 | 3F | 9 | 161 | 4E | 3B |
| Octal | 350 | 103 | 126 | 0 | 107 | 77 | 11 | 541 | 116 | 73 |
| Binary | 11101000 | 1000011 | 1010110 | 0 | 1000111 | 111111 | 1001 | 101100001 | 1001110 | 111011 |
Color Harmonies of #E84356
Complementary color
Monochromatic Colors of #E84356
Black with #E84356
Text Example
Text Example
White with #E84356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84356; }
p { color: rgb(232,67,86); }
H1.HeaderClassName
{
color: #E84356;
}
.AnyTagClassName
{
color: #E84356;
}
</style>
background-color css
<style>
a { background-color: #E84356; }
a { background-color: rgb(232,67,86); }
div.DivClassName
{
background-color: #E84356;
}
.BgClassName
{
background-color: #E84356;
}
</style>
border-color css
<style>
span { border-color: #E84356; }
span { border-color: rgb(232,67,86); }
td.TdClassName
{
border-color: #E84356;
}
.TagClassName
{
border-color: #E84356;
}
</style>