Shades of Amaranth #E23951
Tints of Amaranth #E23951
RGB
CMYK
RGB Variations
Color information
#E23951 (or 0xE23951) is known color: Amaranth. HEX triplet: E2, 39 and 51. RGB value is (226,57,81). Sum of RGB (Red+Green+Blue) = 226+57+81=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E23951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23951 is #1DC6AE. Grayscale: #6E6E6E. Windows color (decimal): -1951407 or 5323234. OLE color: 5323234.
HSL color Cylindrical-coordinate representation of color #E23951: hue angle of 351.48º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E23951 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 81 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.11 |
| HSL | 351.48º | 0.74% | 0.55% | - |
| HSV(B) | 351.48º | 0.75% | 0.89% | - |
| XYZ | 34.31 | 19.69 | 9.78 | - |
| YUV | 110.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 81 | 0 | 0.75 | 0.64 | 0.11 | 351.48 | 0.74 | 0.55 |
| Hex | E2 | 39 | 51 | 0 | 4B | 40 | B | 15F | 4A | 37 |
| Octal | 342 | 71 | 121 | 0 | 113 | 100 | 13 | 537 | 112 | 67 |
| Binary | 11100010 | 111001 | 1010001 | 0 | 1001011 | 1000000 | 1011 | 101011111 | 1001010 | 110111 |
Color Harmonies of #E23951
Complementary color
Monochromatic Colors of #E23951
Black with #E23951
Text Example
Text Example
White with #E23951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23951; }
p { color: rgb(226,57,81); }
H1.HeaderClassName
{
color: #E23951;
}
.AnyTagClassName
{
color: #E23951;
}
</style>
background-color css
<style>
a { background-color: #E23951; }
a { background-color: rgb(226,57,81); }
div.DivClassName
{
background-color: #E23951;
}
.BgClassName
{
background-color: #E23951;
}
</style>
border-color css
<style>
span { border-color: #E23951; }
span { border-color: rgb(226,57,81); }
td.TdClassName
{
border-color: #E23951;
}
.TagClassName
{
border-color: #E23951;
}
</style>