Shades of Amaranth #E8225C
Tints of Amaranth #E8225C
RGB
CMYK
RGB Variations
Color information
#E8225C (or 0xE8225C) is known color: Amaranth. HEX triplet: E8, 22 and 5C. RGB value is (232,34,92). Sum of RGB (Red+Green+Blue) = 232+34+92=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8225C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8225C is #17DDA3. Grayscale: #636363. Windows color (decimal): -1564068 or 6038248. OLE color: 6038248.
HSL color Cylindrical-coordinate representation of color #E8225C: hue angle of 342.42º 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 #E8225C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 92 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.09 |
| HSL | 342.42º | 0.81% | 0.52% | - |
| HSV(B) | 342.42º | 0.85% | 0.91% | - |
| XYZ | 35.78 | 19.07 | 11.92 | - |
| YUV | 99.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 92 | 0 | 0.85 | 0.60 | 0.09 | 342.42 | 0.81 | 0.52 |
| Hex | E8 | 22 | 5C | 0 | 55 | 3C | 9 | 156 | 51 | 34 |
| Octal | 350 | 42 | 134 | 0 | 125 | 74 | 11 | 526 | 121 | 64 |
| Binary | 11101000 | 100010 | 1011100 | 0 | 1010101 | 111100 | 1001 | 101010110 | 1010001 | 110100 |
Color Harmonies of #E8225C
Complementary color
Monochromatic Colors of #E8225C
Black with #E8225C
Text Example
Text Example
White with #E8225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8225C; }
p { color: rgb(232,34,92); }
H1.HeaderClassName
{
color: #E8225C;
}
.AnyTagClassName
{
color: #E8225C;
}
</style>
background-color css
<style>
a { background-color: #E8225C; }
a { background-color: rgb(232,34,92); }
div.DivClassName
{
background-color: #E8225C;
}
.BgClassName
{
background-color: #E8225C;
}
</style>
border-color css
<style>
span { border-color: #E8225C; }
span { border-color: rgb(232,34,92); }
td.TdClassName
{
border-color: #E8225C;
}
.TagClassName
{
border-color: #E8225C;
}
</style>