Shades of Amaranth #E92550
Tints of Amaranth #E92550
RGB
CMYK
RGB Variations
Color information
#E92550 (or 0xE92550) is known color: Amaranth. HEX triplet: E9, 25 and 50. RGB value is (233,37,80). Sum of RGB (Red+Green+Blue) = 233+37+80=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E92550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92550 is #16DAAF. Grayscale: #646464. Windows color (decimal): -1497776 or 5252585. OLE color: 5252585.
HSL color Cylindrical-coordinate representation of color #E92550: hue angle of 346.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92550 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 80 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.09 |
| HSL | 346.84º | 0.82% | 0.53% | - |
| HSV(B) | 346.84º | 0.84% | 0.91% | - |
| XYZ | 35.71 | 19.23 | 9.42 | - |
| YUV | 100.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 80 | 0 | 0.84 | 0.66 | 0.09 | 346.84 | 0.82 | 0.53 |
| Hex | E9 | 25 | 50 | 0 | 54 | 42 | 9 | 15B | 52 | 35 |
| Octal | 351 | 45 | 120 | 0 | 124 | 102 | 11 | 533 | 122 | 65 |
| Binary | 11101001 | 100101 | 1010000 | 0 | 1010100 | 1000010 | 1001 | 101011011 | 1010010 | 110101 |
Color Harmonies of #E92550
Complementary color
Monochromatic Colors of #E92550
Black with #E92550
Text Example
Text Example
White with #E92550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92550; }
p { color: rgb(233,37,80); }
H1.HeaderClassName
{
color: #E92550;
}
.AnyTagClassName
{
color: #E92550;
}
</style>
background-color css
<style>
a { background-color: #E92550; }
a { background-color: rgb(233,37,80); }
div.DivClassName
{
background-color: #E92550;
}
.BgClassName
{
background-color: #E92550;
}
</style>
border-color css
<style>
span { border-color: #E92550; }
span { border-color: rgb(233,37,80); }
td.TdClassName
{
border-color: #E92550;
}
.TagClassName
{
border-color: #E92550;
}
</style>