Shades of Amaranth #E92C55
Tints of Amaranth #E92C55
RGB
CMYK
RGB Variations
Color information
#E92C55 (or 0xE92C55) is known color: Amaranth. HEX triplet: E9, 2C and 55. RGB value is (233,44,85). Sum of RGB (Red+Green+Blue) = 233+44+85=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92C55 is #16D3AA. Grayscale: #696969. Windows color (decimal): -1495979 or 5582057. OLE color: 5582057.
HSL color Cylindrical-coordinate representation of color #E92C55: hue angle of 346.98º 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 #E92C55 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 85 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.09 |
| HSL | 346.98º | 0.81% | 0.54% | - |
| HSV(B) | 346.98º | 0.81% | 0.91% | - |
| XYZ | 36.14 | 19.78 | 10.51 | - |
| YUV | 105.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 85 | 0 | 0.81 | 0.64 | 0.09 | 346.98 | 0.81 | 0.54 |
| Hex | E9 | 2C | 55 | 0 | 51 | 40 | 9 | 15B | 51 | 36 |
| Octal | 351 | 54 | 125 | 0 | 121 | 100 | 11 | 533 | 121 | 66 |
| Binary | 11101001 | 101100 | 1010101 | 0 | 1010001 | 1000000 | 1001 | 101011011 | 1010001 | 110110 |
Color Harmonies of #E92C55
Complementary color
Monochromatic Colors of #E92C55
Black with #E92C55
Text Example
Text Example
White with #E92C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C55; }
p { color: rgb(233,44,85); }
H1.HeaderClassName
{
color: #E92C55;
}
.AnyTagClassName
{
color: #E92C55;
}
</style>
background-color css
<style>
a { background-color: #E92C55; }
a { background-color: rgb(233,44,85); }
div.DivClassName
{
background-color: #E92C55;
}
.BgClassName
{
background-color: #E92C55;
}
</style>
border-color css
<style>
span { border-color: #E92C55; }
span { border-color: rgb(233,44,85); }
td.TdClassName
{
border-color: #E92C55;
}
.TagClassName
{
border-color: #E92C55;
}
</style>