Shades of Amaranth #E32750
Tints of Amaranth #E32750
RGB
CMYK
RGB Variations
Color information
#E32750 (or 0xE32750) is known color: Amaranth. HEX triplet: E3, 27 and 50. RGB value is (227,39,80). Sum of RGB (Red+Green+Blue) = 227+39+80=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E32750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32750 is #1CD8AF. Grayscale: #636363. Windows color (decimal): -1890480 or 5253091. OLE color: 5253091.
HSL color Cylindrical-coordinate representation of color #E32750: hue angle of 346.91º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32750 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 80 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.11 |
| HSL | 346.91º | 0.77% | 0.52% | - |
| HSV(B) | 346.91º | 0.83% | 0.89% | - |
| XYZ | 33.85 | 18.36 | 9.35 | - |
| YUV | 99.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 80 | 0 | 0.83 | 0.65 | 0.11 | 346.91 | 0.77 | 0.52 |
| Hex | E3 | 27 | 50 | 0 | 53 | 41 | B | 15B | 4D | 34 |
| Octal | 343 | 47 | 120 | 0 | 123 | 101 | 13 | 533 | 115 | 64 |
| Binary | 11100011 | 100111 | 1010000 | 0 | 1010011 | 1000001 | 1011 | 101011011 | 1001101 | 110100 |
Color Harmonies of #E32750
Complementary color
Monochromatic Colors of #E32750
Black with #E32750
Text Example
Text Example
White with #E32750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32750; }
p { color: rgb(227,39,80); }
H1.HeaderClassName
{
color: #E32750;
}
.AnyTagClassName
{
color: #E32750;
}
</style>
background-color css
<style>
a { background-color: #E32750; }
a { background-color: rgb(227,39,80); }
div.DivClassName
{
background-color: #E32750;
}
.BgClassName
{
background-color: #E32750;
}
</style>
border-color css
<style>
span { border-color: #E32750; }
span { border-color: rgb(227,39,80); }
td.TdClassName
{
border-color: #E32750;
}
.TagClassName
{
border-color: #E32750;
}
</style>