Shades of Amaranth #E34355
Tints of Amaranth #E34355
RGB
CMYK
RGB Variations
Color information
#E34355 (or 0xE34355) is known color: Amaranth. HEX triplet: E3, 43 and 55. RGB value is (227,67,85). Sum of RGB (Red+Green+Blue) = 227+67+85=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E34355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34355 is #1CBCAA. Grayscale: #747474. Windows color (decimal): -1883307 or 5587939. OLE color: 5587939.
HSL color Cylindrical-coordinate representation of color #E34355: hue angle of 353.25º 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 #E34355 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 85 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.11 |
| HSL | 353.25º | 0.74% | 0.58% | - |
| HSV(B) | 353.25º | 0.7% | 0.89% | - |
| XYZ | 35.33 | 21 | 10.79 | - |
| YUV | 116.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 85 | 0 | 0.70 | 0.63 | 0.11 | 353.25 | 0.74 | 0.58 |
| Hex | E3 | 43 | 55 | 0 | 46 | 3F | B | 161 | 4A | 3A |
| Octal | 343 | 103 | 125 | 0 | 106 | 77 | 13 | 541 | 112 | 72 |
| Binary | 11100011 | 1000011 | 1010101 | 0 | 1000110 | 111111 | 1011 | 101100001 | 1001010 | 111010 |
Color Harmonies of #E34355
Complementary color
Monochromatic Colors of #E34355
Black with #E34355
Text Example
Text Example
White with #E34355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34355; }
p { color: rgb(227,67,85); }
H1.HeaderClassName
{
color: #E34355;
}
.AnyTagClassName
{
color: #E34355;
}
</style>
background-color css
<style>
a { background-color: #E34355; }
a { background-color: rgb(227,67,85); }
div.DivClassName
{
background-color: #E34355;
}
.BgClassName
{
background-color: #E34355;
}
</style>
border-color css
<style>
span { border-color: #E34355; }
span { border-color: rgb(227,67,85); }
td.TdClassName
{
border-color: #E34355;
}
.TagClassName
{
border-color: #E34355;
}
</style>