Shades of Amaranth #E23257
Tints of Amaranth #E23257
RGB
CMYK
RGB Variations
Color information
#E23257 (or 0xE23257) is known color: Amaranth. HEX triplet: E2, 32 and 57. RGB value is (226,50,87). Sum of RGB (Red+Green+Blue) = 226+50+87=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E23257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23257 is #1DCDA8. Grayscale: #6A6A6A. Windows color (decimal): -1953193 or 5714658. OLE color: 5714658.
HSL color Cylindrical-coordinate representation of color #E23257: hue angle of 347.39º 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 #E23257 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 87 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.11 |
| HSL | 347.39º | 0.75% | 0.54% | - |
| HSV(B) | 347.39º | 0.78% | 0.89% | - |
| XYZ | 34.22 | 19.14 | 10.91 | - |
| YUV | 106.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 87 | 0 | 0.78 | 0.62 | 0.11 | 347.39 | 0.75 | 0.54 |
| Hex | E2 | 32 | 57 | 0 | 4E | 3E | B | 15B | 4B | 36 |
| Octal | 342 | 62 | 127 | 0 | 116 | 76 | 13 | 533 | 113 | 66 |
| Binary | 11100010 | 110010 | 1010111 | 0 | 1001110 | 111110 | 1011 | 101011011 | 1001011 | 110110 |
Color Harmonies of #E23257
Complementary color
Monochromatic Colors of #E23257
Black with #E23257
Text Example
Text Example
White with #E23257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23257; }
p { color: rgb(226,50,87); }
H1.HeaderClassName
{
color: #E23257;
}
.AnyTagClassName
{
color: #E23257;
}
</style>
background-color css
<style>
a { background-color: #E23257; }
a { background-color: rgb(226,50,87); }
div.DivClassName
{
background-color: #E23257;
}
.BgClassName
{
background-color: #E23257;
}
</style>
border-color css
<style>
span { border-color: #E23257; }
span { border-color: rgb(226,50,87); }
td.TdClassName
{
border-color: #E23257;
}
.TagClassName
{
border-color: #E23257;
}
</style>