Shades of Amaranth #E92054
Tints of Amaranth #E92054
RGB
CMYK
RGB Variations
Color information
#E92054 (or 0xE92054) is known color: Amaranth. HEX triplet: E9, 20 and 54. RGB value is (233,32,84). Sum of RGB (Red+Green+Blue) = 233+32+84=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E92054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92054 is #16DFAB. Grayscale: #626262. Windows color (decimal): -1499052 or 5513449. OLE color: 5513449.
HSL color Cylindrical-coordinate representation of color #E92054: hue angle of 344.48º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92054 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 84 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.09 |
| HSL | 344.48º | 0.82% | 0.52% | - |
| HSV(B) | 344.48º | 0.86% | 0.91% | - |
| XYZ | 35.72 | 19 | 10.17 | - |
| YUV | 98.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 84 | 0 | 0.86 | 0.64 | 0.09 | 344.48 | 0.82 | 0.52 |
| Hex | E9 | 20 | 54 | 0 | 56 | 40 | 9 | 158 | 52 | 34 |
| Octal | 351 | 40 | 124 | 0 | 126 | 100 | 11 | 530 | 122 | 64 |
| Binary | 11101001 | 100000 | 1010100 | 0 | 1010110 | 1000000 | 1001 | 101011000 | 1010010 | 110100 |
Color Harmonies of #E92054
Complementary color
Monochromatic Colors of #E92054
Black with #E92054
Text Example
Text Example
White with #E92054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92054; }
p { color: rgb(233,32,84); }
H1.HeaderClassName
{
color: #E92054;
}
.AnyTagClassName
{
color: #E92054;
}
</style>
background-color css
<style>
a { background-color: #E92054; }
a { background-color: rgb(233,32,84); }
div.DivClassName
{
background-color: #E92054;
}
.BgClassName
{
background-color: #E92054;
}
</style>
border-color css
<style>
span { border-color: #E92054; }
span { border-color: rgb(233,32,84); }
td.TdClassName
{
border-color: #E92054;
}
.TagClassName
{
border-color: #E92054;
}
</style>