Shades of Amaranth #E93251
Tints of Amaranth #E93251
RGB
CMYK
RGB Variations
Color information
#E93251 (or 0xE93251) is known color: Amaranth. HEX triplet: E9, 32 and 51. RGB value is (233,50,81). Sum of RGB (Red+Green+Blue) = 233+50+81=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E93251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93251 is #16CDAE. Grayscale: #6C6C6C. Windows color (decimal): -1494447 or 5321449. OLE color: 5321449.
HSL color Cylindrical-coordinate representation of color #E93251: hue angle of 349.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93251 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 81 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.09 |
| HSL | 349.84º | 0.81% | 0.55% | - |
| HSV(B) | 349.84º | 0.79% | 0.91% | - |
| XYZ | 36.23 | 20.2 | 9.77 | - |
| YUV | 108.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 81 | 0 | 0.79 | 0.65 | 0.09 | 349.84 | 0.81 | 0.55 |
| Hex | E9 | 32 | 51 | 0 | 4F | 41 | 9 | 15E | 51 | 37 |
| Octal | 351 | 62 | 121 | 0 | 117 | 101 | 11 | 536 | 121 | 67 |
| Binary | 11101001 | 110010 | 1010001 | 0 | 1001111 | 1000001 | 1001 | 101011110 | 1010001 | 110111 |
Color Harmonies of #E93251
Complementary color
Monochromatic Colors of #E93251
Black with #E93251
Text Example
Text Example
White with #E93251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93251; }
p { color: rgb(233,50,81); }
H1.HeaderClassName
{
color: #E93251;
}
.AnyTagClassName
{
color: #E93251;
}
</style>
background-color css
<style>
a { background-color: #E93251; }
a { background-color: rgb(233,50,81); }
div.DivClassName
{
background-color: #E93251;
}
.BgClassName
{
background-color: #E93251;
}
</style>
border-color css
<style>
span { border-color: #E93251; }
span { border-color: rgb(233,50,81); }
td.TdClassName
{
border-color: #E93251;
}
.TagClassName
{
border-color: #E93251;
}
</style>