Shades of Amaranth #E8235D
Tints of Amaranth #E8235D
RGB
CMYK
RGB Variations
Color information
#E8235D (or 0xE8235D) is known color: Amaranth. HEX triplet: E8, 23 and 5D. RGB value is (232,35,93). Sum of RGB (Red+Green+Blue) = 232+35+93=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8235D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8235D is #17DCA2. Grayscale: #646464. Windows color (decimal): -1563811 or 6104040. OLE color: 6104040.
HSL color Cylindrical-coordinate representation of color #E8235D: hue angle of 342.34º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8235D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 93 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.09 |
| HSL | 342.34º | 0.81% | 0.52% | - |
| HSV(B) | 342.34º | 0.85% | 0.91% | - |
| XYZ | 35.86 | 19.15 | 12.16 | - |
| YUV | 100.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 93 | 0 | 0.85 | 0.60 | 0.09 | 342.34 | 0.81 | 0.52 |
| Hex | E8 | 23 | 5D | 0 | 55 | 3C | 9 | 156 | 51 | 34 |
| Octal | 350 | 43 | 135 | 0 | 125 | 74 | 11 | 526 | 121 | 64 |
| Binary | 11101000 | 100011 | 1011101 | 0 | 1010101 | 111100 | 1001 | 101010110 | 1010001 | 110100 |
Color Harmonies of #E8235D
Complementary color
Monochromatic Colors of #E8235D
Black with #E8235D
Text Example
Text Example
White with #E8235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8235D; }
p { color: rgb(232,35,93); }
H1.HeaderClassName
{
color: #E8235D;
}
.AnyTagClassName
{
color: #E8235D;
}
</style>
background-color css
<style>
a { background-color: #E8235D; }
a { background-color: rgb(232,35,93); }
div.DivClassName
{
background-color: #E8235D;
}
.BgClassName
{
background-color: #E8235D;
}
</style>
border-color css
<style>
span { border-color: #E8235D; }
span { border-color: rgb(232,35,93); }
td.TdClassName
{
border-color: #E8235D;
}
.TagClassName
{
border-color: #E8235D;
}
</style>