Shades of Amaranth #E8324C
Tints of Amaranth #E8324C
RGB
CMYK
RGB Variations
Color information
#E8324C (or 0xE8324C) is known color: Amaranth. HEX triplet: E8, 32 and 4C. RGB value is (232,50,76). Sum of RGB (Red+Green+Blue) = 232+50+76=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8324C is #17CDB3. Grayscale: #6B6B6B. Windows color (decimal): -1559988 or 4993768. OLE color: 4993768.
HSL color Cylindrical-coordinate representation of color #E8324C: hue angle of 351.43º 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 #E8324C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 76 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.43º | 0.8% | 0.55% | - |
| HSV(B) | 351.43º | 0.78% | 0.91% | - |
| XYZ | 35.72 | 19.96 | 8.81 | - |
| YUV | 107.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 76 | 0 | 0.78 | 0.67 | 0.09 | 351.43 | 0.8 | 0.55 |
| Hex | E8 | 32 | 4C | 0 | 4E | 43 | 9 | 15F | 50 | 37 |
| Octal | 350 | 62 | 114 | 0 | 116 | 103 | 11 | 537 | 120 | 67 |
| Binary | 11101000 | 110010 | 1001100 | 0 | 1001110 | 1000011 | 1001 | 101011111 | 1010000 | 110111 |
Color Harmonies of #E8324C
Complementary color
Monochromatic Colors of #E8324C
Black with #E8324C
Text Example
Text Example
White with #E8324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8324C; }
p { color: rgb(232,50,76); }
H1.HeaderClassName
{
color: #E8324C;
}
.AnyTagClassName
{
color: #E8324C;
}
</style>
background-color css
<style>
a { background-color: #E8324C; }
a { background-color: rgb(232,50,76); }
div.DivClassName
{
background-color: #E8324C;
}
.BgClassName
{
background-color: #E8324C;
}
</style>
border-color css
<style>
span { border-color: #E8324C; }
span { border-color: rgb(232,50,76); }
td.TdClassName
{
border-color: #E8324C;
}
.TagClassName
{
border-color: #E8324C;
}
</style>