Shades of Amaranth #E92C48
Tints of Amaranth #E92C48
RGB
CMYK
RGB Variations
Color information
#E92C48 (or 0xE92C48) is known color: Amaranth. HEX triplet: E9, 2C and 48. RGB value is (233,44,72). Sum of RGB (Red+Green+Blue) = 233+44+72=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C48 is #16D3B7. Grayscale: #676767. Windows color (decimal): -1495992 or 4730089. OLE color: 4730089.
HSL color Cylindrical-coordinate representation of color #E92C48: hue angle of 351.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C48 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 72 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.09 |
| HSL | 351.11º | 0.81% | 0.54% | - |
| HSV(B) | 351.11º | 0.81% | 0.91% | - |
| XYZ | 35.67 | 19.59 | 8.03 | - |
| YUV | 103.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 72 | 0 | 0.81 | 0.69 | 0.09 | 351.11 | 0.81 | 0.54 |
| Hex | E9 | 2C | 48 | 0 | 51 | 45 | 9 | 15F | 51 | 36 |
| Octal | 351 | 54 | 110 | 0 | 121 | 105 | 11 | 537 | 121 | 66 |
| Binary | 11101001 | 101100 | 1001000 | 0 | 1010001 | 1000101 | 1001 | 101011111 | 1010001 | 110110 |
Color Harmonies of #E92C48
Complementary color
Monochromatic Colors of #E92C48
Black with #E92C48
Text Example
Text Example
White with #E92C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C48; }
p { color: rgb(233,44,72); }
H1.HeaderClassName
{
color: #E92C48;
}
.AnyTagClassName
{
color: #E92C48;
}
</style>
background-color css
<style>
a { background-color: #E92C48; }
a { background-color: rgb(233,44,72); }
div.DivClassName
{
background-color: #E92C48;
}
.BgClassName
{
background-color: #E92C48;
}
</style>
border-color css
<style>
span { border-color: #E92C48; }
span { border-color: rgb(233,44,72); }
td.TdClassName
{
border-color: #E92C48;
}
.TagClassName
{
border-color: #E92C48;
}
</style>