Shades of Amaranth #E3434C
Tints of Amaranth #E3434C
RGB
CMYK
RGB Variations
Color information
#E3434C (or 0xE3434C) is known color: Amaranth. HEX triplet: E3, 43 and 4C. RGB value is (227,67,76). Sum of RGB (Red+Green+Blue) = 227+67+76=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3434C is #1CBCB3. Grayscale: #737373. Windows color (decimal): -1883316 or 4998115. OLE color: 4998115.
HSL color Cylindrical-coordinate representation of color #E3434C: hue angle of 356.62º 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 #E3434C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.11 |
| HSL | 356.63º | 0.74% | 0.58% | - |
| HSV(B) | 356.63º | 0.7% | 0.89% | - |
| XYZ | 34.99 | 20.87 | 9.02 | - |
| YUV | 115.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 76 | 0 | 0.70 | 0.67 | 0.11 | 356.63 | 0.74 | 0.58 |
| Hex | E3 | 43 | 4C | 0 | 46 | 43 | B | 165 | 4A | 3A |
| Octal | 343 | 103 | 114 | 0 | 106 | 103 | 13 | 545 | 112 | 72 |
| Binary | 11100011 | 1000011 | 1001100 | 0 | 1000110 | 1000011 | 1011 | 101100101 | 1001010 | 111010 |
Color Harmonies of #E3434C
Complementary color
Monochromatic Colors of #E3434C
Black with #E3434C
Text Example
Text Example
White with #E3434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3434C; }
p { color: rgb(227,67,76); }
H1.HeaderClassName
{
color: #E3434C;
}
.AnyTagClassName
{
color: #E3434C;
}
</style>
background-color css
<style>
a { background-color: #E3434C; }
a { background-color: rgb(227,67,76); }
div.DivClassName
{
background-color: #E3434C;
}
.BgClassName
{
background-color: #E3434C;
}
</style>
border-color css
<style>
span { border-color: #E3434C; }
span { border-color: rgb(227,67,76); }
td.TdClassName
{
border-color: #E3434C;
}
.TagClassName
{
border-color: #E3434C;
}
</style>