Shades of Amaranth #E8264D
Tints of Amaranth #E8264D
RGB
CMYK
RGB Variations
Color information
#E8264D (or 0xE8264D) is known color: Amaranth. HEX triplet: E8, 26 and 4D. RGB value is (232,38,77). Sum of RGB (Red+Green+Blue) = 232+38+77=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8264D is #17D9B2. Grayscale: #646464. Windows color (decimal): -1563059 or 5056232. OLE color: 5056232.
HSL color Cylindrical-coordinate representation of color #E8264D: hue angle of 347.94º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8264D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 77 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.09 |
| HSL | 347.94º | 0.81% | 0.53% | - |
| HSV(B) | 347.94º | 0.84% | 0.91% | - |
| XYZ | 35.31 | 19.08 | 8.84 | - |
| YUV | 100.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 77 | 0 | 0.84 | 0.67 | 0.09 | 347.94 | 0.81 | 0.53 |
| Hex | E8 | 26 | 4D | 0 | 54 | 43 | 9 | 15C | 51 | 35 |
| Octal | 350 | 46 | 115 | 0 | 124 | 103 | 11 | 534 | 121 | 65 |
| Binary | 11101000 | 100110 | 1001101 | 0 | 1010100 | 1000011 | 1001 | 101011100 | 1010001 | 110101 |
Color Harmonies of #E8264D
Complementary color
Monochromatic Colors of #E8264D
Black with #E8264D
Text Example
Text Example
White with #E8264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8264D; }
p { color: rgb(232,38,77); }
H1.HeaderClassName
{
color: #E8264D;
}
.AnyTagClassName
{
color: #E8264D;
}
</style>
background-color css
<style>
a { background-color: #E8264D; }
a { background-color: rgb(232,38,77); }
div.DivClassName
{
background-color: #E8264D;
}
.BgClassName
{
background-color: #E8264D;
}
</style>
border-color css
<style>
span { border-color: #E8264D; }
span { border-color: rgb(232,38,77); }
td.TdClassName
{
border-color: #E8264D;
}
.TagClassName
{
border-color: #E8264D;
}
</style>