Shades of Amaranth #E1344E
Tints of Amaranth #E1344E
RGB
CMYK
RGB Variations
Color information
#E1344E (or 0xE1344E) is known color: Amaranth. HEX triplet: E1, 34 and 4E. RGB value is (225,52,78). Sum of RGB (Red+Green+Blue) = 225+52+78=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1344E is #1ECBB1. Grayscale: #6A6A6A. Windows color (decimal): -2018226 or 5125345. OLE color: 5125345.
HSL color Cylindrical-coordinate representation of color #E1344E: hue angle of 350.98º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1344E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 78 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.12 |
| HSL | 350.98º | 0.74% | 0.54% | - |
| HSV(B) | 350.98º | 0.77% | 0.88% | - |
| XYZ | 33.65 | 19.01 | 9.1 | - |
| YUV | 106.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 78 | 0 | 0.77 | 0.65 | 0.12 | 350.98 | 0.74 | 0.54 |
| Hex | E1 | 34 | 4E | 0 | 4D | 41 | C | 15F | 4A | 36 |
| Octal | 341 | 64 | 116 | 0 | 115 | 101 | 14 | 537 | 112 | 66 |
| Binary | 11100001 | 110100 | 1001110 | 0 | 1001101 | 1000001 | 1100 | 101011111 | 1001010 | 110110 |
Color Harmonies of #E1344E
Complementary color
Monochromatic Colors of #E1344E
Black with #E1344E
Text Example
Text Example
White with #E1344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1344E; }
p { color: rgb(225,52,78); }
H1.HeaderClassName
{
color: #E1344E;
}
.AnyTagClassName
{
color: #E1344E;
}
</style>
background-color css
<style>
a { background-color: #E1344E; }
a { background-color: rgb(225,52,78); }
div.DivClassName
{
background-color: #E1344E;
}
.BgClassName
{
background-color: #E1344E;
}
</style>
border-color css
<style>
span { border-color: #E1344E; }
span { border-color: rgb(225,52,78); }
td.TdClassName
{
border-color: #E1344E;
}
.TagClassName
{
border-color: #E1344E;
}
</style>