Shades of Amaranth #E23144
Tints of Amaranth #E23144
RGB
CMYK
RGB Variations
Color information
#E23144 (or 0xE23144) is known color: Amaranth. HEX triplet: E2, 31 and 44. RGB value is (226,49,68). Sum of RGB (Red+Green+Blue) = 226+49+68=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E23144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23144 is #1DCEBB. Grayscale: #686868. Windows color (decimal): -1953468 or 4469218. OLE color: 4469218.
HSL color Cylindrical-coordinate representation of color #E23144: hue angle of 353.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23144 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 68 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.11 |
| HSL | 353.56º | 0.75% | 0.54% | - |
| HSV(B) | 353.56º | 0.78% | 0.89% | - |
| XYZ | 33.51 | 18.78 | 7.33 | - |
| YUV | 104.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 68 | 0 | 0.78 | 0.70 | 0.11 | 353.56 | 0.75 | 0.54 |
| Hex | E2 | 31 | 44 | 0 | 4E | 46 | B | 162 | 4B | 36 |
| Octal | 342 | 61 | 104 | 0 | 116 | 106 | 13 | 542 | 113 | 66 |
| Binary | 11100010 | 110001 | 1000100 | 0 | 1001110 | 1000110 | 1011 | 101100010 | 1001011 | 110110 |
Color Harmonies of #E23144
Complementary color
Monochromatic Colors of #E23144
Black with #E23144
Text Example
Text Example
White with #E23144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23144; }
p { color: rgb(226,49,68); }
H1.HeaderClassName
{
color: #E23144;
}
.AnyTagClassName
{
color: #E23144;
}
</style>
background-color css
<style>
a { background-color: #E23144; }
a { background-color: rgb(226,49,68); }
div.DivClassName
{
background-color: #E23144;
}
.BgClassName
{
background-color: #E23144;
}
</style>
border-color css
<style>
span { border-color: #E23144; }
span { border-color: rgb(226,49,68); }
td.TdClassName
{
border-color: #E23144;
}
.TagClassName
{
border-color: #E23144;
}
</style>