Shades of Amaranth #E1254B
Tints of Amaranth #E1254B
RGB
CMYK
RGB Variations
Color information
#E1254B (or 0xE1254B) is known color: Amaranth. HEX triplet: E1, 25 and 4B. RGB value is (225,37,75). Sum of RGB (Red+Green+Blue) = 225+37+75=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1254B is #1EDAB4. Grayscale: #616161. Windows color (decimal): -2022069 or 4924897. OLE color: 4924897.
HSL color Cylindrical-coordinate representation of color #E1254B: hue angle of 347.87º 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 #E1254B is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 75 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.12 |
| HSL | 347.87º | 0.76% | 0.51% | - |
| HSV(B) | 347.87º | 0.84% | 0.88% | - |
| XYZ | 32.98 | 17.84 | 8.36 | - |
| YUV | 97.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 75 | 0 | 0.84 | 0.67 | 0.12 | 347.87 | 0.76 | 0.51 |
| Hex | E1 | 25 | 4B | 0 | 54 | 43 | C | 15C | 4C | 33 |
| Octal | 341 | 45 | 113 | 0 | 124 | 103 | 14 | 534 | 114 | 63 |
| Binary | 11100001 | 100101 | 1001011 | 0 | 1010100 | 1000011 | 1100 | 101011100 | 1001100 | 110011 |
Color Harmonies of #E1254B
Complementary color
Monochromatic Colors of #E1254B
Black with #E1254B
Text Example
Text Example
White with #E1254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1254B; }
p { color: rgb(225,37,75); }
H1.HeaderClassName
{
color: #E1254B;
}
.AnyTagClassName
{
color: #E1254B;
}
</style>
background-color css
<style>
a { background-color: #E1254B; }
a { background-color: rgb(225,37,75); }
div.DivClassName
{
background-color: #E1254B;
}
.BgClassName
{
background-color: #E1254B;
}
</style>
border-color css
<style>
span { border-color: #E1254B; }
span { border-color: rgb(225,37,75); }
td.TdClassName
{
border-color: #E1254B;
}
.TagClassName
{
border-color: #E1254B;
}
</style>