Shades of Amaranth #E92E5B
Tints of Amaranth #E92E5B
RGB
CMYK
RGB Variations
Color information
#E92E5B (or 0xE92E5B) is known color: Amaranth. HEX triplet: E9, 2E and 5B. RGB value is (233,46,91). Sum of RGB (Red+Green+Blue) = 233+46+91=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E5B is #16D1A4. Grayscale: #6B6B6B. Windows color (decimal): -1495461 or 5975785. OLE color: 5975785.
HSL color Cylindrical-coordinate representation of color #E92E5B: hue angle of 345.56º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92E5B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 91 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.09 |
| HSL | 345.56º | 0.81% | 0.55% | - |
| HSV(B) | 345.56º | 0.8% | 0.91% | - |
| XYZ | 36.47 | 20.03 | 11.84 | - |
| YUV | 107.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 91 | 0 | 0.80 | 0.61 | 0.09 | 345.56 | 0.81 | 0.55 |
| Hex | E9 | 2E | 5B | 0 | 50 | 3D | 9 | 15A | 51 | 37 |
| Octal | 351 | 56 | 133 | 0 | 120 | 75 | 11 | 532 | 121 | 67 |
| Binary | 11101001 | 101110 | 1011011 | 0 | 1010000 | 111101 | 1001 | 101011010 | 1010001 | 110111 |
Color Harmonies of #E92E5B
Complementary color
Monochromatic Colors of #E92E5B
Black with #E92E5B
Text Example
Text Example
White with #E92E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E5B; }
p { color: rgb(233,46,91); }
H1.HeaderClassName
{
color: #E92E5B;
}
.AnyTagClassName
{
color: #E92E5B;
}
</style>
background-color css
<style>
a { background-color: #E92E5B; }
a { background-color: rgb(233,46,91); }
div.DivClassName
{
background-color: #E92E5B;
}
.BgClassName
{
background-color: #E92E5B;
}
</style>
border-color css
<style>
span { border-color: #E92E5B; }
span { border-color: rgb(233,46,91); }
td.TdClassName
{
border-color: #E92E5B;
}
.TagClassName
{
border-color: #E92E5B;
}
</style>