Shades of Amaranth #E8355A
Tints of Amaranth #E8355A
RGB
CMYK
RGB Variations
Color information
#E8355A (or 0xE8355A) is known color: Amaranth. HEX triplet: E8, 35 and 5A. RGB value is (232,53,90). Sum of RGB (Red+Green+Blue) = 232+53+90=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8355A is #17CAA5. Grayscale: #6E6E6E. Windows color (decimal): -1559206 or 5912040. OLE color: 5912040.
HSL color Cylindrical-coordinate representation of color #E8355A: hue angle of 347.6º degrees, saturation: 0.8, 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 #E8355A is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 90 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.09 |
| HSL | 347.6º | 0.8% | 0.56% | - |
| HSV(B) | 347.6º | 0.77% | 0.91% | - |
| XYZ | 36.4 | 20.44 | 11.7 | - |
| YUV | 110.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 90 | 0 | 0.77 | 0.61 | 0.09 | 347.6 | 0.8 | 0.56 |
| Hex | E8 | 35 | 5A | 0 | 4D | 3D | 9 | 15C | 50 | 38 |
| Octal | 350 | 65 | 132 | 0 | 115 | 75 | 11 | 534 | 120 | 70 |
| Binary | 11101000 | 110101 | 1011010 | 0 | 1001101 | 111101 | 1001 | 101011100 | 1010000 | 111000 |
Color Harmonies of #E8355A
Complementary color
Monochromatic Colors of #E8355A
Black with #E8355A
Text Example
Text Example
White with #E8355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8355A; }
p { color: rgb(232,53,90); }
H1.HeaderClassName
{
color: #E8355A;
}
.AnyTagClassName
{
color: #E8355A;
}
</style>
background-color css
<style>
a { background-color: #E8355A; }
a { background-color: rgb(232,53,90); }
div.DivClassName
{
background-color: #E8355A;
}
.BgClassName
{
background-color: #E8355A;
}
</style>
border-color css
<style>
span { border-color: #E8355A; }
span { border-color: rgb(232,53,90); }
td.TdClassName
{
border-color: #E8355A;
}
.TagClassName
{
border-color: #E8355A;
}
</style>