Shades of Amaranth #E93750
Tints of Amaranth #E93750
RGB
CMYK
RGB Variations
Color information
#E93750 (or 0xE93750) is known color: Amaranth. HEX triplet: E9, 37 and 50. RGB value is (233,55,80). Sum of RGB (Red+Green+Blue) = 233+55+80=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E93750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93750 is #16C8AF. Grayscale: #6F6F6F. Windows color (decimal): -1493168 or 5257193. OLE color: 5257193.
HSL color Cylindrical-coordinate representation of color #E93750: hue angle of 351.57º 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 #E93750 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 80 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.09 |
| HSL | 351.57º | 0.8% | 0.56% | - |
| HSV(B) | 351.57º | 0.76% | 0.91% | - |
| XYZ | 36.42 | 20.64 | 9.65 | - |
| YUV | 111.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 80 | 0 | 0.76 | 0.66 | 0.09 | 351.57 | 0.8 | 0.56 |
| Hex | E9 | 37 | 50 | 0 | 4C | 42 | 9 | 160 | 50 | 38 |
| Octal | 351 | 67 | 120 | 0 | 114 | 102 | 11 | 540 | 120 | 70 |
| Binary | 11101001 | 110111 | 1010000 | 0 | 1001100 | 1000010 | 1001 | 101100000 | 1010000 | 111000 |
Color Harmonies of #E93750
Complementary color
Monochromatic Colors of #E93750
Black with #E93750
Text Example
Text Example
White with #E93750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93750; }
p { color: rgb(233,55,80); }
H1.HeaderClassName
{
color: #E93750;
}
.AnyTagClassName
{
color: #E93750;
}
</style>
background-color css
<style>
a { background-color: #E93750; }
a { background-color: rgb(233,55,80); }
div.DivClassName
{
background-color: #E93750;
}
.BgClassName
{
background-color: #E93750;
}
</style>
border-color css
<style>
span { border-color: #E93750; }
span { border-color: rgb(233,55,80); }
td.TdClassName
{
border-color: #E93750;
}
.TagClassName
{
border-color: #E93750;
}
</style>