Shades of Amaranth #E83F54
Tints of Amaranth #E83F54
RGB
CMYK
RGB Variations
Color information
#E83F54 (or 0xE83F54) is known color: Amaranth. HEX triplet: E8, 3F and 54. RGB value is (232,63,84). Sum of RGB (Red+Green+Blue) = 232+63+84=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E83F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83F54 is #17C0AB. Grayscale: #747474. Windows color (decimal): -1556652 or 5521384. OLE color: 5521384.
HSL color Cylindrical-coordinate representation of color #E83F54: hue angle of 352.54º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83F54 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 84 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.09 |
| HSL | 352.54º | 0.79% | 0.58% | - |
| HSV(B) | 352.54º | 0.73% | 0.91% | - |
| XYZ | 36.66 | 21.35 | 10.58 | - |
| YUV | 115.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 84 | 0 | 0.73 | 0.64 | 0.09 | 352.54 | 0.79 | 0.58 |
| Hex | E8 | 3F | 54 | 0 | 49 | 40 | 9 | 161 | 4F | 3A |
| Octal | 350 | 77 | 124 | 0 | 111 | 100 | 11 | 541 | 117 | 72 |
| Binary | 11101000 | 111111 | 1010100 | 0 | 1001001 | 1000000 | 1001 | 101100001 | 1001111 | 111010 |
Color Harmonies of #E83F54
Complementary color
Monochromatic Colors of #E83F54
Black with #E83F54
Text Example
Text Example
White with #E83F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83F54; }
p { color: rgb(232,63,84); }
H1.HeaderClassName
{
color: #E83F54;
}
.AnyTagClassName
{
color: #E83F54;
}
</style>
background-color css
<style>
a { background-color: #E83F54; }
a { background-color: rgb(232,63,84); }
div.DivClassName
{
background-color: #E83F54;
}
.BgClassName
{
background-color: #E83F54;
}
</style>
border-color css
<style>
span { border-color: #E83F54; }
span { border-color: rgb(232,63,84); }
td.TdClassName
{
border-color: #E83F54;
}
.TagClassName
{
border-color: #E83F54;
}
</style>