Shades of Amaranth #E23544
Tints of Amaranth #E23544
RGB
CMYK
RGB Variations
Color information
#E23544 (or 0xE23544) is known color: Amaranth. HEX triplet: E2, 35 and 44. RGB value is (226,53,68). Sum of RGB (Red+Green+Blue) = 226+53+68=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E23544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23544 is #1DCABB. Grayscale: #6A6A6A. Windows color (decimal): -1952444 or 4470242. OLE color: 4470242.
HSL color Cylindrical-coordinate representation of color #E23544: hue angle of 354.8º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23544 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 68 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.11 |
| HSL | 354.8º | 0.75% | 0.55% | - |
| HSV(B) | 354.8º | 0.77% | 0.89% | - |
| XYZ | 33.68 | 19.13 | 7.39 | - |
| YUV | 106.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 68 | 0 | 0.77 | 0.70 | 0.11 | 354.8 | 0.75 | 0.55 |
| Hex | E2 | 35 | 44 | 0 | 4D | 46 | B | 163 | 4B | 37 |
| Octal | 342 | 65 | 104 | 0 | 115 | 106 | 13 | 543 | 113 | 67 |
| Binary | 11100010 | 110101 | 1000100 | 0 | 1001101 | 1000110 | 1011 | 101100011 | 1001011 | 110111 |
Color Harmonies of #E23544
Complementary color
Monochromatic Colors of #E23544
Black with #E23544
Text Example
Text Example
White with #E23544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23544; }
p { color: rgb(226,53,68); }
H1.HeaderClassName
{
color: #E23544;
}
.AnyTagClassName
{
color: #E23544;
}
</style>
background-color css
<style>
a { background-color: #E23544; }
a { background-color: rgb(226,53,68); }
div.DivClassName
{
background-color: #E23544;
}
.BgClassName
{
background-color: #E23544;
}
</style>
border-color css
<style>
span { border-color: #E23544; }
span { border-color: rgb(226,53,68); }
td.TdClassName
{
border-color: #E23544;
}
.TagClassName
{
border-color: #E23544;
}
</style>