Shades of Amaranth #E81B52
Tints of Amaranth #E81B52
RGB
CMYK
RGB Variations
Color information
#E81B52 (or 0xE81B52) is known color: Amaranth. HEX triplet: E8, 1B and 52. RGB value is (232,27,82). Sum of RGB (Red+Green+Blue) = 232+27+82=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B52 is #17E4AD. Grayscale: #5E5E5E. Windows color (decimal): -1565870 or 5381096. OLE color: 5381096.
HSL color Cylindrical-coordinate representation of color #E81B52: hue angle of 343.9º 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 #E81B52 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 82 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.09 |
| HSL | 343.9º | 0.82% | 0.51% | - |
| HSV(B) | 343.9º | 0.88% | 0.91% | - |
| XYZ | 35.19 | 18.55 | 9.71 | - |
| YUV | 94.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 82 | 0 | 0.88 | 0.65 | 0.09 | 343.9 | 0.82 | 0.51 |
| Hex | E8 | 1B | 52 | 0 | 58 | 41 | 9 | 158 | 52 | 33 |
| Octal | 350 | 33 | 122 | 0 | 130 | 101 | 11 | 530 | 122 | 63 |
| Binary | 11101000 | 11011 | 1010010 | 0 | 1011000 | 1000001 | 1001 | 101011000 | 1010010 | 110011 |
Color Harmonies of #E81B52
Complementary color
Monochromatic Colors of #E81B52
Black with #E81B52
Text Example
Text Example
White with #E81B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B52; }
p { color: rgb(232,27,82); }
H1.HeaderClassName
{
color: #E81B52;
}
.AnyTagClassName
{
color: #E81B52;
}
</style>
background-color css
<style>
a { background-color: #E81B52; }
a { background-color: rgb(232,27,82); }
div.DivClassName
{
background-color: #E81B52;
}
.BgClassName
{
background-color: #E81B52;
}
</style>
border-color css
<style>
span { border-color: #E81B52; }
span { border-color: rgb(232,27,82); }
td.TdClassName
{
border-color: #E81B52;
}
.TagClassName
{
border-color: #E81B52;
}
</style>