Shades of Amaranth #E43151
Tints of Amaranth #E43151
RGB
CMYK
RGB Variations
Color information
#E43151 (or 0xE43151) is known color: Amaranth. HEX triplet: E4, 31 and 51. RGB value is (228,49,81). Sum of RGB (Red+Green+Blue) = 228+49+81=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E43151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E43151 is #1BCEAE. Grayscale: #6A6A6A. Windows color (decimal): -1822383 or 5321188. OLE color: 5321188.
HSL color Cylindrical-coordinate representation of color #E43151: hue angle of 349.27º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E43151 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 81 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.11 |
| HSL | 349.27º | 0.77% | 0.54% | - |
| HSV(B) | 349.27º | 0.79% | 0.89% | - |
| XYZ | 34.58 | 19.28 | 9.68 | - |
| YUV | 106.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 81 | 0 | 0.79 | 0.64 | 0.11 | 349.27 | 0.77 | 0.54 |
| Hex | E4 | 31 | 51 | 0 | 4F | 40 | B | 15D | 4D | 36 |
| Octal | 344 | 61 | 121 | 0 | 117 | 100 | 13 | 535 | 115 | 66 |
| Binary | 11100100 | 110001 | 1010001 | 0 | 1001111 | 1000000 | 1011 | 101011101 | 1001101 | 110110 |
Color Harmonies of #E43151
Complementary color
Monochromatic Colors of #E43151
Black with #E43151
Text Example
Text Example
White with #E43151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43151; }
p { color: rgb(228,49,81); }
H1.HeaderClassName
{
color: #E43151;
}
.AnyTagClassName
{
color: #E43151;
}
</style>
background-color css
<style>
a { background-color: #E43151; }
a { background-color: rgb(228,49,81); }
div.DivClassName
{
background-color: #E43151;
}
.BgClassName
{
background-color: #E43151;
}
</style>
border-color css
<style>
span { border-color: #E43151; }
span { border-color: rgb(228,49,81); }
td.TdClassName
{
border-color: #E43151;
}
.TagClassName
{
border-color: #E43151;
}
</style>