Shades of Amaranth #E1314B
Tints of Amaranth #E1314B
RGB
CMYK
RGB Variations
Color information
#E1314B (or 0xE1314B) is known color: Amaranth. HEX triplet: E1, 31 and 4B. RGB value is (225,49,75). Sum of RGB (Red+Green+Blue) = 225+49+75=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1314B is #1ECEB4. Grayscale: #686868. Windows color (decimal): -2018997 or 4927969. OLE color: 4927969.
HSL color Cylindrical-coordinate representation of color #E1314B: hue angle of 351.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1314B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.12 |
| HSL | 351.14º | 0.75% | 0.54% | - |
| HSV(B) | 351.14º | 0.78% | 0.88% | - |
| XYZ | 33.42 | 18.71 | 8.51 | - |
| YUV | 104.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 75 | 0 | 0.78 | 0.67 | 0.12 | 351.14 | 0.75 | 0.54 |
| Hex | E1 | 31 | 4B | 0 | 4E | 43 | C | 15F | 4B | 36 |
| Octal | 341 | 61 | 113 | 0 | 116 | 103 | 14 | 537 | 113 | 66 |
| Binary | 11100001 | 110001 | 1001011 | 0 | 1001110 | 1000011 | 1100 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E1314B
Complementary color
Monochromatic Colors of #E1314B
Black with #E1314B
Text Example
Text Example
White with #E1314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1314B; }
p { color: rgb(225,49,75); }
H1.HeaderClassName
{
color: #E1314B;
}
.AnyTagClassName
{
color: #E1314B;
}
</style>
background-color css
<style>
a { background-color: #E1314B; }
a { background-color: rgb(225,49,75); }
div.DivClassName
{
background-color: #E1314B;
}
.BgClassName
{
background-color: #E1314B;
}
</style>
border-color css
<style>
span { border-color: #E1314B; }
span { border-color: rgb(225,49,75); }
td.TdClassName
{
border-color: #E1314B;
}
.TagClassName
{
border-color: #E1314B;
}
</style>