Shades of Amaranth #E92358
Tints of Amaranth #E92358
RGB
CMYK
RGB Variations
Color information
#E92358 (or 0xE92358) is known color: Amaranth. HEX triplet: E9, 23 and 58. RGB value is (233,35,88). Sum of RGB (Red+Green+Blue) = 233+35+88=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E92358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92358 is #16DCA7. Grayscale: #646464. Windows color (decimal): -1498280 or 5776361. OLE color: 5776361.
HSL color Cylindrical-coordinate representation of color #E92358: hue angle of 343.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92358 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 88 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.09 |
| HSL | 343.94º | 0.82% | 0.53% | - |
| HSV(B) | 343.94º | 0.85% | 0.91% | - |
| XYZ | 35.97 | 19.23 | 11.05 | - |
| YUV | 100.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 88 | 0 | 0.85 | 0.62 | 0.09 | 343.94 | 0.82 | 0.53 |
| Hex | E9 | 23 | 58 | 0 | 55 | 3E | 9 | 158 | 52 | 35 |
| Octal | 351 | 43 | 130 | 0 | 125 | 76 | 11 | 530 | 122 | 65 |
| Binary | 11101001 | 100011 | 1011000 | 0 | 1010101 | 111110 | 1001 | 101011000 | 1010010 | 110101 |
Color Harmonies of #E92358
Complementary color
Monochromatic Colors of #E92358
Black with #E92358
Text Example
Text Example
White with #E92358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92358; }
p { color: rgb(233,35,88); }
H1.HeaderClassName
{
color: #E92358;
}
.AnyTagClassName
{
color: #E92358;
}
</style>
background-color css
<style>
a { background-color: #E92358; }
a { background-color: rgb(233,35,88); }
div.DivClassName
{
background-color: #E92358;
}
.BgClassName
{
background-color: #E92358;
}
</style>
border-color css
<style>
span { border-color: #E92358; }
span { border-color: rgb(233,35,88); }
td.TdClassName
{
border-color: #E92358;
}
.TagClassName
{
border-color: #E92358;
}
</style>