Shades of Amaranth #E3344D
Tints of Amaranth #E3344D
RGB
CMYK
RGB Variations
Color information
#E3344D (or 0xE3344D) is known color: Amaranth. HEX triplet: E3, 34 and 4D. RGB value is (227,52,77). Sum of RGB (Red+Green+Blue) = 227+52+77=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3344D is #1CCBB2. Grayscale: #6B6B6B. Windows color (decimal): -1887155 or 5059811. OLE color: 5059811.
HSL color Cylindrical-coordinate representation of color #E3344D: hue angle of 351.43º degrees, saturation: 0.76, 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 #E3344D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 77 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.11 |
| HSL | 351.43º | 0.76% | 0.55% | - |
| HSV(B) | 351.43º | 0.77% | 0.89% | - |
| XYZ | 34.25 | 19.32 | 8.95 | - |
| YUV | 107.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 77 | 0 | 0.77 | 0.66 | 0.11 | 351.43 | 0.76 | 0.55 |
| Hex | E3 | 34 | 4D | 0 | 4D | 42 | B | 15F | 4C | 37 |
| Octal | 343 | 64 | 115 | 0 | 115 | 102 | 13 | 537 | 114 | 67 |
| Binary | 11100011 | 110100 | 1001101 | 0 | 1001101 | 1000010 | 1011 | 101011111 | 1001100 | 110111 |
Color Harmonies of #E3344D
Complementary color
Monochromatic Colors of #E3344D
Black with #E3344D
Text Example
Text Example
White with #E3344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3344D; }
p { color: rgb(227,52,77); }
H1.HeaderClassName
{
color: #E3344D;
}
.AnyTagClassName
{
color: #E3344D;
}
</style>
background-color css
<style>
a { background-color: #E3344D; }
a { background-color: rgb(227,52,77); }
div.DivClassName
{
background-color: #E3344D;
}
.BgClassName
{
background-color: #E3344D;
}
</style>
border-color css
<style>
span { border-color: #E3344D; }
span { border-color: rgb(227,52,77); }
td.TdClassName
{
border-color: #E3344D;
}
.TagClassName
{
border-color: #E3344D;
}
</style>