Shades of Amaranth #E93258
Tints of Amaranth #E93258
RGB
CMYK
RGB Variations
Color information
#E93258 (or 0xE93258) is known color: Amaranth. HEX triplet: E9, 32 and 58. RGB value is (233,50,88). Sum of RGB (Red+Green+Blue) = 233+50+88=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E93258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93258 is #16CDA7. Grayscale: #6D6D6D. Windows color (decimal): -1494440 or 5780201. OLE color: 5780201.
HSL color Cylindrical-coordinate representation of color #E93258: hue angle of 347.54º 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 #E93258 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 88 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.09 |
| HSL | 347.54º | 0.81% | 0.55% | - |
| HSV(B) | 347.54º | 0.79% | 0.91% | - |
| XYZ | 36.51 | 20.31 | 11.23 | - |
| YUV | 109.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 88 | 0 | 0.79 | 0.62 | 0.09 | 347.54 | 0.81 | 0.55 |
| Hex | E9 | 32 | 58 | 0 | 4F | 3E | 9 | 15C | 51 | 37 |
| Octal | 351 | 62 | 130 | 0 | 117 | 76 | 11 | 534 | 121 | 67 |
| Binary | 11101001 | 110010 | 1011000 | 0 | 1001111 | 111110 | 1001 | 101011100 | 1010001 | 110111 |
Color Harmonies of #E93258
Complementary color
Monochromatic Colors of #E93258
Black with #E93258
Text Example
Text Example
White with #E93258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93258; }
p { color: rgb(233,50,88); }
H1.HeaderClassName
{
color: #E93258;
}
.AnyTagClassName
{
color: #E93258;
}
</style>
background-color css
<style>
a { background-color: #E93258; }
a { background-color: rgb(233,50,88); }
div.DivClassName
{
background-color: #E93258;
}
.BgClassName
{
background-color: #E93258;
}
</style>
border-color css
<style>
span { border-color: #E93258; }
span { border-color: rgb(233,50,88); }
td.TdClassName
{
border-color: #E93258;
}
.TagClassName
{
border-color: #E93258;
}
</style>