Shades of Amaranth #E1264A
Tints of Amaranth #E1264A
RGB
CMYK
RGB Variations
Color information
#E1264A (or 0xE1264A) is known color: Amaranth. HEX triplet: E1, 26 and 4A. RGB value is (225,38,74). Sum of RGB (Red+Green+Blue) = 225+38+74=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1264A is #1ED9B5. Grayscale: #626262. Windows color (decimal): -2021814 or 4859617. OLE color: 4859617.
HSL color Cylindrical-coordinate representation of color #E1264A: hue angle of 348.45º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1264A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 74 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.12 |
| HSL | 348.45º | 0.76% | 0.52% | - |
| HSV(B) | 348.45º | 0.83% | 0.88% | - |
| XYZ | 32.98 | 17.89 | 8.19 | - |
| YUV | 98.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 74 | 0 | 0.83 | 0.67 | 0.12 | 348.45 | 0.76 | 0.52 |
| Hex | E1 | 26 | 4A | 0 | 53 | 43 | C | 15C | 4C | 34 |
| Octal | 341 | 46 | 112 | 0 | 123 | 103 | 14 | 534 | 114 | 64 |
| Binary | 11100001 | 100110 | 1001010 | 0 | 1010011 | 1000011 | 1100 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E1264A
Complementary color
Monochromatic Colors of #E1264A
Black with #E1264A
Text Example
Text Example
White with #E1264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1264A; }
p { color: rgb(225,38,74); }
H1.HeaderClassName
{
color: #E1264A;
}
.AnyTagClassName
{
color: #E1264A;
}
</style>
background-color css
<style>
a { background-color: #E1264A; }
a { background-color: rgb(225,38,74); }
div.DivClassName
{
background-color: #E1264A;
}
.BgClassName
{
background-color: #E1264A;
}
</style>
border-color css
<style>
span { border-color: #E1264A; }
span { border-color: rgb(225,38,74); }
td.TdClassName
{
border-color: #E1264A;
}
.TagClassName
{
border-color: #E1264A;
}
</style>