Shades of Amaranth #E23045
Tints of Amaranth #E23045
RGB
CMYK
RGB Variations
Color information
#E23045 (or 0xE23045) is known color: Amaranth. HEX triplet: E2, 30 and 45. RGB value is (226,48,69). Sum of RGB (Red+Green+Blue) = 226+48+69=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E23045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23045 is #1DCFBA. Grayscale: #676767. Windows color (decimal): -1953723 or 4534498. OLE color: 4534498.
HSL color Cylindrical-coordinate representation of color #E23045: hue angle of 352.92º 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 #E23045 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 69 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.11 |
| HSL | 352.92º | 0.75% | 0.54% | - |
| HSV(B) | 352.92º | 0.79% | 0.89% | - |
| XYZ | 33.5 | 18.71 | 7.48 | - |
| YUV | 103.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 69 | 0 | 0.79 | 0.69 | 0.11 | 352.92 | 0.75 | 0.54 |
| Hex | E2 | 30 | 45 | 0 | 4F | 45 | B | 161 | 4B | 36 |
| Octal | 342 | 60 | 105 | 0 | 117 | 105 | 13 | 541 | 113 | 66 |
| Binary | 11100010 | 110000 | 1000101 | 0 | 1001111 | 1000101 | 1011 | 101100001 | 1001011 | 110110 |
Color Harmonies of #E23045
Complementary color
Monochromatic Colors of #E23045
Black with #E23045
Text Example
Text Example
White with #E23045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23045; }
p { color: rgb(226,48,69); }
H1.HeaderClassName
{
color: #E23045;
}
.AnyTagClassName
{
color: #E23045;
}
</style>
background-color css
<style>
a { background-color: #E23045; }
a { background-color: rgb(226,48,69); }
div.DivClassName
{
background-color: #E23045;
}
.BgClassName
{
background-color: #E23045;
}
</style>
border-color css
<style>
span { border-color: #E23045; }
span { border-color: rgb(226,48,69); }
td.TdClassName
{
border-color: #E23045;
}
.TagClassName
{
border-color: #E23045;
}
</style>