Shades of Amaranth #E9215D
Tints of Amaranth #E9215D
RGB
CMYK
RGB Variations
Color information
#E9215D (or 0xE9215D) is known color: Amaranth. HEX triplet: E9, 21 and 5D. RGB value is (233,33,93). Sum of RGB (Red+Green+Blue) = 233+33+93=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9215D is #16DEA2. Grayscale: #636363. Windows color (decimal): -1498787 or 6103529. OLE color: 6103529.
HSL color Cylindrical-coordinate representation of color #E9215D: hue angle of 342º 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 #E9215D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 93 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.09 |
| HSL | 342º | 0.82% | 0.52% | - |
| HSV(B) | 342º | 0.86% | 0.91% | - |
| XYZ | 36.12 | 19.2 | 12.16 | - |
| YUV | 99.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 93 | 0 | 0.86 | 0.60 | 0.09 | 342 | 0.82 | 0.52 |
| Hex | E9 | 21 | 5D | 0 | 56 | 3C | 9 | 156 | 52 | 34 |
| Octal | 351 | 41 | 135 | 0 | 126 | 74 | 11 | 526 | 122 | 64 |
| Binary | 11101001 | 100001 | 1011101 | 0 | 1010110 | 111100 | 1001 | 101010110 | 1010010 | 110100 |
Color Harmonies of #E9215D
Complementary color
Monochromatic Colors of #E9215D
Black with #E9215D
Text Example
Text Example
White with #E9215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9215D; }
p { color: rgb(233,33,93); }
H1.HeaderClassName
{
color: #E9215D;
}
.AnyTagClassName
{
color: #E9215D;
}
</style>
background-color css
<style>
a { background-color: #E9215D; }
a { background-color: rgb(233,33,93); }
div.DivClassName
{
background-color: #E9215D;
}
.BgClassName
{
background-color: #E9215D;
}
</style>
border-color css
<style>
span { border-color: #E9215D; }
span { border-color: rgb(233,33,93); }
td.TdClassName
{
border-color: #E9215D;
}
.TagClassName
{
border-color: #E9215D;
}
</style>