Shades of Amaranth #E2354B
Tints of Amaranth #E2354B
RGB
CMYK
RGB Variations
Color information
#E2354B (or 0xE2354B) is known color: Amaranth. HEX triplet: E2, 35 and 4B. RGB value is (226,53,75). Sum of RGB (Red+Green+Blue) = 226+53+75=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2354B is #1DCAB4. Grayscale: #6B6B6B. Windows color (decimal): -1952437 or 4928994. OLE color: 4928994.
HSL color Cylindrical-coordinate representation of color #E2354B: hue angle of 352.37º 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 #E2354B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 75 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.11 |
| HSL | 352.37º | 0.75% | 0.55% | - |
| HSV(B) | 352.37º | 0.77% | 0.89% | - |
| XYZ | 33.91 | 19.22 | 8.58 | - |
| YUV | 107.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 75 | 0 | 0.77 | 0.67 | 0.11 | 352.37 | 0.75 | 0.55 |
| Hex | E2 | 35 | 4B | 0 | 4D | 43 | B | 160 | 4B | 37 |
| Octal | 342 | 65 | 113 | 0 | 115 | 103 | 13 | 540 | 113 | 67 |
| Binary | 11100010 | 110101 | 1001011 | 0 | 1001101 | 1000011 | 1011 | 101100000 | 1001011 | 110111 |
Color Harmonies of #E2354B
Complementary color
Monochromatic Colors of #E2354B
Black with #E2354B
Text Example
Text Example
White with #E2354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2354B; }
p { color: rgb(226,53,75); }
H1.HeaderClassName
{
color: #E2354B;
}
.AnyTagClassName
{
color: #E2354B;
}
</style>
background-color css
<style>
a { background-color: #E2354B; }
a { background-color: rgb(226,53,75); }
div.DivClassName
{
background-color: #E2354B;
}
.BgClassName
{
background-color: #E2354B;
}
</style>
border-color css
<style>
span { border-color: #E2354B; }
span { border-color: rgb(226,53,75); }
td.TdClassName
{
border-color: #E2354B;
}
.TagClassName
{
border-color: #E2354B;
}
</style>