Shades of Amaranth #E32253
Tints of Amaranth #E32253
RGB
CMYK
RGB Variations
Color information
#E32253 (or 0xE32253) is known color: Amaranth. HEX triplet: E3, 22 and 53. RGB value is (227,34,83). Sum of RGB (Red+Green+Blue) = 227+34+83=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E32253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32253 is #1CDDAC. Grayscale: #616161. Windows color (decimal): -1891757 or 5448419. OLE color: 5448419.
HSL color Cylindrical-coordinate representation of color #E32253: hue angle of 344.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32253 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 83 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.11 |
| HSL | 344.77º | 0.78% | 0.51% | - |
| HSV(B) | 344.77º | 0.85% | 0.89% | - |
| XYZ | 33.81 | 18.1 | 9.9 | - |
| YUV | 97.29 | 119.94 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 83 | 0 | 0.85 | 0.63 | 0.11 | 344.77 | 0.78 | 0.51 |
| Hex | E3 | 22 | 53 | 0 | 55 | 3F | B | 159 | 4E | 33 |
| Octal | 343 | 42 | 123 | 0 | 125 | 77 | 13 | 531 | 116 | 63 |
| Binary | 11100011 | 100010 | 1010011 | 0 | 1010101 | 111111 | 1011 | 101011001 | 1001110 | 110011 |
Color Harmonies of #E32253
Complementary color
Monochromatic Colors of #E32253
Black with #E32253
Text Example
Text Example
White with #E32253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32253; }
p { color: rgb(227,34,83); }
H1.HeaderClassName
{
color: #E32253;
}
.AnyTagClassName
{
color: #E32253;
}
</style>
background-color css
<style>
a { background-color: #E32253; }
a { background-color: rgb(227,34,83); }
div.DivClassName
{
background-color: #E32253;
}
.BgClassName
{
background-color: #E32253;
}
</style>
border-color css
<style>
span { border-color: #E32253; }
span { border-color: rgb(227,34,83); }
td.TdClassName
{
border-color: #E32253;
}
.TagClassName
{
border-color: #E32253;
}
</style>