Shades of Amaranth #E3294B
Tints of Amaranth #E3294B
RGB
CMYK
RGB Variations
Color information
#E3294B (or 0xE3294B) is known color: Amaranth. HEX triplet: E3, 29 and 4B. RGB value is (227,41,75). Sum of RGB (Red+Green+Blue) = 227+41+75=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E3294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3294B is #1CD6B4. Grayscale: #646464. Windows color (decimal): -1889973 or 4925923. OLE color: 4925923.
HSL color Cylindrical-coordinate representation of color #E3294B: hue angle of 349.03º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3294B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 75 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.11 |
| HSL | 349.03º | 0.77% | 0.53% | - |
| HSV(B) | 349.03º | 0.82% | 0.89% | - |
| XYZ | 33.74 | 18.42 | 8.43 | - |
| YUV | 100.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 75 | 0 | 0.82 | 0.67 | 0.11 | 349.03 | 0.77 | 0.53 |
| Hex | E3 | 29 | 4B | 0 | 52 | 43 | B | 15D | 4D | 35 |
| Octal | 343 | 51 | 113 | 0 | 122 | 103 | 13 | 535 | 115 | 65 |
| Binary | 11100011 | 101001 | 1001011 | 0 | 1010010 | 1000011 | 1011 | 101011101 | 1001101 | 110101 |
Color Harmonies of #E3294B
Complementary color
Monochromatic Colors of #E3294B
Black with #E3294B
Text Example
Text Example
White with #E3294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3294B; }
p { color: rgb(227,41,75); }
H1.HeaderClassName
{
color: #E3294B;
}
.AnyTagClassName
{
color: #E3294B;
}
</style>
background-color css
<style>
a { background-color: #E3294B; }
a { background-color: rgb(227,41,75); }
div.DivClassName
{
background-color: #E3294B;
}
.BgClassName
{
background-color: #E3294B;
}
</style>
border-color css
<style>
span { border-color: #E3294B; }
span { border-color: rgb(227,41,75); }
td.TdClassName
{
border-color: #E3294B;
}
.TagClassName
{
border-color: #E3294B;
}
</style>