Shades of Amaranth #E3394A
Tints of Amaranth #E3394A
RGB
CMYK
RGB Variations
Color information
#E3394A (or 0xE3394A) is known color: Amaranth. HEX triplet: E3, 39 and 4A. RGB value is (227,57,74). Sum of RGB (Red+Green+Blue) = 227+57+74=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3394A is #1CC6B5. Grayscale: #6D6D6D. Windows color (decimal): -1885878 or 4864483. OLE color: 4864483.
HSL color Cylindrical-coordinate representation of color #E3394A: hue angle of 354º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E3394A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 57 | 74 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.11 |
| HSL | 354º | 0.75% | 0.56% | - |
| HSV(B) | 354º | 0.75% | 0.89% | - |
| XYZ | 34.38 | 19.75 | 8.48 | - |
| YUV | 109.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 74 | 0 | 0.75 | 0.67 | 0.11 | 354 | 0.75 | 0.56 |
| Hex | E3 | 39 | 4A | 0 | 4B | 43 | B | 162 | 4B | 38 |
| Octal | 343 | 71 | 112 | 0 | 113 | 103 | 13 | 542 | 113 | 70 |
| Binary | 11100011 | 111001 | 1001010 | 0 | 1001011 | 1000011 | 1011 | 101100010 | 1001011 | 111000 |
Color Harmonies of #E3394A
Complementary color
Monochromatic Colors of #E3394A
Black with #E3394A
Text Example
Text Example
White with #E3394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3394A; }
p { color: rgb(227,57,74); }
H1.HeaderClassName
{
color: #E3394A;
}
.AnyTagClassName
{
color: #E3394A;
}
</style>
background-color css
<style>
a { background-color: #E3394A; }
a { background-color: rgb(227,57,74); }
div.DivClassName
{
background-color: #E3394A;
}
.BgClassName
{
background-color: #E3394A;
}
</style>
border-color css
<style>
span { border-color: #E3394A; }
span { border-color: rgb(227,57,74); }
td.TdClassName
{
border-color: #E3394A;
}
.TagClassName
{
border-color: #E3394A;
}
</style>