Shades of Amaranth #E32E4F
Tints of Amaranth #E32E4F
RGB
CMYK
RGB Variations
Color information
#E32E4F (or 0xE32E4F) is known color: Amaranth. HEX triplet: E3, 2E and 4F. RGB value is (227,46,79). Sum of RGB (Red+Green+Blue) = 227+46+79=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E4F is #1CD1B0. Grayscale: #676767. Windows color (decimal): -1888689 or 5189347. OLE color: 5189347.
HSL color Cylindrical-coordinate representation of color #E32E4F: hue angle of 349.06º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E4F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 79 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.11 |
| HSL | 349.06º | 0.76% | 0.54% | - |
| HSV(B) | 349.06º | 0.8% | 0.89% | - |
| XYZ | 34.07 | 18.85 | 9.24 | - |
| YUV | 103.88 | 113.97 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 79 | 0 | 0.80 | 0.65 | 0.11 | 349.06 | 0.76 | 0.54 |
| Hex | E3 | 2E | 4F | 0 | 50 | 41 | B | 15D | 4C | 36 |
| Octal | 343 | 56 | 117 | 0 | 120 | 101 | 13 | 535 | 114 | 66 |
| Binary | 11100011 | 101110 | 1001111 | 0 | 1010000 | 1000001 | 1011 | 101011101 | 1001100 | 110110 |
Color Harmonies of #E32E4F
Complementary color
Monochromatic Colors of #E32E4F
Black with #E32E4F
Text Example
Text Example
White with #E32E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E4F; }
p { color: rgb(227,46,79); }
H1.HeaderClassName
{
color: #E32E4F;
}
.AnyTagClassName
{
color: #E32E4F;
}
</style>
background-color css
<style>
a { background-color: #E32E4F; }
a { background-color: rgb(227,46,79); }
div.DivClassName
{
background-color: #E32E4F;
}
.BgClassName
{
background-color: #E32E4F;
}
</style>
border-color css
<style>
span { border-color: #E32E4F; }
span { border-color: rgb(227,46,79); }
td.TdClassName
{
border-color: #E32E4F;
}
.TagClassName
{
border-color: #E32E4F;
}
</style>