Shades of Amaranth #E92555
Tints of Amaranth #E92555
RGB
CMYK
RGB Variations
Color information
#E92555 (or 0xE92555) is known color: Amaranth. HEX triplet: E9, 25 and 55. RGB value is (233,37,85). Sum of RGB (Red+Green+Blue) = 233+37+85=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E92555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92555 is #16DAAA. Grayscale: #656565. Windows color (decimal): -1497771 or 5580265. OLE color: 5580265.
HSL color Cylindrical-coordinate representation of color #E92555: hue angle of 345.31º 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 #E92555 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 85 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.09 |
| HSL | 345.31º | 0.82% | 0.53% | - |
| HSV(B) | 345.31º | 0.84% | 0.91% | - |
| XYZ | 35.91 | 19.3 | 10.43 | - |
| YUV | 101.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 85 | 0 | 0.84 | 0.64 | 0.09 | 345.31 | 0.82 | 0.53 |
| Hex | E9 | 25 | 55 | 0 | 54 | 40 | 9 | 159 | 52 | 35 |
| Octal | 351 | 45 | 125 | 0 | 124 | 100 | 11 | 531 | 122 | 65 |
| Binary | 11101001 | 100101 | 1010101 | 0 | 1010100 | 1000000 | 1001 | 101011001 | 1010010 | 110101 |
Color Harmonies of #E92555
Complementary color
Monochromatic Colors of #E92555
Black with #E92555
Text Example
Text Example
White with #E92555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92555; }
p { color: rgb(233,37,85); }
H1.HeaderClassName
{
color: #E92555;
}
.AnyTagClassName
{
color: #E92555;
}
</style>
background-color css
<style>
a { background-color: #E92555; }
a { background-color: rgb(233,37,85); }
div.DivClassName
{
background-color: #E92555;
}
.BgClassName
{
background-color: #E92555;
}
</style>
border-color css
<style>
span { border-color: #E92555; }
span { border-color: rgb(233,37,85); }
td.TdClassName
{
border-color: #E92555;
}
.TagClassName
{
border-color: #E92555;
}
</style>