Shades of Amaranth #E83250
Tints of Amaranth #E83250
RGB
CMYK
RGB Variations
Color information
#E83250 (or 0xE83250) is known color: Amaranth. HEX triplet: E8, 32 and 50. RGB value is (232,50,80). Sum of RGB (Red+Green+Blue) = 232+50+80=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E83250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83250 is #17CDAF. Grayscale: #6B6B6B. Windows color (decimal): -1559984 or 5255912. OLE color: 5255912.
HSL color Cylindrical-coordinate representation of color #E83250: hue angle of 350.11º 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 #E83250 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 80 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.09 |
| HSL | 350.11º | 0.8% | 0.55% | - |
| HSV(B) | 350.11º | 0.78% | 0.91% | - |
| XYZ | 35.87 | 20.02 | 9.56 | - |
| YUV | 107.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 80 | 0 | 0.78 | 0.66 | 0.09 | 350.11 | 0.8 | 0.55 |
| Hex | E8 | 32 | 50 | 0 | 4E | 42 | 9 | 15E | 50 | 37 |
| Octal | 350 | 62 | 120 | 0 | 116 | 102 | 11 | 536 | 120 | 67 |
| Binary | 11101000 | 110010 | 1010000 | 0 | 1001110 | 1000010 | 1001 | 101011110 | 1010000 | 110111 |
Color Harmonies of #E83250
Complementary color
Monochromatic Colors of #E83250
Black with #E83250
Text Example
Text Example
White with #E83250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83250; }
p { color: rgb(232,50,80); }
H1.HeaderClassName
{
color: #E83250;
}
.AnyTagClassName
{
color: #E83250;
}
</style>
background-color css
<style>
a { background-color: #E83250; }
a { background-color: rgb(232,50,80); }
div.DivClassName
{
background-color: #E83250;
}
.BgClassName
{
background-color: #E83250;
}
</style>
border-color css
<style>
span { border-color: #E83250; }
span { border-color: rgb(232,50,80); }
td.TdClassName
{
border-color: #E83250;
}
.TagClassName
{
border-color: #E83250;
}
</style>