Shades of Amaranth #E82253
Tints of Amaranth #E82253
RGB
CMYK
RGB Variations
Color information
#E82253 (or 0xE82253) is known color: Amaranth. HEX triplet: E8, 22 and 53. RGB value is (232,34,83). Sum of RGB (Red+Green+Blue) = 232+34+83=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E82253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82253 is #17DDAC. Grayscale: #626262. Windows color (decimal): -1564077 or 5448424. OLE color: 5448424.
HSL color Cylindrical-coordinate representation of color #E82253: hue angle of 345.15º 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 #E82253 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 83 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.09 |
| HSL | 345.15º | 0.81% | 0.52% | - |
| HSV(B) | 345.15º | 0.85% | 0.91% | - |
| XYZ | 35.41 | 18.92 | 9.97 | - |
| YUV | 98.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 83 | 0 | 0.85 | 0.64 | 0.09 | 345.15 | 0.81 | 0.52 |
| Hex | E8 | 22 | 53 | 0 | 55 | 40 | 9 | 159 | 51 | 34 |
| Octal | 350 | 42 | 123 | 0 | 125 | 100 | 11 | 531 | 121 | 64 |
| Binary | 11101000 | 100010 | 1010011 | 0 | 1010101 | 1000000 | 1001 | 101011001 | 1010001 | 110100 |
Color Harmonies of #E82253
Complementary color
Monochromatic Colors of #E82253
Black with #E82253
Text Example
Text Example
White with #E82253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82253; }
p { color: rgb(232,34,83); }
H1.HeaderClassName
{
color: #E82253;
}
.AnyTagClassName
{
color: #E82253;
}
</style>
background-color css
<style>
a { background-color: #E82253; }
a { background-color: rgb(232,34,83); }
div.DivClassName
{
background-color: #E82253;
}
.BgClassName
{
background-color: #E82253;
}
</style>
border-color css
<style>
span { border-color: #E82253; }
span { border-color: rgb(232,34,83); }
td.TdClassName
{
border-color: #E82253;
}
.TagClassName
{
border-color: #E82253;
}
</style>