Shades of Amaranth #E23359
Tints of Amaranth #E23359
RGB
CMYK
RGB Variations
Color information
#E23359 (or 0xE23359) is known color: Amaranth. HEX triplet: E2, 33 and 59. RGB value is (226,51,89). Sum of RGB (Red+Green+Blue) = 226+51+89=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E23359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23359 is #1DCCA6. Grayscale: #6B6B6B. Windows color (decimal): -1952935 or 5845986. OLE color: 5845986.
HSL color Cylindrical-coordinate representation of color #E23359: hue angle of 346.97º 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 #E23359 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 89 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.11 |
| HSL | 346.97º | 0.75% | 0.54% | - |
| HSV(B) | 346.97º | 0.77% | 0.89% | - |
| XYZ | 34.35 | 19.26 | 11.36 | - |
| YUV | 107.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 89 | 0 | 0.77 | 0.61 | 0.11 | 346.97 | 0.75 | 0.54 |
| Hex | E2 | 33 | 59 | 0 | 4D | 3D | B | 15B | 4B | 36 |
| Octal | 342 | 63 | 131 | 0 | 115 | 75 | 13 | 533 | 113 | 66 |
| Binary | 11100010 | 110011 | 1011001 | 0 | 1001101 | 111101 | 1011 | 101011011 | 1001011 | 110110 |
Color Harmonies of #E23359
Complementary color
Monochromatic Colors of #E23359
Black with #E23359
Text Example
Text Example
White with #E23359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23359; }
p { color: rgb(226,51,89); }
H1.HeaderClassName
{
color: #E23359;
}
.AnyTagClassName
{
color: #E23359;
}
</style>
background-color css
<style>
a { background-color: #E23359; }
a { background-color: rgb(226,51,89); }
div.DivClassName
{
background-color: #E23359;
}
.BgClassName
{
background-color: #E23359;
}
</style>
border-color css
<style>
span { border-color: #E23359; }
span { border-color: rgb(226,51,89); }
td.TdClassName
{
border-color: #E23359;
}
.TagClassName
{
border-color: #E23359;
}
</style>