Shades of Amaranth #E24345
Tints of Amaranth #E24345
RGB
CMYK
RGB Variations
Color information
#E24345 (or 0xE24345) is known color: Amaranth. HEX triplet: E2, 43 and 45. RGB value is (226,67,69). Sum of RGB (Red+Green+Blue) = 226+67+69=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E24345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24345 is #1DBCBA. Grayscale: #727272. Windows color (decimal): -1948859 or 4539362. OLE color: 4539362.
HSL color Cylindrical-coordinate representation of color #E24345: hue angle of 359.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24345 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 69 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.11 |
| HSL | 359.25º | 0.73% | 0.57% | - |
| HSV(B) | 359.25º | 0.7% | 0.89% | - |
| XYZ | 34.45 | 20.61 | 7.79 | - |
| YUV | 114.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 69 | 0 | 0.70 | 0.69 | 0.11 | 359.25 | 0.73 | 0.57 |
| Hex | E2 | 43 | 45 | 0 | 46 | 45 | B | 167 | 49 | 39 |
| Octal | 342 | 103 | 105 | 0 | 106 | 105 | 13 | 547 | 111 | 71 |
| Binary | 11100010 | 1000011 | 1000101 | 0 | 1000110 | 1000101 | 1011 | 101100111 | 1001001 | 111001 |
Color Harmonies of #E24345
Complementary color
Monochromatic Colors of #E24345
Black with #E24345
Text Example
Text Example
White with #E24345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24345; }
p { color: rgb(226,67,69); }
H1.HeaderClassName
{
color: #E24345;
}
.AnyTagClassName
{
color: #E24345;
}
</style>
background-color css
<style>
a { background-color: #E24345; }
a { background-color: rgb(226,67,69); }
div.DivClassName
{
background-color: #E24345;
}
.BgClassName
{
background-color: #E24345;
}
</style>
border-color css
<style>
span { border-color: #E24345; }
span { border-color: rgb(226,67,69); }
td.TdClassName
{
border-color: #E24345;
}
.TagClassName
{
border-color: #E24345;
}
</style>