Shades of Amaranth #E31B51
Tints of Amaranth #E31B51
RGB
CMYK
RGB Variations
Color information
#E31B51 (or 0xE31B51) is known color: Amaranth. HEX triplet: E3, 1B and 51. RGB value is (227,27,81). Sum of RGB (Red+Green+Blue) = 227+27+81=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31B51 is #1CE4AE. Grayscale: #5C5C5C. Windows color (decimal): -1893551 or 5315555. OLE color: 5315555.
HSL color Cylindrical-coordinate representation of color #E31B51: hue angle of 343.8º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31B51 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 81 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.11 |
| HSL | 343.8º | 0.79% | 0.5% | - |
| HSV(B) | 343.8º | 0.88% | 0.89% | - |
| XYZ | 33.56 | 17.71 | 9.43 | - |
| YUV | 92.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 81 | 0 | 0.88 | 0.64 | 0.11 | 343.8 | 0.79 | 0.5 |
| Hex | E3 | 1B | 51 | 0 | 58 | 40 | B | 158 | 4F | 32 |
| Octal | 343 | 33 | 121 | 0 | 130 | 100 | 13 | 530 | 117 | 62 |
| Binary | 11100011 | 11011 | 1010001 | 0 | 1011000 | 1000000 | 1011 | 101011000 | 1001111 | 110010 |
Color Harmonies of #E31B51
Complementary color
Monochromatic Colors of #E31B51
Black with #E31B51
Text Example
Text Example
White with #E31B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31B51; }
p { color: rgb(227,27,81); }
H1.HeaderClassName
{
color: #E31B51;
}
.AnyTagClassName
{
color: #E31B51;
}
</style>
background-color css
<style>
a { background-color: #E31B51; }
a { background-color: rgb(227,27,81); }
div.DivClassName
{
background-color: #E31B51;
}
.BgClassName
{
background-color: #E31B51;
}
</style>
border-color css
<style>
span { border-color: #E31B51; }
span { border-color: rgb(227,27,81); }
td.TdClassName
{
border-color: #E31B51;
}
.TagClassName
{
border-color: #E31B51;
}
</style>