Shades of Amaranth #E14151
Tints of Amaranth #E14151
RGB
CMYK
RGB Variations
Color information
#E14151 (or 0xE14151) is known color: Amaranth. HEX triplet: E1, 41 and 51. RGB value is (225,65,81). Sum of RGB (Red+Green+Blue) = 225+65+81=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E14151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14151 is #1EBEAE. Grayscale: #727272. Windows color (decimal): -2014895 or 5325281. OLE color: 5325281.
HSL color Cylindrical-coordinate representation of color #E14151: hue angle of 354º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14151 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 81 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.12 |
| HSL | 354º | 0.73% | 0.57% | - |
| HSV(B) | 354º | 0.71% | 0.88% | - |
| XYZ | 34.43 | 20.38 | 9.9 | - |
| YUV | 114.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 81 | 0 | 0.71 | 0.64 | 0.12 | 354 | 0.73 | 0.57 |
| Hex | E1 | 41 | 51 | 0 | 47 | 40 | C | 162 | 49 | 39 |
| Octal | 341 | 101 | 121 | 0 | 107 | 100 | 14 | 542 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1010001 | 0 | 1000111 | 1000000 | 1100 | 101100010 | 1001001 | 111001 |
Color Harmonies of #E14151
Complementary color
Monochromatic Colors of #E14151
Black with #E14151
Text Example
Text Example
White with #E14151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14151; }
p { color: rgb(225,65,81); }
H1.HeaderClassName
{
color: #E14151;
}
.AnyTagClassName
{
color: #E14151;
}
</style>
background-color css
<style>
a { background-color: #E14151; }
a { background-color: rgb(225,65,81); }
div.DivClassName
{
background-color: #E14151;
}
.BgClassName
{
background-color: #E14151;
}
</style>
border-color css
<style>
span { border-color: #E14151; }
span { border-color: rgb(225,65,81); }
td.TdClassName
{
border-color: #E14151;
}
.TagClassName
{
border-color: #E14151;
}
</style>