Shades of Amaranth #E5215C
Tints of Amaranth #E5215C
RGB
CMYK
RGB Variations
Color information
#E5215C (or 0xE5215C) is known color: Amaranth. HEX triplet: E5, 21 and 5C. RGB value is (229,33,92). Sum of RGB (Red+Green+Blue) = 229+33+92=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5215C is #1ADEA3. Grayscale: #626262. Windows color (decimal): -1760932 or 6037989. OLE color: 6037989.
HSL color Cylindrical-coordinate representation of color #E5215C: hue angle of 341.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5215C is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 92 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.10 |
| HSL | 341.94º | 0.79% | 0.51% | - |
| HSV(B) | 341.94º | 0.86% | 0.9% | - |
| XYZ | 34.79 | 18.52 | 11.87 | - |
| YUV | 98.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 92 | 0 | 0.86 | 0.60 | 0.10 | 341.94 | 0.79 | 0.51 |
| Hex | E5 | 21 | 5C | 0 | 56 | 3C | A | 156 | 4F | 33 |
| Octal | 345 | 41 | 134 | 0 | 126 | 74 | 12 | 526 | 117 | 63 |
| Binary | 11100101 | 100001 | 1011100 | 0 | 1010110 | 111100 | 1010 | 101010110 | 1001111 | 110011 |
Color Harmonies of #E5215C
Complementary color
Monochromatic Colors of #E5215C
Black with #E5215C
Text Example
Text Example
White with #E5215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5215C; }
p { color: rgb(229,33,92); }
H1.HeaderClassName
{
color: #E5215C;
}
.AnyTagClassName
{
color: #E5215C;
}
</style>
background-color css
<style>
a { background-color: #E5215C; }
a { background-color: rgb(229,33,92); }
div.DivClassName
{
background-color: #E5215C;
}
.BgClassName
{
background-color: #E5215C;
}
</style>
border-color css
<style>
span { border-color: #E5215C; }
span { border-color: rgb(229,33,92); }
td.TdClassName
{
border-color: #E5215C;
}
.TagClassName
{
border-color: #E5215C;
}
</style>