Shades of Amaranth #E2354F
Tints of Amaranth #E2354F
RGB
CMYK
RGB Variations
Color information
#E2354F (or 0xE2354F) is known color: Amaranth. HEX triplet: E2, 35 and 4F. RGB value is (226,53,79). Sum of RGB (Red+Green+Blue) = 226+53+79=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2354F is #1DCAB0. Grayscale: #6B6B6B. Windows color (decimal): -1952433 or 5191138. OLE color: 5191138.
HSL color Cylindrical-coordinate representation of color #E2354F: hue angle of 350.98º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2354F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 79 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.11 |
| HSL | 350.98º | 0.75% | 0.55% | - |
| HSV(B) | 350.98º | 0.77% | 0.89% | - |
| XYZ | 34.05 | 19.28 | 9.32 | - |
| YUV | 107.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 79 | 0 | 0.77 | 0.65 | 0.11 | 350.98 | 0.75 | 0.55 |
| Hex | E2 | 35 | 4F | 0 | 4D | 41 | B | 15F | 4B | 37 |
| Octal | 342 | 65 | 117 | 0 | 115 | 101 | 13 | 537 | 113 | 67 |
| Binary | 11100010 | 110101 | 1001111 | 0 | 1001101 | 1000001 | 1011 | 101011111 | 1001011 | 110111 |
Color Harmonies of #E2354F
Complementary color
Monochromatic Colors of #E2354F
Black with #E2354F
Text Example
Text Example
White with #E2354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2354F; }
p { color: rgb(226,53,79); }
H1.HeaderClassName
{
color: #E2354F;
}
.AnyTagClassName
{
color: #E2354F;
}
</style>
background-color css
<style>
a { background-color: #E2354F; }
a { background-color: rgb(226,53,79); }
div.DivClassName
{
background-color: #E2354F;
}
.BgClassName
{
background-color: #E2354F;
}
</style>
border-color css
<style>
span { border-color: #E2354F; }
span { border-color: rgb(226,53,79); }
td.TdClassName
{
border-color: #E2354F;
}
.TagClassName
{
border-color: #E2354F;
}
</style>