Shades of Amaranth #E8324D
Tints of Amaranth #E8324D
RGB
CMYK
RGB Variations
Color information
#E8324D (or 0xE8324D) is known color: Amaranth. HEX triplet: E8, 32 and 4D. RGB value is (232,50,77). Sum of RGB (Red+Green+Blue) = 232+50+77=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8324D is #17CDB2. Grayscale: #6B6B6B. Windows color (decimal): -1559987 or 5059304. OLE color: 5059304.
HSL color Cylindrical-coordinate representation of color #E8324D: hue angle of 351.1º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8324D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 77 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.1º | 0.8% | 0.55% | - |
| HSV(B) | 351.1º | 0.78% | 0.91% | - |
| XYZ | 35.76 | 19.97 | 8.99 | - |
| YUV | 107.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 77 | 0 | 0.78 | 0.67 | 0.09 | 351.1 | 0.8 | 0.55 |
| Hex | E8 | 32 | 4D | 0 | 4E | 43 | 9 | 15F | 50 | 37 |
| Octal | 350 | 62 | 115 | 0 | 116 | 103 | 11 | 537 | 120 | 67 |
| Binary | 11101000 | 110010 | 1001101 | 0 | 1001110 | 1000011 | 1001 | 101011111 | 1010000 | 110111 |
Color Harmonies of #E8324D
Complementary color
Monochromatic Colors of #E8324D
Black with #E8324D
Text Example
Text Example
White with #E8324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8324D; }
p { color: rgb(232,50,77); }
H1.HeaderClassName
{
color: #E8324D;
}
.AnyTagClassName
{
color: #E8324D;
}
</style>
background-color css
<style>
a { background-color: #E8324D; }
a { background-color: rgb(232,50,77); }
div.DivClassName
{
background-color: #E8324D;
}
.BgClassName
{
background-color: #E8324D;
}
</style>
border-color css
<style>
span { border-color: #E8324D; }
span { border-color: rgb(232,50,77); }
td.TdClassName
{
border-color: #E8324D;
}
.TagClassName
{
border-color: #E8324D;
}
</style>