Shades of Amaranth #E84353
Tints of Amaranth #E84353
RGB
CMYK
RGB Variations
Color information
#E84353 (or 0xE84353) is known color: Amaranth. HEX triplet: E8, 43 and 53. RGB value is (232,67,83). Sum of RGB (Red+Green+Blue) = 232+67+83=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E84353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84353 is #17BCAC. Grayscale: #767676. Windows color (decimal): -1555629 or 5456872. OLE color: 5456872.
HSL color Cylindrical-coordinate representation of color #E84353: hue angle of 354.18º 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 #E84353 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 83 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.09 |
| HSL | 354.18º | 0.78% | 0.59% | - |
| HSV(B) | 354.18º | 0.71% | 0.91% | - |
| XYZ | 36.85 | 21.79 | 10.45 | - |
| YUV | 118.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 83 | 0 | 0.71 | 0.64 | 0.09 | 354.18 | 0.78 | 0.59 |
| Hex | E8 | 43 | 53 | 0 | 47 | 40 | 9 | 162 | 4E | 3B |
| Octal | 350 | 103 | 123 | 0 | 107 | 100 | 11 | 542 | 116 | 73 |
| Binary | 11101000 | 1000011 | 1010011 | 0 | 1000111 | 1000000 | 1001 | 101100010 | 1001110 | 111011 |
Color Harmonies of #E84353
Complementary color
Monochromatic Colors of #E84353
Black with #E84353
Text Example
Text Example
White with #E84353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84353; }
p { color: rgb(232,67,83); }
H1.HeaderClassName
{
color: #E84353;
}
.AnyTagClassName
{
color: #E84353;
}
</style>
background-color css
<style>
a { background-color: #E84353; }
a { background-color: rgb(232,67,83); }
div.DivClassName
{
background-color: #E84353;
}
.BgClassName
{
background-color: #E84353;
}
</style>
border-color css
<style>
span { border-color: #E84353; }
span { border-color: rgb(232,67,83); }
td.TdClassName
{
border-color: #E84353;
}
.TagClassName
{
border-color: #E84353;
}
</style>