Shades of Amaranth #E92E5C
Tints of Amaranth #E92E5C
RGB
CMYK
RGB Variations
Color information
#E92E5C (or 0xE92E5C) is known color: Amaranth. HEX triplet: E9, 2E and 5C. RGB value is (233,46,92). Sum of RGB (Red+Green+Blue) = 233+46+92=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E5C is #16D1A3. Grayscale: #6B6B6B. Windows color (decimal): -1495460 or 6041321. OLE color: 6041321.
HSL color Cylindrical-coordinate representation of color #E92E5C: hue angle of 345.24º 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 #E92E5C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 92 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.09 |
| HSL | 345.24º | 0.81% | 0.55% | - |
| HSV(B) | 345.24º | 0.8% | 0.91% | - |
| XYZ | 36.51 | 20.05 | 12.07 | - |
| YUV | 107.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 92 | 0 | 0.80 | 0.61 | 0.09 | 345.24 | 0.81 | 0.55 |
| Hex | E9 | 2E | 5C | 0 | 50 | 3D | 9 | 159 | 51 | 37 |
| Octal | 351 | 56 | 134 | 0 | 120 | 75 | 11 | 531 | 121 | 67 |
| Binary | 11101001 | 101110 | 1011100 | 0 | 1010000 | 111101 | 1001 | 101011001 | 1010001 | 110111 |
Color Harmonies of #E92E5C
Complementary color
Monochromatic Colors of #E92E5C
Black with #E92E5C
Text Example
Text Example
White with #E92E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E5C; }
p { color: rgb(233,46,92); }
H1.HeaderClassName
{
color: #E92E5C;
}
.AnyTagClassName
{
color: #E92E5C;
}
</style>
background-color css
<style>
a { background-color: #E92E5C; }
a { background-color: rgb(233,46,92); }
div.DivClassName
{
background-color: #E92E5C;
}
.BgClassName
{
background-color: #E92E5C;
}
</style>
border-color css
<style>
span { border-color: #E92E5C; }
span { border-color: rgb(233,46,92); }
td.TdClassName
{
border-color: #E92E5C;
}
.TagClassName
{
border-color: #E92E5C;
}
</style>