Shades of Amaranth #E83451
Tints of Amaranth #E83451
RGB
CMYK
RGB Variations
Color information
#E83451 (or 0xE83451) is known color: Amaranth. HEX triplet: E8, 34 and 51. RGB value is (232,52,81). Sum of RGB (Red+Green+Blue) = 232+52+81=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E83451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83451 is #17CBAE. Grayscale: #6D6D6D. Windows color (decimal): -1559471 or 5321960. OLE color: 5321960.
HSL color Cylindrical-coordinate representation of color #E83451: hue angle of 350.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83451 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 81 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.09 |
| HSL | 350.33º | 0.8% | 0.56% | - |
| HSV(B) | 350.33º | 0.78% | 0.91% | - |
| XYZ | 35.99 | 20.21 | 9.79 | - |
| YUV | 109.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 81 | 0 | 0.78 | 0.65 | 0.09 | 350.33 | 0.8 | 0.56 |
| Hex | E8 | 34 | 51 | 0 | 4E | 41 | 9 | 15E | 50 | 38 |
| Octal | 350 | 64 | 121 | 0 | 116 | 101 | 11 | 536 | 120 | 70 |
| Binary | 11101000 | 110100 | 1010001 | 0 | 1001110 | 1000001 | 1001 | 101011110 | 1010000 | 111000 |
Color Harmonies of #E83451
Complementary color
Monochromatic Colors of #E83451
Black with #E83451
Text Example
Text Example
White with #E83451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83451; }
p { color: rgb(232,52,81); }
H1.HeaderClassName
{
color: #E83451;
}
.AnyTagClassName
{
color: #E83451;
}
</style>
background-color css
<style>
a { background-color: #E83451; }
a { background-color: rgb(232,52,81); }
div.DivClassName
{
background-color: #E83451;
}
.BgClassName
{
background-color: #E83451;
}
</style>
border-color css
<style>
span { border-color: #E83451; }
span { border-color: rgb(232,52,81); }
td.TdClassName
{
border-color: #E83451;
}
.TagClassName
{
border-color: #E83451;
}
</style>