Shades of Amaranth #E93756
Tints of Amaranth #E93756
RGB
CMYK
RGB Variations
Color information
#E93756 (or 0xE93756) is known color: Amaranth. HEX triplet: E9, 37 and 56. RGB value is (233,55,86). Sum of RGB (Red+Green+Blue) = 233+55+86=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E93756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93756 is #16C8A9. Grayscale: #6F6F6F. Windows color (decimal): -1493162 or 5650409. OLE color: 5650409.
HSL color Cylindrical-coordinate representation of color #E93756: hue angle of 349.55º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E93756 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 86 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.09 |
| HSL | 349.55º | 0.8% | 0.56% | - |
| HSV(B) | 349.55º | 0.76% | 0.91% | - |
| XYZ | 36.65 | 20.73 | 10.87 | - |
| YUV | 111.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 86 | 0 | 0.76 | 0.63 | 0.09 | 349.55 | 0.8 | 0.56 |
| Hex | E9 | 37 | 56 | 0 | 4C | 3F | 9 | 15E | 50 | 38 |
| Octal | 351 | 67 | 126 | 0 | 114 | 77 | 11 | 536 | 120 | 70 |
| Binary | 11101001 | 110111 | 1010110 | 0 | 1001100 | 111111 | 1001 | 101011110 | 1010000 | 111000 |
Color Harmonies of #E93756
Complementary color
Monochromatic Colors of #E93756
Black with #E93756
Text Example
Text Example
White with #E93756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93756; }
p { color: rgb(233,55,86); }
H1.HeaderClassName
{
color: #E93756;
}
.AnyTagClassName
{
color: #E93756;
}
</style>
background-color css
<style>
a { background-color: #E93756; }
a { background-color: rgb(233,55,86); }
div.DivClassName
{
background-color: #E93756;
}
.BgClassName
{
background-color: #E93756;
}
</style>
border-color css
<style>
span { border-color: #E93756; }
span { border-color: rgb(233,55,86); }
td.TdClassName
{
border-color: #E93756;
}
.TagClassName
{
border-color: #E93756;
}
</style>