Shades of Amaranth #E2264D
Tints of Amaranth #E2264D
RGB
CMYK
RGB Variations
Color information
#E2264D (or 0xE2264D) is known color: Amaranth. HEX triplet: E2, 26 and 4D. RGB value is (226,38,77). Sum of RGB (Red+Green+Blue) = 226+38+77=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2264D is #1DD9B2. Grayscale: #626262. Windows color (decimal): -1956275 or 5056226. OLE color: 5056226.
HSL color Cylindrical-coordinate representation of color #E2264D: hue angle of 347.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2264D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 77 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.11 |
| HSL | 347.55º | 0.76% | 0.52% | - |
| HSV(B) | 347.55º | 0.83% | 0.89% | - |
| XYZ | 33.4 | 18.09 | 8.75 | - |
| YUV | 98.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 77 | 0 | 0.83 | 0.66 | 0.11 | 347.55 | 0.76 | 0.52 |
| Hex | E2 | 26 | 4D | 0 | 53 | 42 | B | 15C | 4C | 34 |
| Octal | 342 | 46 | 115 | 0 | 123 | 102 | 13 | 534 | 114 | 64 |
| Binary | 11100010 | 100110 | 1001101 | 0 | 1010011 | 1000010 | 1011 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E2264D
Complementary color
Monochromatic Colors of #E2264D
Black with #E2264D
Text Example
Text Example
White with #E2264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2264D; }
p { color: rgb(226,38,77); }
H1.HeaderClassName
{
color: #E2264D;
}
.AnyTagClassName
{
color: #E2264D;
}
</style>
background-color css
<style>
a { background-color: #E2264D; }
a { background-color: rgb(226,38,77); }
div.DivClassName
{
background-color: #E2264D;
}
.BgClassName
{
background-color: #E2264D;
}
</style>
border-color css
<style>
span { border-color: #E2264D; }
span { border-color: rgb(226,38,77); }
td.TdClassName
{
border-color: #E2264D;
}
.TagClassName
{
border-color: #E2264D;
}
</style>