Shades of Amaranth #E23256
Tints of Amaranth #E23256
RGB
CMYK
RGB Variations
Color information
#E23256 (or 0xE23256) is known color: Amaranth. HEX triplet: E2, 32 and 56. RGB value is (226,50,86). Sum of RGB (Red+Green+Blue) = 226+50+86=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E23256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23256 is #1DCDA9. Grayscale: #6A6A6A. Windows color (decimal): -1953194 or 5649122. OLE color: 5649122.
HSL color Cylindrical-coordinate representation of color #E23256: hue angle of 347.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23256 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 86 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.11 |
| HSL | 347.73º | 0.75% | 0.54% | - |
| HSV(B) | 347.73º | 0.78% | 0.89% | - |
| XYZ | 34.18 | 19.12 | 10.69 | - |
| YUV | 106.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 86 | 0 | 0.78 | 0.62 | 0.11 | 347.73 | 0.75 | 0.54 |
| Hex | E2 | 32 | 56 | 0 | 4E | 3E | B | 15C | 4B | 36 |
| Octal | 342 | 62 | 126 | 0 | 116 | 76 | 13 | 534 | 113 | 66 |
| Binary | 11100010 | 110010 | 1010110 | 0 | 1001110 | 111110 | 1011 | 101011100 | 1001011 | 110110 |
Color Harmonies of #E23256
Complementary color
Monochromatic Colors of #E23256
Black with #E23256
Text Example
Text Example
White with #E23256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23256; }
p { color: rgb(226,50,86); }
H1.HeaderClassName
{
color: #E23256;
}
.AnyTagClassName
{
color: #E23256;
}
</style>
background-color css
<style>
a { background-color: #E23256; }
a { background-color: rgb(226,50,86); }
div.DivClassName
{
background-color: #E23256;
}
.BgClassName
{
background-color: #E23256;
}
</style>
border-color css
<style>
span { border-color: #E23256; }
span { border-color: rgb(226,50,86); }
td.TdClassName
{
border-color: #E23256;
}
.TagClassName
{
border-color: #E23256;
}
</style>