Shades of Amaranth #E9215C
Tints of Amaranth #E9215C
RGB
CMYK
RGB Variations
Color information
#E9215C (or 0xE9215C) is known color: Amaranth. HEX triplet: E9, 21 and 5C. RGB value is (233,33,92). Sum of RGB (Red+Green+Blue) = 233+33+92=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9215C is #16DEA3. Grayscale: #636363. Windows color (decimal): -1498788 or 6037993. OLE color: 6037993.
HSL color Cylindrical-coordinate representation of color #E9215C: hue angle of 342.3º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9215C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 92 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.09 |
| HSL | 342.3º | 0.82% | 0.52% | - |
| HSV(B) | 342.3º | 0.86% | 0.91% | - |
| XYZ | 36.08 | 19.18 | 11.93 | - |
| YUV | 99.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 92 | 0 | 0.86 | 0.61 | 0.09 | 342.3 | 0.82 | 0.52 |
| Hex | E9 | 21 | 5C | 0 | 56 | 3D | 9 | 156 | 52 | 34 |
| Octal | 351 | 41 | 134 | 0 | 126 | 75 | 11 | 526 | 122 | 64 |
| Binary | 11101001 | 100001 | 1011100 | 0 | 1010110 | 111101 | 1001 | 101010110 | 1010010 | 110100 |
Color Harmonies of #E9215C
Complementary color
Monochromatic Colors of #E9215C
Black with #E9215C
Text Example
Text Example
White with #E9215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9215C; }
p { color: rgb(233,33,92); }
H1.HeaderClassName
{
color: #E9215C;
}
.AnyTagClassName
{
color: #E9215C;
}
</style>
background-color css
<style>
a { background-color: #E9215C; }
a { background-color: rgb(233,33,92); }
div.DivClassName
{
background-color: #E9215C;
}
.BgClassName
{
background-color: #E9215C;
}
</style>
border-color css
<style>
span { border-color: #E9215C; }
span { border-color: rgb(233,33,92); }
td.TdClassName
{
border-color: #E9215C;
}
.TagClassName
{
border-color: #E9215C;
}
</style>