Shades of Amaranth #E92C47
Tints of Amaranth #E92C47
RGB
CMYK
RGB Variations
Color information
#E92C47 (or 0xE92C47) is known color: Amaranth. HEX triplet: E9, 2C and 47. RGB value is (233,44,71). Sum of RGB (Red+Green+Blue) = 233+44+71=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C47 is #16D3B8. Grayscale: #676767. Windows color (decimal): -1495993 or 4664553. OLE color: 4664553.
HSL color Cylindrical-coordinate representation of color #E92C47: hue angle of 351.43º 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 #E92C47 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 71 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.09 |
| HSL | 351.43º | 0.81% | 0.54% | - |
| HSV(B) | 351.43º | 0.81% | 0.91% | - |
| XYZ | 35.64 | 19.58 | 7.86 | - |
| YUV | 103.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 71 | 0 | 0.81 | 0.70 | 0.09 | 351.43 | 0.81 | 0.54 |
| Hex | E9 | 2C | 47 | 0 | 51 | 46 | 9 | 15F | 51 | 36 |
| Octal | 351 | 54 | 107 | 0 | 121 | 106 | 11 | 537 | 121 | 66 |
| Binary | 11101001 | 101100 | 1000111 | 0 | 1010001 | 1000110 | 1001 | 101011111 | 1010001 | 110110 |
Color Harmonies of #E92C47
Complementary color
Monochromatic Colors of #E92C47
Black with #E92C47
Text Example
Text Example
White with #E92C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C47; }
p { color: rgb(233,44,71); }
H1.HeaderClassName
{
color: #E92C47;
}
.AnyTagClassName
{
color: #E92C47;
}
</style>
background-color css
<style>
a { background-color: #E92C47; }
a { background-color: rgb(233,44,71); }
div.DivClassName
{
background-color: #E92C47;
}
.BgClassName
{
background-color: #E92C47;
}
</style>
border-color css
<style>
span { border-color: #E92C47; }
span { border-color: rgb(233,44,71); }
td.TdClassName
{
border-color: #E92C47;
}
.TagClassName
{
border-color: #E92C47;
}
</style>