Shades of Amaranth #E8314C
Tints of Amaranth #E8314C
RGB
CMYK
RGB Variations
Color information
#E8314C (or 0xE8314C) is known color: Amaranth. HEX triplet: E8, 31 and 4C. RGB value is (232,49,76). Sum of RGB (Red+Green+Blue) = 232+49+76=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8314C is #17CEB3. Grayscale: #6A6A6A. Windows color (decimal): -1560244 or 4993512. OLE color: 4993512.
HSL color Cylindrical-coordinate representation of color #E8314C: hue angle of 351.15º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8314C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 76 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.09 |
| HSL | 351.15º | 0.8% | 0.55% | - |
| HSV(B) | 351.15º | 0.79% | 0.91% | - |
| XYZ | 35.68 | 19.87 | 8.79 | - |
| YUV | 106.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 76 | 0 | 0.79 | 0.67 | 0.09 | 351.15 | 0.8 | 0.55 |
| Hex | E8 | 31 | 4C | 0 | 4F | 43 | 9 | 15F | 50 | 37 |
| Octal | 350 | 61 | 114 | 0 | 117 | 103 | 11 | 537 | 120 | 67 |
| Binary | 11101000 | 110001 | 1001100 | 0 | 1001111 | 1000011 | 1001 | 101011111 | 1010000 | 110111 |
Color Harmonies of #E8314C
Complementary color
Monochromatic Colors of #E8314C
Black with #E8314C
Text Example
Text Example
White with #E8314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8314C; }
p { color: rgb(232,49,76); }
H1.HeaderClassName
{
color: #E8314C;
}
.AnyTagClassName
{
color: #E8314C;
}
</style>
background-color css
<style>
a { background-color: #E8314C; }
a { background-color: rgb(232,49,76); }
div.DivClassName
{
background-color: #E8314C;
}
.BgClassName
{
background-color: #E8314C;
}
</style>
border-color css
<style>
span { border-color: #E8314C; }
span { border-color: rgb(232,49,76); }
td.TdClassName
{
border-color: #E8314C;
}
.TagClassName
{
border-color: #E8314C;
}
</style>