Shades of Amaranth #E8284C
Tints of Amaranth #E8284C
RGB
CMYK
RGB Variations
Color information
#E8284C (or 0xE8284C) is known color: Amaranth. HEX triplet: E8, 28 and 4C. RGB value is (232,40,76). Sum of RGB (Red+Green+Blue) = 232+40+76=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E8284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8284C is #17D7B3. Grayscale: #656565. Windows color (decimal): -1562548 or 4991208. OLE color: 4991208.
HSL color Cylindrical-coordinate representation of color #E8284C: hue angle of 348.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8284C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 76 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.09 |
| HSL | 348.75º | 0.81% | 0.53% | - |
| HSV(B) | 348.75º | 0.83% | 0.91% | - |
| XYZ | 35.34 | 19.2 | 8.68 | - |
| YUV | 101.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 76 | 0 | 0.83 | 0.67 | 0.09 | 348.75 | 0.81 | 0.53 |
| Hex | E8 | 28 | 4C | 0 | 53 | 43 | 9 | 15D | 51 | 35 |
| Octal | 350 | 50 | 114 | 0 | 123 | 103 | 11 | 535 | 121 | 65 |
| Binary | 11101000 | 101000 | 1001100 | 0 | 1010011 | 1000011 | 1001 | 101011101 | 1010001 | 110101 |
Color Harmonies of #E8284C
Complementary color
Monochromatic Colors of #E8284C
Black with #E8284C
Text Example
Text Example
White with #E8284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8284C; }
p { color: rgb(232,40,76); }
H1.HeaderClassName
{
color: #E8284C;
}
.AnyTagClassName
{
color: #E8284C;
}
</style>
background-color css
<style>
a { background-color: #E8284C; }
a { background-color: rgb(232,40,76); }
div.DivClassName
{
background-color: #E8284C;
}
.BgClassName
{
background-color: #E8284C;
}
</style>
border-color css
<style>
span { border-color: #E8284C; }
span { border-color: rgb(232,40,76); }
td.TdClassName
{
border-color: #E8284C;
}
.TagClassName
{
border-color: #E8284C;
}
</style>