Shades of Amaranth #E31B4E
Tints of Amaranth #E31B4E
RGB
CMYK
RGB Variations
Color information
#E31B4E (or 0xE31B4E) is known color: Amaranth. HEX triplet: E3, 1B and 4E. RGB value is (227,27,78). Sum of RGB (Red+Green+Blue) = 227+27+78=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31B4E is #1CE4B1. Grayscale: #5C5C5C. Windows color (decimal): -1893554 or 5118947. OLE color: 5118947.
HSL color Cylindrical-coordinate representation of color #E31B4E: hue angle of 344.7º 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 #E31B4E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 78 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.11 |
| HSL | 344.7º | 0.79% | 0.5% | - |
| HSV(B) | 344.7º | 0.88% | 0.89% | - |
| XYZ | 33.45 | 17.66 | 8.85 | - |
| YUV | 92.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 78 | 0 | 0.88 | 0.66 | 0.11 | 344.7 | 0.79 | 0.5 |
| Hex | E3 | 1B | 4E | 0 | 58 | 42 | B | 159 | 4F | 32 |
| Octal | 343 | 33 | 116 | 0 | 130 | 102 | 13 | 531 | 117 | 62 |
| Binary | 11100011 | 11011 | 1001110 | 0 | 1011000 | 1000010 | 1011 | 101011001 | 1001111 | 110010 |
Color Harmonies of #E31B4E
Complementary color
Monochromatic Colors of #E31B4E
Black with #E31B4E
Text Example
Text Example
White with #E31B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31B4E; }
p { color: rgb(227,27,78); }
H1.HeaderClassName
{
color: #E31B4E;
}
.AnyTagClassName
{
color: #E31B4E;
}
</style>
background-color css
<style>
a { background-color: #E31B4E; }
a { background-color: rgb(227,27,78); }
div.DivClassName
{
background-color: #E31B4E;
}
.BgClassName
{
background-color: #E31B4E;
}
</style>
border-color css
<style>
span { border-color: #E31B4E; }
span { border-color: rgb(227,27,78); }
td.TdClassName
{
border-color: #E31B4E;
}
.TagClassName
{
border-color: #E31B4E;
}
</style>