Shades of Amaranth #E23556
Tints of Amaranth #E23556
RGB
CMYK
RGB Variations
Color information
#E23556 (or 0xE23556) is known color: Amaranth. HEX triplet: E2, 35 and 56. RGB value is (226,53,86). Sum of RGB (Red+Green+Blue) = 226+53+86=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E23556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23556 is #1DCAA9. Grayscale: #6C6C6C. Windows color (decimal): -1952426 or 5649890. OLE color: 5649890.
HSL color Cylindrical-coordinate representation of color #E23556: hue angle of 348.55º 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 #E23556 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 86 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.11 |
| HSL | 348.55º | 0.75% | 0.55% | - |
| HSV(B) | 348.55º | 0.77% | 0.89% | - |
| XYZ | 34.32 | 19.39 | 10.74 | - |
| YUV | 108.49 | 115.31 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 86 | 0 | 0.77 | 0.62 | 0.11 | 348.55 | 0.75 | 0.55 |
| Hex | E2 | 35 | 56 | 0 | 4D | 3E | B | 15D | 4B | 37 |
| Octal | 342 | 65 | 126 | 0 | 115 | 76 | 13 | 535 | 113 | 67 |
| Binary | 11100010 | 110101 | 1010110 | 0 | 1001101 | 111110 | 1011 | 101011101 | 1001011 | 110111 |
Color Harmonies of #E23556
Complementary color
Monochromatic Colors of #E23556
Black with #E23556
Text Example
Text Example
White with #E23556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23556; }
p { color: rgb(226,53,86); }
H1.HeaderClassName
{
color: #E23556;
}
.AnyTagClassName
{
color: #E23556;
}
</style>
background-color css
<style>
a { background-color: #E23556; }
a { background-color: rgb(226,53,86); }
div.DivClassName
{
background-color: #E23556;
}
.BgClassName
{
background-color: #E23556;
}
</style>
border-color css
<style>
span { border-color: #E23556; }
span { border-color: rgb(226,53,86); }
td.TdClassName
{
border-color: #E23556;
}
.TagClassName
{
border-color: #E23556;
}
</style>