Shades of Amaranth #E23057
Tints of Amaranth #E23057
RGB
CMYK
RGB Variations
Color information
#E23057 (or 0xE23057) is known color: Amaranth. HEX triplet: E2, 30 and 57. RGB value is (226,48,87). Sum of RGB (Red+Green+Blue) = 226+48+87=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E23057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23057 is #1DCFA8. Grayscale: #696969. Windows color (decimal): -1953705 or 5714146. OLE color: 5714146.
HSL color Cylindrical-coordinate representation of color #E23057: hue angle of 346.85º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E23057 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 87 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.11 |
| HSL | 346.85º | 0.75% | 0.54% | - |
| HSV(B) | 346.85º | 0.79% | 0.89% | - |
| XYZ | 34.14 | 18.97 | 10.88 | - |
| YUV | 105.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 87 | 0 | 0.79 | 0.62 | 0.11 | 346.85 | 0.75 | 0.54 |
| Hex | E2 | 30 | 57 | 0 | 4F | 3E | B | 15B | 4B | 36 |
| Octal | 342 | 60 | 127 | 0 | 117 | 76 | 13 | 533 | 113 | 66 |
| Binary | 11100010 | 110000 | 1010111 | 0 | 1001111 | 111110 | 1011 | 101011011 | 1001011 | 110110 |
Color Harmonies of #E23057
Complementary color
Monochromatic Colors of #E23057
Black with #E23057
Text Example
Text Example
White with #E23057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23057; }
p { color: rgb(226,48,87); }
H1.HeaderClassName
{
color: #E23057;
}
.AnyTagClassName
{
color: #E23057;
}
</style>
background-color css
<style>
a { background-color: #E23057; }
a { background-color: rgb(226,48,87); }
div.DivClassName
{
background-color: #E23057;
}
.BgClassName
{
background-color: #E23057;
}
</style>
border-color css
<style>
span { border-color: #E23057; }
span { border-color: rgb(226,48,87); }
td.TdClassName
{
border-color: #E23057;
}
.TagClassName
{
border-color: #E23057;
}
</style>