Shades of Amaranth #E34357
Tints of Amaranth #E34357
RGB
CMYK
RGB Variations
Color information
#E34357 (or 0xE34357) is known color: Amaranth. HEX triplet: E3, 43 and 57. RGB value is (227,67,87). Sum of RGB (Red+Green+Blue) = 227+67+87=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E34357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34357 is #1CBCA8. Grayscale: #757575. Windows color (decimal): -1883305 or 5719011. OLE color: 5719011.
HSL color Cylindrical-coordinate representation of color #E34357: hue angle of 352.5º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34357 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 87 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.11 |
| HSL | 352.5º | 0.74% | 0.58% | - |
| HSV(B) | 352.5º | 0.7% | 0.89% | - |
| XYZ | 35.41 | 21.03 | 11.21 | - |
| YUV | 117.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 87 | 0 | 0.70 | 0.62 | 0.11 | 352.5 | 0.74 | 0.58 |
| Hex | E3 | 43 | 57 | 0 | 46 | 3E | B | 160 | 4A | 3A |
| Octal | 343 | 103 | 127 | 0 | 106 | 76 | 13 | 540 | 112 | 72 |
| Binary | 11100011 | 1000011 | 1010111 | 0 | 1000110 | 111110 | 1011 | 101100000 | 1001010 | 111010 |
Color Harmonies of #E34357
Complementary color
Monochromatic Colors of #E34357
Black with #E34357
Text Example
Text Example
White with #E34357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34357; }
p { color: rgb(227,67,87); }
H1.HeaderClassName
{
color: #E34357;
}
.AnyTagClassName
{
color: #E34357;
}
</style>
background-color css
<style>
a { background-color: #E34357; }
a { background-color: rgb(227,67,87); }
div.DivClassName
{
background-color: #E34357;
}
.BgClassName
{
background-color: #E34357;
}
</style>
border-color css
<style>
span { border-color: #E34357; }
span { border-color: rgb(227,67,87); }
td.TdClassName
{
border-color: #E34357;
}
.TagClassName
{
border-color: #E34357;
}
</style>