Shades of Amaranth #E24148
Tints of Amaranth #E24148
RGB
CMYK
RGB Variations
Color information
#E24148 (or 0xE24148) is known color: Amaranth. HEX triplet: E2, 41 and 48. RGB value is (226,65,72). Sum of RGB (Red+Green+Blue) = 226+65+72=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E24148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24148 is #1DBEB7. Grayscale: #727272. Windows color (decimal): -1949368 or 4735458. OLE color: 4735458.
HSL color Cylindrical-coordinate representation of color #E24148: hue angle of 357.39º 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 #E24148 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 72 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.11 |
| HSL | 357.39º | 0.74% | 0.57% | - |
| HSV(B) | 357.39º | 0.71% | 0.89% | - |
| XYZ | 34.42 | 20.42 | 8.26 | - |
| YUV | 113.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 72 | 0 | 0.71 | 0.68 | 0.11 | 357.39 | 0.74 | 0.57 |
| Hex | E2 | 41 | 48 | 0 | 47 | 44 | B | 165 | 4A | 39 |
| Octal | 342 | 101 | 110 | 0 | 107 | 104 | 13 | 545 | 112 | 71 |
| Binary | 11100010 | 1000001 | 1001000 | 0 | 1000111 | 1000100 | 1011 | 101100101 | 1001010 | 111001 |
Color Harmonies of #E24148
Complementary color
Monochromatic Colors of #E24148
Black with #E24148
Text Example
Text Example
White with #E24148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24148; }
p { color: rgb(226,65,72); }
H1.HeaderClassName
{
color: #E24148;
}
.AnyTagClassName
{
color: #E24148;
}
</style>
background-color css
<style>
a { background-color: #E24148; }
a { background-color: rgb(226,65,72); }
div.DivClassName
{
background-color: #E24148;
}
.BgClassName
{
background-color: #E24148;
}
</style>
border-color css
<style>
span { border-color: #E24148; }
span { border-color: rgb(226,65,72); }
td.TdClassName
{
border-color: #E24148;
}
.TagClassName
{
border-color: #E24148;
}
</style>