Shades of Amaranth #E92D51
Tints of Amaranth #E92D51
RGB
CMYK
RGB Variations
Color information
#E92D51 (or 0xE92D51) is known color: Amaranth. HEX triplet: E9, 2D and 51. RGB value is (233,45,81). Sum of RGB (Red+Green+Blue) = 233+45+81=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D51 is #16D2AE. Grayscale: #696969. Windows color (decimal): -1495727 or 5320169. OLE color: 5320169.
HSL color Cylindrical-coordinate representation of color #E92D51: hue angle of 348.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D51 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 81 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.09 |
| HSL | 348.51º | 0.81% | 0.55% | - |
| HSV(B) | 348.51º | 0.81% | 0.91% | - |
| XYZ | 36.03 | 19.79 | 9.71 | - |
| YUV | 105.32 | 114.28 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 81 | 0 | 0.81 | 0.65 | 0.09 | 348.51 | 0.81 | 0.55 |
| Hex | E9 | 2D | 51 | 0 | 51 | 41 | 9 | 15D | 51 | 37 |
| Octal | 351 | 55 | 121 | 0 | 121 | 101 | 11 | 535 | 121 | 67 |
| Binary | 11101001 | 101101 | 1010001 | 0 | 1010001 | 1000001 | 1001 | 101011101 | 1010001 | 110111 |
Color Harmonies of #E92D51
Complementary color
Monochromatic Colors of #E92D51
Black with #E92D51
Text Example
Text Example
White with #E92D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D51; }
p { color: rgb(233,45,81); }
H1.HeaderClassName
{
color: #E92D51;
}
.AnyTagClassName
{
color: #E92D51;
}
</style>
background-color css
<style>
a { background-color: #E92D51; }
a { background-color: rgb(233,45,81); }
div.DivClassName
{
background-color: #E92D51;
}
.BgClassName
{
background-color: #E92D51;
}
</style>
border-color css
<style>
span { border-color: #E92D51; }
span { border-color: rgb(233,45,81); }
td.TdClassName
{
border-color: #E92D51;
}
.TagClassName
{
border-color: #E92D51;
}
</style>