Shades of Amaranth #E92256
Tints of Amaranth #E92256
RGB
CMYK
RGB Variations
Color information
#E92256 (or 0xE92256) is known color: Amaranth. HEX triplet: E9, 22 and 56. RGB value is (233,34,86). Sum of RGB (Red+Green+Blue) = 233+34+86=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E92256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92256 is #16DDA9. Grayscale: #636363. Windows color (decimal): -1498538 or 5645033. OLE color: 5645033.
HSL color Cylindrical-coordinate representation of color #E92256: hue angle of 344.32º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92256 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 86 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.09 |
| HSL | 344.32º | 0.82% | 0.52% | - |
| HSV(B) | 344.32º | 0.85% | 0.91% | - |
| XYZ | 35.86 | 19.14 | 10.61 | - |
| YUV | 99.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 86 | 0 | 0.85 | 0.63 | 0.09 | 344.32 | 0.82 | 0.52 |
| Hex | E9 | 22 | 56 | 0 | 55 | 3F | 9 | 158 | 52 | 34 |
| Octal | 351 | 42 | 126 | 0 | 125 | 77 | 11 | 530 | 122 | 64 |
| Binary | 11101001 | 100010 | 1010110 | 0 | 1010101 | 111111 | 1001 | 101011000 | 1010010 | 110100 |
Color Harmonies of #E92256
Complementary color
Monochromatic Colors of #E92256
Black with #E92256
Text Example
Text Example
White with #E92256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92256; }
p { color: rgb(233,34,86); }
H1.HeaderClassName
{
color: #E92256;
}
.AnyTagClassName
{
color: #E92256;
}
</style>
background-color css
<style>
a { background-color: #E92256; }
a { background-color: rgb(233,34,86); }
div.DivClassName
{
background-color: #E92256;
}
.BgClassName
{
background-color: #E92256;
}
</style>
border-color css
<style>
span { border-color: #E92256; }
span { border-color: rgb(233,34,86); }
td.TdClassName
{
border-color: #E92256;
}
.TagClassName
{
border-color: #E92256;
}
</style>