Shades of Amaranth #E23344
Tints of Amaranth #E23344
RGB
CMYK
RGB Variations
Color information
#E23344 (or 0xE23344) is known color: Amaranth. HEX triplet: E2, 33 and 44. RGB value is (226,51,68). Sum of RGB (Red+Green+Blue) = 226+51+68=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E23344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23344 is #1DCCBB. Grayscale: #696969. Windows color (decimal): -1952956 or 4469730. OLE color: 4469730.
HSL color Cylindrical-coordinate representation of color #E23344: hue angle of 354.17º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23344 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 68 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.11 |
| HSL | 354.17º | 0.75% | 0.54% | - |
| HSV(B) | 354.17º | 0.77% | 0.89% | - |
| XYZ | 33.59 | 18.95 | 7.36 | - |
| YUV | 105.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 68 | 0 | 0.77 | 0.70 | 0.11 | 354.17 | 0.75 | 0.54 |
| Hex | E2 | 33 | 44 | 0 | 4D | 46 | B | 162 | 4B | 36 |
| Octal | 342 | 63 | 104 | 0 | 115 | 106 | 13 | 542 | 113 | 66 |
| Binary | 11100010 | 110011 | 1000100 | 0 | 1001101 | 1000110 | 1011 | 101100010 | 1001011 | 110110 |
Color Harmonies of #E23344
Complementary color
Monochromatic Colors of #E23344
Black with #E23344
Text Example
Text Example
White with #E23344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23344; }
p { color: rgb(226,51,68); }
H1.HeaderClassName
{
color: #E23344;
}
.AnyTagClassName
{
color: #E23344;
}
</style>
background-color css
<style>
a { background-color: #E23344; }
a { background-color: rgb(226,51,68); }
div.DivClassName
{
background-color: #E23344;
}
.BgClassName
{
background-color: #E23344;
}
</style>
border-color css
<style>
span { border-color: #E23344; }
span { border-color: rgb(226,51,68); }
td.TdClassName
{
border-color: #E23344;
}
.TagClassName
{
border-color: #E23344;
}
</style>