Shades of Amaranth #E34243
Tints of Amaranth #E34243
RGB
CMYK
RGB Variations
Color information
#E34243 (or 0xE34243) is known color: Amaranth. HEX triplet: E3, 42 and 43. RGB value is (227,66,67). Sum of RGB (Red+Green+Blue) = 227+66+67=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E34243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34243 is #1CBDBC. Grayscale: #727272. Windows color (decimal): -1883581 or 4408035. OLE color: 4408035.
HSL color Cylindrical-coordinate representation of color #E34243: hue angle of 359.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34243 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 66 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.11 |
| HSL | 359.63º | 0.74% | 0.57% | - |
| HSV(B) | 359.63º | 0.71% | 0.89% | - |
| XYZ | 34.64 | 20.63 | 7.47 | - |
| YUV | 114.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 67 | 0 | 0.71 | 0.70 | 0.11 | 359.63 | 0.74 | 0.57 |
| Hex | E3 | 42 | 43 | 0 | 47 | 46 | B | 168 | 4A | 39 |
| Octal | 343 | 102 | 103 | 0 | 107 | 106 | 13 | 550 | 112 | 71 |
| Binary | 11100011 | 1000010 | 1000011 | 0 | 1000111 | 1000110 | 1011 | 101101000 | 1001010 | 111001 |
Color Harmonies of #E34243
Complementary color
Monochromatic Colors of #E34243
Black with #E34243
Text Example
Text Example
White with #E34243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34243; }
p { color: rgb(227,66,67); }
H1.HeaderClassName
{
color: #E34243;
}
.AnyTagClassName
{
color: #E34243;
}
</style>
background-color css
<style>
a { background-color: #E34243; }
a { background-color: rgb(227,66,67); }
div.DivClassName
{
background-color: #E34243;
}
.BgClassName
{
background-color: #E34243;
}
</style>
border-color css
<style>
span { border-color: #E34243; }
span { border-color: rgb(227,66,67); }
td.TdClassName
{
border-color: #E34243;
}
.TagClassName
{
border-color: #E34243;
}
</style>