Shades of Amaranth #E8344C
Tints of Amaranth #E8344C
RGB
CMYK
RGB Variations
Color information
#E8344C (or 0xE8344C) is known color: Amaranth. HEX triplet: E8, 34 and 4C. RGB value is (232,52,76). Sum of RGB (Red+Green+Blue) = 232+52+76=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8344C is #17CBB3. Grayscale: #6C6C6C. Windows color (decimal): -1559476 or 4994280. OLE color: 4994280.
HSL color Cylindrical-coordinate representation of color #E8344C: hue angle of 352º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8344C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 76 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 352º | 0.8% | 0.56% | - |
| HSV(B) | 352º | 0.78% | 0.91% | - |
| XYZ | 35.81 | 20.13 | 8.84 | - |
| YUV | 108.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 76 | 0 | 0.78 | 0.67 | 0.09 | 352 | 0.8 | 0.56 |
| Hex | E8 | 34 | 4C | 0 | 4E | 43 | 9 | 160 | 50 | 38 |
| Octal | 350 | 64 | 114 | 0 | 116 | 103 | 11 | 540 | 120 | 70 |
| Binary | 11101000 | 110100 | 1001100 | 0 | 1001110 | 1000011 | 1001 | 101100000 | 1010000 | 111000 |
Color Harmonies of #E8344C
Complementary color
Monochromatic Colors of #E8344C
Black with #E8344C
Text Example
Text Example
White with #E8344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8344C; }
p { color: rgb(232,52,76); }
H1.HeaderClassName
{
color: #E8344C;
}
.AnyTagClassName
{
color: #E8344C;
}
</style>
background-color css
<style>
a { background-color: #E8344C; }
a { background-color: rgb(232,52,76); }
div.DivClassName
{
background-color: #E8344C;
}
.BgClassName
{
background-color: #E8344C;
}
</style>
border-color css
<style>
span { border-color: #E8344C; }
span { border-color: rgb(232,52,76); }
td.TdClassName
{
border-color: #E8344C;
}
.TagClassName
{
border-color: #E8344C;
}
</style>