Shades of Amaranth #E34453
Tints of Amaranth #E34453
RGB
CMYK
RGB Variations
Color information
#E34453 (or 0xE34453) is known color: Amaranth. HEX triplet: E3, 44 and 53. RGB value is (227,68,83). Sum of RGB (Red+Green+Blue) = 227+68+83=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E34453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34453 is #1CBBAC. Grayscale: #757575. Windows color (decimal): -1883053 or 5457123. OLE color: 5457123.
HSL color Cylindrical-coordinate representation of color #E34453: hue angle of 354.34º 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 #E34453 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 83 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.11 |
| HSL | 354.34º | 0.74% | 0.58% | - |
| HSV(B) | 354.34º | 0.7% | 0.89% | - |
| XYZ | 35.31 | 21.09 | 10.39 | - |
| YUV | 117.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 83 | 0 | 0.70 | 0.63 | 0.11 | 354.34 | 0.74 | 0.58 |
| Hex | E3 | 44 | 53 | 0 | 46 | 3F | B | 162 | 4A | 3A |
| Octal | 343 | 104 | 123 | 0 | 106 | 77 | 13 | 542 | 112 | 72 |
| Binary | 11100011 | 1000100 | 1010011 | 0 | 1000110 | 111111 | 1011 | 101100010 | 1001010 | 111010 |
Color Harmonies of #E34453
Complementary color
Monochromatic Colors of #E34453
Black with #E34453
Text Example
Text Example
White with #E34453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34453; }
p { color: rgb(227,68,83); }
H1.HeaderClassName
{
color: #E34453;
}
.AnyTagClassName
{
color: #E34453;
}
</style>
background-color css
<style>
a { background-color: #E34453; }
a { background-color: rgb(227,68,83); }
div.DivClassName
{
background-color: #E34453;
}
.BgClassName
{
background-color: #E34453;
}
</style>
border-color css
<style>
span { border-color: #E34453; }
span { border-color: rgb(227,68,83); }
td.TdClassName
{
border-color: #E34453;
}
.TagClassName
{
border-color: #E34453;
}
</style>