Shades of Amaranth #E92E5A
Tints of Amaranth #E92E5A
RGB
CMYK
RGB Variations
Color information
#E92E5A (or 0xE92E5A) is known color: Amaranth. HEX triplet: E9, 2E and 5A. RGB value is (233,46,90). Sum of RGB (Red+Green+Blue) = 233+46+90=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E5A is #16D1A5. Grayscale: #6A6A6A. Windows color (decimal): -1495462 or 5910249. OLE color: 5910249.
HSL color Cylindrical-coordinate representation of color #E92E5A: hue angle of 345.88º 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 #E92E5A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 90 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.09 |
| HSL | 345.88º | 0.81% | 0.55% | - |
| HSV(B) | 345.88º | 0.8% | 0.91% | - |
| XYZ | 36.43 | 20.02 | 11.62 | - |
| YUV | 106.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 90 | 0 | 0.80 | 0.61 | 0.09 | 345.88 | 0.81 | 0.55 |
| Hex | E9 | 2E | 5A | 0 | 50 | 3D | 9 | 15A | 51 | 37 |
| Octal | 351 | 56 | 132 | 0 | 120 | 75 | 11 | 532 | 121 | 67 |
| Binary | 11101001 | 101110 | 1011010 | 0 | 1010000 | 111101 | 1001 | 101011010 | 1010001 | 110111 |
Color Harmonies of #E92E5A
Complementary color
Monochromatic Colors of #E92E5A
Black with #E92E5A
Text Example
Text Example
White with #E92E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E5A; }
p { color: rgb(233,46,90); }
H1.HeaderClassName
{
color: #E92E5A;
}
.AnyTagClassName
{
color: #E92E5A;
}
</style>
background-color css
<style>
a { background-color: #E92E5A; }
a { background-color: rgb(233,46,90); }
div.DivClassName
{
background-color: #E92E5A;
}
.BgClassName
{
background-color: #E92E5A;
}
</style>
border-color css
<style>
span { border-color: #E92E5A; }
span { border-color: rgb(233,46,90); }
td.TdClassName
{
border-color: #E92E5A;
}
.TagClassName
{
border-color: #E92E5A;
}
</style>