Shades of Amaranth #E23348
Tints of Amaranth #E23348
RGB
CMYK
RGB Variations
Color information
#E23348 (or 0xE23348) is known color: Amaranth. HEX triplet: E2, 33 and 48. RGB value is (226,51,72). Sum of RGB (Red+Green+Blue) = 226+51+72=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E23348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23348 is #1DCCB7. Grayscale: #696969. Windows color (decimal): -1952952 or 4731874. OLE color: 4731874.
HSL color Cylindrical-coordinate representation of color #E23348: hue angle of 352.8º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23348 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 72 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.11 |
| HSL | 352.8º | 0.75% | 0.54% | - |
| HSV(B) | 352.8º | 0.77% | 0.89% | - |
| XYZ | 33.72 | 19 | 8.02 | - |
| YUV | 105.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 72 | 0 | 0.77 | 0.68 | 0.11 | 352.8 | 0.75 | 0.54 |
| Hex | E2 | 33 | 48 | 0 | 4D | 44 | B | 161 | 4B | 36 |
| Octal | 342 | 63 | 110 | 0 | 115 | 104 | 13 | 541 | 113 | 66 |
| Binary | 11100010 | 110011 | 1001000 | 0 | 1001101 | 1000100 | 1011 | 101100001 | 1001011 | 110110 |
Color Harmonies of #E23348
Complementary color
Monochromatic Colors of #E23348
Black with #E23348
Text Example
Text Example
White with #E23348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23348; }
p { color: rgb(226,51,72); }
H1.HeaderClassName
{
color: #E23348;
}
.AnyTagClassName
{
color: #E23348;
}
</style>
background-color css
<style>
a { background-color: #E23348; }
a { background-color: rgb(226,51,72); }
div.DivClassName
{
background-color: #E23348;
}
.BgClassName
{
background-color: #E23348;
}
</style>
border-color css
<style>
span { border-color: #E23348; }
span { border-color: rgb(226,51,72); }
td.TdClassName
{
border-color: #E23348;
}
.TagClassName
{
border-color: #E23348;
}
</style>