Shades of Amaranth #E8364C
Tints of Amaranth #E8364C
RGB
CMYK
RGB Variations
Color information
#E8364C (or 0xE8364C) is known color: Amaranth. HEX triplet: E8, 36 and 4C. RGB value is (232,54,76). Sum of RGB (Red+Green+Blue) = 232+54+76=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8364C is #17C9B3. Grayscale: #6D6D6D. Windows color (decimal): -1558964 or 4994792. OLE color: 4994792.
HSL color Cylindrical-coordinate representation of color #E8364C: hue angle of 352.58º 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 #E8364C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 54 | 76 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.09 |
| HSL | 352.58º | 0.79% | 0.56% | - |
| HSV(B) | 352.58º | 0.77% | 0.91% | - |
| XYZ | 35.9 | 20.32 | 8.87 | - |
| YUV | 109.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 54 | 76 | 0 | 0.77 | 0.67 | 0.09 | 352.58 | 0.79 | 0.56 |
| Hex | E8 | 36 | 4C | 0 | 4D | 43 | 9 | 161 | 4F | 38 |
| Octal | 350 | 66 | 114 | 0 | 115 | 103 | 11 | 541 | 117 | 70 |
| Binary | 11101000 | 110110 | 1001100 | 0 | 1001101 | 1000011 | 1001 | 101100001 | 1001111 | 111000 |
Color Harmonies of #E8364C
Complementary color
Monochromatic Colors of #E8364C
Black with #E8364C
Text Example
Text Example
White with #E8364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8364C; }
p { color: rgb(232,54,76); }
H1.HeaderClassName
{
color: #E8364C;
}
.AnyTagClassName
{
color: #E8364C;
}
</style>
background-color css
<style>
a { background-color: #E8364C; }
a { background-color: rgb(232,54,76); }
div.DivClassName
{
background-color: #E8364C;
}
.BgClassName
{
background-color: #E8364C;
}
</style>
border-color css
<style>
span { border-color: #E8364C; }
span { border-color: rgb(232,54,76); }
td.TdClassName
{
border-color: #E8364C;
}
.TagClassName
{
border-color: #E8364C;
}
</style>