Shades of Amaranth #EE2159
Tints of Amaranth #EE2159
RGB
CMYK
RGB Variations
Color information
#EE2159 (or 0xEE2159) is known color: Amaranth. HEX triplet: EE, 21 and 59. RGB value is (238,33,89). Sum of RGB (Red+Green+Blue) = 238+33+89=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2159 is #11DEA6. Grayscale: #646464. Windows color (decimal): -1171111 or 5841390. OLE color: 5841390.
HSL color Cylindrical-coordinate representation of color #EE2159: hue angle of 343.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2159 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 89 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.07 |
| HSL | 343.61º | 0.86% | 0.53% | - |
| HSV(B) | 343.61º | 0.86% | 0.93% | - |
| XYZ | 37.61 | 19.99 | 11.33 | - |
| YUV | 100.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 89 | 0 | 0.86 | 0.63 | 0.07 | 343.61 | 0.86 | 0.53 |
| Hex | EE | 21 | 59 | 0 | 56 | 3F | 7 | 158 | 56 | 35 |
| Octal | 356 | 41 | 131 | 0 | 126 | 77 | 7 | 530 | 126 | 65 |
| Binary | 11101110 | 100001 | 1011001 | 0 | 1010110 | 111111 | 111 | 101011000 | 1010110 | 110101 |
Color Harmonies of #EE2159
Complementary color
Monochromatic Colors of #EE2159
Black with #EE2159
Text Example
Text Example
White with #EE2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2159; }
p { color: rgb(238,33,89); }
H1.HeaderClassName
{
color: #EE2159;
}
.AnyTagClassName
{
color: #EE2159;
}
</style>
background-color css
<style>
a { background-color: #EE2159; }
a { background-color: rgb(238,33,89); }
div.DivClassName
{
background-color: #EE2159;
}
.BgClassName
{
background-color: #EE2159;
}
</style>
border-color css
<style>
span { border-color: #EE2159; }
span { border-color: rgb(238,33,89); }
td.TdClassName
{
border-color: #EE2159;
}
.TagClassName
{
border-color: #EE2159;
}
</style>