Shades of Amaranth #E1234E
Tints of Amaranth #E1234E
RGB
CMYK
RGB Variations
Color information
#E1234E (or 0xE1234E) is known color: Amaranth. HEX triplet: E1, 23 and 4E. RGB value is (225,35,78). Sum of RGB (Red+Green+Blue) = 225+35+78=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1234E is #1EDCB1. Grayscale: #606060. Windows color (decimal): -2022578 or 5120993. OLE color: 5120993.
HSL color Cylindrical-coordinate representation of color #E1234E: hue angle of 346.42º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1234E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 78 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.12 |
| HSL | 346.42º | 0.76% | 0.51% | - |
| HSV(B) | 346.42º | 0.84% | 0.88% | - |
| XYZ | 33.03 | 17.76 | 8.89 | - |
| YUV | 96.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 78 | 0 | 0.84 | 0.65 | 0.12 | 346.42 | 0.76 | 0.51 |
| Hex | E1 | 23 | 4E | 0 | 54 | 41 | C | 15A | 4C | 33 |
| Octal | 341 | 43 | 116 | 0 | 124 | 101 | 14 | 532 | 114 | 63 |
| Binary | 11100001 | 100011 | 1001110 | 0 | 1010100 | 1000001 | 1100 | 101011010 | 1001100 | 110011 |
Color Harmonies of #E1234E
Complementary color
Monochromatic Colors of #E1234E
Black with #E1234E
Text Example
Text Example
White with #E1234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1234E; }
p { color: rgb(225,35,78); }
H1.HeaderClassName
{
color: #E1234E;
}
.AnyTagClassName
{
color: #E1234E;
}
</style>
background-color css
<style>
a { background-color: #E1234E; }
a { background-color: rgb(225,35,78); }
div.DivClassName
{
background-color: #E1234E;
}
.BgClassName
{
background-color: #E1234E;
}
</style>
border-color css
<style>
span { border-color: #E1234E; }
span { border-color: rgb(225,35,78); }
td.TdClassName
{
border-color: #E1234E;
}
.TagClassName
{
border-color: #E1234E;
}
</style>