Shades of Amaranth #E3344B
Tints of Amaranth #E3344B
RGB
CMYK
RGB Variations
Color information
#E3344B (or 0xE3344B) is known color: Amaranth. HEX triplet: E3, 34 and 4B. RGB value is (227,52,75). Sum of RGB (Red+Green+Blue) = 227+52+75=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3344B is #1CCBB4. Grayscale: #6B6B6B. Windows color (decimal): -1887157 or 4928739. OLE color: 4928739.
HSL color Cylindrical-coordinate representation of color #E3344B: hue angle of 352.11º 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 #E3344B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 75 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.11 |
| HSL | 352.11º | 0.76% | 0.55% | - |
| HSV(B) | 352.11º | 0.77% | 0.89% | - |
| XYZ | 34.18 | 19.29 | 8.58 | - |
| YUV | 106.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 75 | 0 | 0.77 | 0.67 | 0.11 | 352.11 | 0.76 | 0.55 |
| Hex | E3 | 34 | 4B | 0 | 4D | 43 | B | 160 | 4C | 37 |
| Octal | 343 | 64 | 113 | 0 | 115 | 103 | 13 | 540 | 114 | 67 |
| Binary | 11100011 | 110100 | 1001011 | 0 | 1001101 | 1000011 | 1011 | 101100000 | 1001100 | 110111 |
Color Harmonies of #E3344B
Complementary color
Monochromatic Colors of #E3344B
Black with #E3344B
Text Example
Text Example
White with #E3344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3344B; }
p { color: rgb(227,52,75); }
H1.HeaderClassName
{
color: #E3344B;
}
.AnyTagClassName
{
color: #E3344B;
}
</style>
background-color css
<style>
a { background-color: #E3344B; }
a { background-color: rgb(227,52,75); }
div.DivClassName
{
background-color: #E3344B;
}
.BgClassName
{
background-color: #E3344B;
}
</style>
border-color css
<style>
span { border-color: #E3344B; }
span { border-color: rgb(227,52,75); }
td.TdClassName
{
border-color: #E3344B;
}
.TagClassName
{
border-color: #E3344B;
}
</style>