Shades of Amaranth #E93B5A
Tints of Amaranth #E93B5A
RGB
CMYK
RGB Variations
Color information
#E93B5A (or 0xE93B5A) is known color: Amaranth. HEX triplet: E9, 3B and 5A. RGB value is (233,59,90). Sum of RGB (Red+Green+Blue) = 233+59+90=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93B5A is #16C4A5. Grayscale: #727272. Windows color (decimal): -1492134 or 5913577. OLE color: 5913577.
HSL color Cylindrical-coordinate representation of color #E93B5A: hue angle of 349.31º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93B5A is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 90 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.09 |
| HSL | 349.31º | 0.8% | 0.57% | - |
| HSV(B) | 349.31º | 0.75% | 0.91% | - |
| XYZ | 37.01 | 21.19 | 11.81 | - |
| YUV | 114.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 90 | 0 | 0.75 | 0.61 | 0.09 | 349.31 | 0.8 | 0.57 |
| Hex | E9 | 3B | 5A | 0 | 4B | 3D | 9 | 15D | 50 | 39 |
| Octal | 351 | 73 | 132 | 0 | 113 | 75 | 11 | 535 | 120 | 71 |
| Binary | 11101001 | 111011 | 1011010 | 0 | 1001011 | 111101 | 1001 | 101011101 | 1010000 | 111001 |
Color Harmonies of #E93B5A
Complementary color
Monochromatic Colors of #E93B5A
Black with #E93B5A
Text Example
Text Example
White with #E93B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93B5A; }
p { color: rgb(233,59,90); }
H1.HeaderClassName
{
color: #E93B5A;
}
.AnyTagClassName
{
color: #E93B5A;
}
</style>
background-color css
<style>
a { background-color: #E93B5A; }
a { background-color: rgb(233,59,90); }
div.DivClassName
{
background-color: #E93B5A;
}
.BgClassName
{
background-color: #E93B5A;
}
</style>
border-color css
<style>
span { border-color: #E93B5A; }
span { border-color: rgb(233,59,90); }
td.TdClassName
{
border-color: #E93B5A;
}
.TagClassName
{
border-color: #E93B5A;
}
</style>