Shades of Amaranth #E2344B
Tints of Amaranth #E2344B
RGB
CMYK
RGB Variations
Color information
#E2344B (or 0xE2344B) is known color: Amaranth. HEX triplet: E2, 34 and 4B. RGB value is (226,52,75). Sum of RGB (Red+Green+Blue) = 226+52+75=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2344B is #1DCBB4. Grayscale: #6A6A6A. Windows color (decimal): -1952693 or 4928738. OLE color: 4928738.
HSL color Cylindrical-coordinate representation of color #E2344B: hue angle of 352.07º 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 #E2344B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 75 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.11 |
| HSL | 352.07º | 0.75% | 0.55% | - |
| HSV(B) | 352.07º | 0.77% | 0.89% | - |
| XYZ | 33.86 | 19.13 | 8.56 | - |
| YUV | 106.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 75 | 0 | 0.77 | 0.67 | 0.11 | 352.07 | 0.75 | 0.55 |
| Hex | E2 | 34 | 4B | 0 | 4D | 43 | B | 160 | 4B | 37 |
| Octal | 342 | 64 | 113 | 0 | 115 | 103 | 13 | 540 | 113 | 67 |
| Binary | 11100010 | 110100 | 1001011 | 0 | 1001101 | 1000011 | 1011 | 101100000 | 1001011 | 110111 |
Color Harmonies of #E2344B
Complementary color
Monochromatic Colors of #E2344B
Black with #E2344B
Text Example
Text Example
White with #E2344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2344B; }
p { color: rgb(226,52,75); }
H1.HeaderClassName
{
color: #E2344B;
}
.AnyTagClassName
{
color: #E2344B;
}
</style>
background-color css
<style>
a { background-color: #E2344B; }
a { background-color: rgb(226,52,75); }
div.DivClassName
{
background-color: #E2344B;
}
.BgClassName
{
background-color: #E2344B;
}
</style>
border-color css
<style>
span { border-color: #E2344B; }
span { border-color: rgb(226,52,75); }
td.TdClassName
{
border-color: #E2344B;
}
.TagClassName
{
border-color: #E2344B;
}
</style>