Shades of Amaranth #E8364F
Tints of Amaranth #E8364F
RGB
CMYK
RGB Variations
Color information
#E8364F (or 0xE8364F) is known color: Amaranth. HEX triplet: E8, 36 and 4F. RGB value is (232,54,79). Sum of RGB (Red+Green+Blue) = 232+54+79=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E8364F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8364F is #17C9B0. Grayscale: #6E6E6E. Windows color (decimal): -1558961 or 5191400. OLE color: 5191400.
HSL color Cylindrical-coordinate representation of color #E8364F: hue angle of 351.57º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8364F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 54 | 79 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.09 |
| HSL | 351.57º | 0.79% | 0.56% | - |
| HSV(B) | 351.57º | 0.77% | 0.91% | - |
| XYZ | 36.01 | 20.36 | 9.43 | - |
| YUV | 110.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 54 | 79 | 0 | 0.77 | 0.66 | 0.09 | 351.57 | 0.79 | 0.56 |
| Hex | E8 | 36 | 4F | 0 | 4D | 42 | 9 | 160 | 4F | 38 |
| Octal | 350 | 66 | 117 | 0 | 115 | 102 | 11 | 540 | 117 | 70 |
| Binary | 11101000 | 110110 | 1001111 | 0 | 1001101 | 1000010 | 1001 | 101100000 | 1001111 | 111000 |
Color Harmonies of #E8364F
Complementary color
Monochromatic Colors of #E8364F
Black with #E8364F
Text Example
Text Example
White with #E8364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8364F; }
p { color: rgb(232,54,79); }
H1.HeaderClassName
{
color: #E8364F;
}
.AnyTagClassName
{
color: #E8364F;
}
</style>
background-color css
<style>
a { background-color: #E8364F; }
a { background-color: rgb(232,54,79); }
div.DivClassName
{
background-color: #E8364F;
}
.BgClassName
{
background-color: #E8364F;
}
</style>
border-color css
<style>
span { border-color: #E8364F; }
span { border-color: rgb(232,54,79); }
td.TdClassName
{
border-color: #E8364F;
}
.TagClassName
{
border-color: #E8364F;
}
</style>