Shades of Amaranth #E32350
Tints of Amaranth #E32350
RGB
CMYK
RGB Variations
Color information
#E32350 (or 0xE32350) is known color: Amaranth. HEX triplet: E3, 23 and 50. RGB value is (227,35,80). Sum of RGB (Red+Green+Blue) = 227+35+80=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E32350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32350 is #1CDCAF. Grayscale: #616161. Windows color (decimal): -1891504 or 5252067. OLE color: 5252067.
HSL color Cylindrical-coordinate representation of color #E32350: hue angle of 345.94º degrees, saturation: 0.77, 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 #E32350 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 80 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.11 |
| HSL | 345.94º | 0.77% | 0.51% | - |
| HSV(B) | 345.94º | 0.85% | 0.89% | - |
| XYZ | 33.73 | 18.11 | 9.31 | - |
| YUV | 97.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 80 | 0 | 0.85 | 0.65 | 0.11 | 345.94 | 0.77 | 0.51 |
| Hex | E3 | 23 | 50 | 0 | 55 | 41 | B | 15A | 4D | 33 |
| Octal | 343 | 43 | 120 | 0 | 125 | 101 | 13 | 532 | 115 | 63 |
| Binary | 11100011 | 100011 | 1010000 | 0 | 1010101 | 1000001 | 1011 | 101011010 | 1001101 | 110011 |
Color Harmonies of #E32350
Complementary color
Monochromatic Colors of #E32350
Black with #E32350
Text Example
Text Example
White with #E32350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32350; }
p { color: rgb(227,35,80); }
H1.HeaderClassName
{
color: #E32350;
}
.AnyTagClassName
{
color: #E32350;
}
</style>
background-color css
<style>
a { background-color: #E32350; }
a { background-color: rgb(227,35,80); }
div.DivClassName
{
background-color: #E32350;
}
.BgClassName
{
background-color: #E32350;
}
</style>
border-color css
<style>
span { border-color: #E32350; }
span { border-color: rgb(227,35,80); }
td.TdClassName
{
border-color: #E32350;
}
.TagClassName
{
border-color: #E32350;
}
</style>