Shades of Amaranth #E8274D
Tints of Amaranth #E8274D
RGB
CMYK
RGB Variations
Color information
#E8274D (or 0xE8274D) is known color: Amaranth. HEX triplet: E8, 27 and 4D. RGB value is (232,39,77). Sum of RGB (Red+Green+Blue) = 232+39+77=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E8274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8274D is #17D8B2. Grayscale: #656565. Windows color (decimal): -1562803 or 5056488. OLE color: 5056488.
HSL color Cylindrical-coordinate representation of color #E8274D: hue angle of 348.19º 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 #E8274D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 77 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.09 |
| HSL | 348.19º | 0.81% | 0.53% | - |
| HSV(B) | 348.19º | 0.83% | 0.91% | - |
| XYZ | 35.34 | 19.14 | 8.85 | - |
| YUV | 101.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 77 | 0 | 0.83 | 0.67 | 0.09 | 348.19 | 0.81 | 0.53 |
| Hex | E8 | 27 | 4D | 0 | 53 | 43 | 9 | 15C | 51 | 35 |
| Octal | 350 | 47 | 115 | 0 | 123 | 103 | 11 | 534 | 121 | 65 |
| Binary | 11101000 | 100111 | 1001101 | 0 | 1010011 | 1000011 | 1001 | 101011100 | 1010001 | 110101 |
Color Harmonies of #E8274D
Complementary color
Monochromatic Colors of #E8274D
Black with #E8274D
Text Example
Text Example
White with #E8274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8274D; }
p { color: rgb(232,39,77); }
H1.HeaderClassName
{
color: #E8274D;
}
.AnyTagClassName
{
color: #E8274D;
}
</style>
background-color css
<style>
a { background-color: #E8274D; }
a { background-color: rgb(232,39,77); }
div.DivClassName
{
background-color: #E8274D;
}
.BgClassName
{
background-color: #E8274D;
}
</style>
border-color css
<style>
span { border-color: #E8274D; }
span { border-color: rgb(232,39,77); }
td.TdClassName
{
border-color: #E8274D;
}
.TagClassName
{
border-color: #E8274D;
}
</style>