Shades of Amaranth #E3344E
Tints of Amaranth #E3344E
RGB
CMYK
RGB Variations
Color information
#E3344E (or 0xE3344E) is known color: Amaranth. HEX triplet: E3, 34 and 4E. RGB value is (227,52,78). Sum of RGB (Red+Green+Blue) = 227+52+78=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3344E is #1CCBB1. Grayscale: #6B6B6B. Windows color (decimal): -1887154 or 5125347. OLE color: 5125347.
HSL color Cylindrical-coordinate representation of color #E3344E: hue angle of 351.09º 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 #E3344E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 78 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.11 |
| HSL | 351.09º | 0.76% | 0.55% | - |
| HSV(B) | 351.09º | 0.77% | 0.89% | - |
| XYZ | 34.28 | 19.34 | 9.13 | - |
| YUV | 107.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 78 | 0 | 0.77 | 0.66 | 0.11 | 351.09 | 0.76 | 0.55 |
| Hex | E3 | 34 | 4E | 0 | 4D | 42 | B | 15F | 4C | 37 |
| Octal | 343 | 64 | 116 | 0 | 115 | 102 | 13 | 537 | 114 | 67 |
| Binary | 11100011 | 110100 | 1001110 | 0 | 1001101 | 1000010 | 1011 | 101011111 | 1001100 | 110111 |
Color Harmonies of #E3344E
Complementary color
Monochromatic Colors of #E3344E
Black with #E3344E
Text Example
Text Example
White with #E3344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3344E; }
p { color: rgb(227,52,78); }
H1.HeaderClassName
{
color: #E3344E;
}
.AnyTagClassName
{
color: #E3344E;
}
</style>
background-color css
<style>
a { background-color: #E3344E; }
a { background-color: rgb(227,52,78); }
div.DivClassName
{
background-color: #E3344E;
}
.BgClassName
{
background-color: #E3344E;
}
</style>
border-color css
<style>
span { border-color: #E3344E; }
span { border-color: rgb(227,52,78); }
td.TdClassName
{
border-color: #E3344E;
}
.TagClassName
{
border-color: #E3344E;
}
</style>