Shades of Amaranth #E2284E
Tints of Amaranth #E2284E
RGB
CMYK
RGB Variations
Color information
#E2284E (or 0xE2284E) is known color: Amaranth. HEX triplet: E2, 28 and 4E. RGB value is (226,40,78). Sum of RGB (Red+Green+Blue) = 226+40+78=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2284E is #1DD7B1. Grayscale: #636363. Windows color (decimal): -1955762 or 5122274. OLE color: 5122274.
HSL color Cylindrical-coordinate representation of color #E2284E: hue angle of 347.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2284E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.11 |
| HSL | 347.74º | 0.76% | 0.52% | - |
| HSV(B) | 347.74º | 0.82% | 0.89% | - |
| XYZ | 33.5 | 18.24 | 8.96 | - |
| YUV | 99.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 78 | 0 | 0.82 | 0.65 | 0.11 | 347.74 | 0.76 | 0.52 |
| Hex | E2 | 28 | 4E | 0 | 52 | 41 | B | 15C | 4C | 34 |
| Octal | 342 | 50 | 116 | 0 | 122 | 101 | 13 | 534 | 114 | 64 |
| Binary | 11100010 | 101000 | 1001110 | 0 | 1010010 | 1000001 | 1011 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E2284E
Complementary color
Monochromatic Colors of #E2284E
Black with #E2284E
Text Example
Text Example
White with #E2284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2284E; }
p { color: rgb(226,40,78); }
H1.HeaderClassName
{
color: #E2284E;
}
.AnyTagClassName
{
color: #E2284E;
}
</style>
background-color css
<style>
a { background-color: #E2284E; }
a { background-color: rgb(226,40,78); }
div.DivClassName
{
background-color: #E2284E;
}
.BgClassName
{
background-color: #E2284E;
}
</style>
border-color css
<style>
span { border-color: #E2284E; }
span { border-color: rgb(226,40,78); }
td.TdClassName
{
border-color: #E2284E;
}
.TagClassName
{
border-color: #E2284E;
}
</style>