Shades of Amaranth #E2284F
Tints of Amaranth #E2284F
RGB
CMYK
RGB Variations
Color information
#E2284F (or 0xE2284F) is known color: Amaranth. HEX triplet: E2, 28 and 4F. RGB value is (226,40,79). Sum of RGB (Red+Green+Blue) = 226+40+79=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E2284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2284F is #1DD7B0. Grayscale: #646464. Windows color (decimal): -1955761 or 5187810. OLE color: 5187810.
HSL color Cylindrical-coordinate representation of color #E2284F: hue angle of 347.42º 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 #E2284F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 79 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.11 |
| HSL | 347.42º | 0.76% | 0.52% | - |
| HSV(B) | 347.42º | 0.82% | 0.89% | - |
| XYZ | 33.53 | 18.25 | 9.15 | - |
| YUV | 100.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 79 | 0 | 0.82 | 0.65 | 0.11 | 347.42 | 0.76 | 0.52 |
| Hex | E2 | 28 | 4F | 0 | 52 | 41 | B | 15B | 4C | 34 |
| Octal | 342 | 50 | 117 | 0 | 122 | 101 | 13 | 533 | 114 | 64 |
| Binary | 11100010 | 101000 | 1001111 | 0 | 1010010 | 1000001 | 1011 | 101011011 | 1001100 | 110100 |
Color Harmonies of #E2284F
Complementary color
Monochromatic Colors of #E2284F
Black with #E2284F
Text Example
Text Example
White with #E2284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2284F; }
p { color: rgb(226,40,79); }
H1.HeaderClassName
{
color: #E2284F;
}
.AnyTagClassName
{
color: #E2284F;
}
</style>
background-color css
<style>
a { background-color: #E2284F; }
a { background-color: rgb(226,40,79); }
div.DivClassName
{
background-color: #E2284F;
}
.BgClassName
{
background-color: #E2284F;
}
</style>
border-color css
<style>
span { border-color: #E2284F; }
span { border-color: rgb(226,40,79); }
td.TdClassName
{
border-color: #E2284F;
}
.TagClassName
{
border-color: #E2284F;
}
</style>