Shades of Amaranth #E5334E
Tints of Amaranth #E5334E
RGB
CMYK
RGB Variations
Color information
#E5334E (or 0xE5334E) is known color: Amaranth. HEX triplet: E5, 33 and 4E. RGB value is (229,51,78). Sum of RGB (Red+Green+Blue) = 229+51+78=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5334E is #1ACCB1. Grayscale: #6B6B6B. Windows color (decimal): -1756338 or 5125093. OLE color: 5125093.
HSL color Cylindrical-coordinate representation of color #E5334E: hue angle of 350.9º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5334E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 78 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.10 |
| HSL | 350.9º | 0.77% | 0.55% | - |
| HSV(B) | 350.9º | 0.78% | 0.9% | - |
| XYZ | 34.87 | 19.58 | 9.15 | - |
| YUV | 107.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 78 | 0 | 0.78 | 0.66 | 0.10 | 350.9 | 0.77 | 0.55 |
| Hex | E5 | 33 | 4E | 0 | 4E | 42 | A | 15F | 4D | 37 |
| Octal | 345 | 63 | 116 | 0 | 116 | 102 | 12 | 537 | 115 | 67 |
| Binary | 11100101 | 110011 | 1001110 | 0 | 1001110 | 1000010 | 1010 | 101011111 | 1001101 | 110111 |
Color Harmonies of #E5334E
Complementary color
Monochromatic Colors of #E5334E
Black with #E5334E
Text Example
Text Example
White with #E5334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5334E; }
p { color: rgb(229,51,78); }
H1.HeaderClassName
{
color: #E5334E;
}
.AnyTagClassName
{
color: #E5334E;
}
</style>
background-color css
<style>
a { background-color: #E5334E; }
a { background-color: rgb(229,51,78); }
div.DivClassName
{
background-color: #E5334E;
}
.BgClassName
{
background-color: #E5334E;
}
</style>
border-color css
<style>
span { border-color: #E5334E; }
span { border-color: rgb(229,51,78); }
td.TdClassName
{
border-color: #E5334E;
}
.TagClassName
{
border-color: #E5334E;
}
</style>