Shades of Amaranth #E32152
Tints of Amaranth #E32152
RGB
CMYK
RGB Variations
Color information
#E32152 (or 0xE32152) is known color: Amaranth. HEX triplet: E3, 21 and 52. RGB value is (227,33,82). Sum of RGB (Red+Green+Blue) = 227+33+82=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E32152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32152 is #1CDEAD. Grayscale: #606060. Windows color (decimal): -1892014 or 5382627. OLE color: 5382627.
HSL color Cylindrical-coordinate representation of color #E32152: hue angle of 344.85º 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 #E32152 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 82 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.11 |
| HSL | 344.85º | 0.78% | 0.51% | - |
| HSV(B) | 344.85º | 0.85% | 0.89% | - |
| XYZ | 33.75 | 18.03 | 9.68 | - |
| YUV | 96.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 82 | 0 | 0.85 | 0.64 | 0.11 | 344.85 | 0.78 | 0.51 |
| Hex | E3 | 21 | 52 | 0 | 55 | 40 | B | 159 | 4E | 33 |
| Octal | 343 | 41 | 122 | 0 | 125 | 100 | 13 | 531 | 116 | 63 |
| Binary | 11100011 | 100001 | 1010010 | 0 | 1010101 | 1000000 | 1011 | 101011001 | 1001110 | 110011 |
Color Harmonies of #E32152
Complementary color
Monochromatic Colors of #E32152
Black with #E32152
Text Example
Text Example
White with #E32152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32152; }
p { color: rgb(227,33,82); }
H1.HeaderClassName
{
color: #E32152;
}
.AnyTagClassName
{
color: #E32152;
}
</style>
background-color css
<style>
a { background-color: #E32152; }
a { background-color: rgb(227,33,82); }
div.DivClassName
{
background-color: #E32152;
}
.BgClassName
{
background-color: #E32152;
}
</style>
border-color css
<style>
span { border-color: #E32152; }
span { border-color: rgb(227,33,82); }
td.TdClassName
{
border-color: #E32152;
}
.TagClassName
{
border-color: #E32152;
}
</style>