Shades of Amaranth #E23151
Tints of Amaranth #E23151
RGB
CMYK
RGB Variations
Color information
#E23151 (or 0xE23151) is known color: Amaranth. HEX triplet: E2, 31 and 51. RGB value is (226,49,81). Sum of RGB (Red+Green+Blue) = 226+49+81=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E23151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23151 is #1DCEAE. Grayscale: #696969. Windows color (decimal): -1953455 or 5321186. OLE color: 5321186.
HSL color Cylindrical-coordinate representation of color #E23151: hue angle of 349.15º 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 #E23151 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 81 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.11 |
| HSL | 349.15º | 0.75% | 0.54% | - |
| HSV(B) | 349.15º | 0.78% | 0.89% | - |
| XYZ | 33.95 | 18.96 | 9.65 | - |
| YUV | 105.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 81 | 0 | 0.78 | 0.64 | 0.11 | 349.15 | 0.75 | 0.54 |
| Hex | E2 | 31 | 51 | 0 | 4E | 40 | B | 15D | 4B | 36 |
| Octal | 342 | 61 | 121 | 0 | 116 | 100 | 13 | 535 | 113 | 66 |
| Binary | 11100010 | 110001 | 1010001 | 0 | 1001110 | 1000000 | 1011 | 101011101 | 1001011 | 110110 |
Color Harmonies of #E23151
Complementary color
Monochromatic Colors of #E23151
Black with #E23151
Text Example
Text Example
White with #E23151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23151; }
p { color: rgb(226,49,81); }
H1.HeaderClassName
{
color: #E23151;
}
.AnyTagClassName
{
color: #E23151;
}
</style>
background-color css
<style>
a { background-color: #E23151; }
a { background-color: rgb(226,49,81); }
div.DivClassName
{
background-color: #E23151;
}
.BgClassName
{
background-color: #E23151;
}
</style>
border-color css
<style>
span { border-color: #E23151; }
span { border-color: rgb(226,49,81); }
td.TdClassName
{
border-color: #E23151;
}
.TagClassName
{
border-color: #E23151;
}
</style>