Shades of Amaranth #E23446
Tints of Amaranth #E23446
RGB
CMYK
RGB Variations
Color information
#E23446 (or 0xE23446) is known color: Amaranth. HEX triplet: E2, 34 and 46. RGB value is (226,52,70). Sum of RGB (Red+Green+Blue) = 226+52+70=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E23446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23446 is #1DCBB9. Grayscale: #6A6A6A. Windows color (decimal): -1952698 or 4601058. OLE color: 4601058.
HSL color Cylindrical-coordinate representation of color #E23446: hue angle of 353.79º 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 #E23446 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 70 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.11 |
| HSL | 353.79º | 0.75% | 0.55% | - |
| HSV(B) | 353.79º | 0.77% | 0.89% | - |
| XYZ | 33.7 | 19.07 | 7.7 | - |
| YUV | 106.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 70 | 0 | 0.77 | 0.69 | 0.11 | 353.79 | 0.75 | 0.55 |
| Hex | E2 | 34 | 46 | 0 | 4D | 45 | B | 162 | 4B | 37 |
| Octal | 342 | 64 | 106 | 0 | 115 | 105 | 13 | 542 | 113 | 67 |
| Binary | 11100010 | 110100 | 1000110 | 0 | 1001101 | 1000101 | 1011 | 101100010 | 1001011 | 110111 |
Color Harmonies of #E23446
Complementary color
Monochromatic Colors of #E23446
Black with #E23446
Text Example
Text Example
White with #E23446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23446; }
p { color: rgb(226,52,70); }
H1.HeaderClassName
{
color: #E23446;
}
.AnyTagClassName
{
color: #E23446;
}
</style>
background-color css
<style>
a { background-color: #E23446; }
a { background-color: rgb(226,52,70); }
div.DivClassName
{
background-color: #E23446;
}
.BgClassName
{
background-color: #E23446;
}
</style>
border-color css
<style>
span { border-color: #E23446; }
span { border-color: rgb(226,52,70); }
td.TdClassName
{
border-color: #E23446;
}
.TagClassName
{
border-color: #E23446;
}
</style>