Shades of Amaranth #E81B4D
Tints of Amaranth #E81B4D
RGB
CMYK
RGB Variations
Color information
#E81B4D (or 0xE81B4D) is known color: Amaranth. HEX triplet: E8, 1B and 4D. RGB value is (232,27,77). Sum of RGB (Red+Green+Blue) = 232+27+77=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B4D is #17E4B2. Grayscale: #5E5E5E. Windows color (decimal): -1565875 or 5053416. OLE color: 5053416.
HSL color Cylindrical-coordinate representation of color #E81B4D: hue angle of 345.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B4D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 77 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.09 |
| HSL | 345.37º | 0.82% | 0.51% | - |
| HSV(B) | 345.37º | 0.88% | 0.91% | - |
| XYZ | 35.01 | 18.48 | 8.74 | - |
| YUV | 94 | 118.42 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 77 | 0 | 0.88 | 0.67 | 0.09 | 345.37 | 0.82 | 0.51 |
| Hex | E8 | 1B | 4D | 0 | 58 | 43 | 9 | 159 | 52 | 33 |
| Octal | 350 | 33 | 115 | 0 | 130 | 103 | 11 | 531 | 122 | 63 |
| Binary | 11101000 | 11011 | 1001101 | 0 | 1011000 | 1000011 | 1001 | 101011001 | 1010010 | 110011 |
Color Harmonies of #E81B4D
Complementary color
Monochromatic Colors of #E81B4D
Black with #E81B4D
Text Example
Text Example
White with #E81B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B4D; }
p { color: rgb(232,27,77); }
H1.HeaderClassName
{
color: #E81B4D;
}
.AnyTagClassName
{
color: #E81B4D;
}
</style>
background-color css
<style>
a { background-color: #E81B4D; }
a { background-color: rgb(232,27,77); }
div.DivClassName
{
background-color: #E81B4D;
}
.BgClassName
{
background-color: #E81B4D;
}
</style>
border-color css
<style>
span { border-color: #E81B4D; }
span { border-color: rgb(232,27,77); }
td.TdClassName
{
border-color: #E81B4D;
}
.TagClassName
{
border-color: #E81B4D;
}
</style>