Shades of Amaranth #E83258
Tints of Amaranth #E83258
RGB
CMYK
RGB Variations
Color information
#E83258 (or 0xE83258) is known color: Amaranth. HEX triplet: E8, 32 and 58. RGB value is (232,50,88). Sum of RGB (Red+Green+Blue) = 232+50+88=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E83258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83258 is #17CDA7. Grayscale: #6C6C6C. Windows color (decimal): -1559976 or 5780200. OLE color: 5780200.
HSL color Cylindrical-coordinate representation of color #E83258: hue angle of 347.47º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83258 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 88 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.09 |
| HSL | 347.47º | 0.8% | 0.55% | - |
| HSV(B) | 347.47º | 0.78% | 0.91% | - |
| XYZ | 36.18 | 20.14 | 11.21 | - |
| YUV | 108.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 88 | 0 | 0.78 | 0.62 | 0.09 | 347.47 | 0.8 | 0.55 |
| Hex | E8 | 32 | 58 | 0 | 4E | 3E | 9 | 15B | 50 | 37 |
| Octal | 350 | 62 | 130 | 0 | 116 | 76 | 11 | 533 | 120 | 67 |
| Binary | 11101000 | 110010 | 1011000 | 0 | 1001110 | 111110 | 1001 | 101011011 | 1010000 | 110111 |
Color Harmonies of #E83258
Complementary color
Monochromatic Colors of #E83258
Black with #E83258
Text Example
Text Example
White with #E83258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83258; }
p { color: rgb(232,50,88); }
H1.HeaderClassName
{
color: #E83258;
}
.AnyTagClassName
{
color: #E83258;
}
</style>
background-color css
<style>
a { background-color: #E83258; }
a { background-color: rgb(232,50,88); }
div.DivClassName
{
background-color: #E83258;
}
.BgClassName
{
background-color: #E83258;
}
</style>
border-color css
<style>
span { border-color: #E83258; }
span { border-color: rgb(232,50,88); }
td.TdClassName
{
border-color: #E83258;
}
.TagClassName
{
border-color: #E83258;
}
</style>