Shades of Amaranth #E8334C
Tints of Amaranth #E8334C
RGB
CMYK
RGB Variations
Color information
#E8334C (or 0xE8334C) is known color: Amaranth. HEX triplet: E8, 33 and 4C. RGB value is (232,51,76). Sum of RGB (Red+Green+Blue) = 232+51+76=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8334C is #17CCB3. Grayscale: #6C6C6C. Windows color (decimal): -1559732 or 4994024. OLE color: 4994024.
HSL color Cylindrical-coordinate representation of color #E8334C: hue angle of 351.71º 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 #E8334C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 76 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.71º | 0.8% | 0.55% | - |
| HSV(B) | 351.71º | 0.78% | 0.91% | - |
| XYZ | 35.77 | 20.05 | 8.82 | - |
| YUV | 107.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 76 | 0 | 0.78 | 0.67 | 0.09 | 351.71 | 0.8 | 0.55 |
| Hex | E8 | 33 | 4C | 0 | 4E | 43 | 9 | 160 | 50 | 37 |
| Octal | 350 | 63 | 114 | 0 | 116 | 103 | 11 | 540 | 120 | 67 |
| Binary | 11101000 | 110011 | 1001100 | 0 | 1001110 | 1000011 | 1001 | 101100000 | 1010000 | 110111 |
Color Harmonies of #E8334C
Complementary color
Monochromatic Colors of #E8334C
Black with #E8334C
Text Example
Text Example
White with #E8334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8334C; }
p { color: rgb(232,51,76); }
H1.HeaderClassName
{
color: #E8334C;
}
.AnyTagClassName
{
color: #E8334C;
}
</style>
background-color css
<style>
a { background-color: #E8334C; }
a { background-color: rgb(232,51,76); }
div.DivClassName
{
background-color: #E8334C;
}
.BgClassName
{
background-color: #E8334C;
}
</style>
border-color css
<style>
span { border-color: #E8334C; }
span { border-color: rgb(232,51,76); }
td.TdClassName
{
border-color: #E8334C;
}
.TagClassName
{
border-color: #E8334C;
}
</style>