Shades of Amaranth #E34348
Tints of Amaranth #E34348
RGB
CMYK
RGB Variations
Color information
#E34348 (or 0xE34348) is known color: Amaranth. HEX triplet: E3, 43 and 48. RGB value is (227,67,72). Sum of RGB (Red+Green+Blue) = 227+67+72=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E34348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34348 is #1CBCB7. Grayscale: #737373. Windows color (decimal): -1883320 or 4735971. OLE color: 4735971.
HSL color Cylindrical-coordinate representation of color #E34348: hue angle of 358.12º 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 #E34348 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 72 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.11 |
| HSL | 358.13º | 0.74% | 0.58% | - |
| HSV(B) | 358.13º | 0.7% | 0.89% | - |
| XYZ | 34.86 | 20.81 | 8.31 | - |
| YUV | 115.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 72 | 0 | 0.70 | 0.68 | 0.11 | 358.13 | 0.74 | 0.58 |
| Hex | E3 | 43 | 48 | 0 | 46 | 44 | B | 166 | 4A | 3A |
| Octal | 343 | 103 | 110 | 0 | 106 | 104 | 13 | 546 | 112 | 72 |
| Binary | 11100011 | 1000011 | 1001000 | 0 | 1000110 | 1000100 | 1011 | 101100110 | 1001010 | 111010 |
Color Harmonies of #E34348
Complementary color
Monochromatic Colors of #E34348
Black with #E34348
Text Example
Text Example
White with #E34348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34348; }
p { color: rgb(227,67,72); }
H1.HeaderClassName
{
color: #E34348;
}
.AnyTagClassName
{
color: #E34348;
}
</style>
background-color css
<style>
a { background-color: #E34348; }
a { background-color: rgb(227,67,72); }
div.DivClassName
{
background-color: #E34348;
}
.BgClassName
{
background-color: #E34348;
}
</style>
border-color css
<style>
span { border-color: #E34348; }
span { border-color: rgb(227,67,72); }
td.TdClassName
{
border-color: #E34348;
}
.TagClassName
{
border-color: #E34348;
}
</style>