Shades of Amaranth #EE2156
Tints of Amaranth #EE2156
RGB
CMYK
RGB Variations
Color information
#EE2156 (or 0xEE2156) is known color: Amaranth. HEX triplet: EE, 21 and 56. RGB value is (238,33,86). Sum of RGB (Red+Green+Blue) = 238+33+86=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2156 is #11DEA9. Grayscale: #646464. Windows color (decimal): -1171114 or 5644782. OLE color: 5644782.
HSL color Cylindrical-coordinate representation of color #EE2156: hue angle of 344.49º 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 #EE2156 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 86 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.07 |
| HSL | 344.49º | 0.86% | 0.53% | - |
| HSV(B) | 344.49º | 0.86% | 0.93% | - |
| XYZ | 37.48 | 19.94 | 10.68 | - |
| YUV | 100.34 | 119.92 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 86 | 0 | 0.86 | 0.64 | 0.07 | 344.49 | 0.86 | 0.53 |
| Hex | EE | 21 | 56 | 0 | 56 | 40 | 7 | 158 | 56 | 35 |
| Octal | 356 | 41 | 126 | 0 | 126 | 100 | 7 | 530 | 126 | 65 |
| Binary | 11101110 | 100001 | 1010110 | 0 | 1010110 | 1000000 | 111 | 101011000 | 1010110 | 110101 |
Color Harmonies of #EE2156
Complementary color
Monochromatic Colors of #EE2156
Black with #EE2156
Text Example
Text Example
White with #EE2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2156; }
p { color: rgb(238,33,86); }
H1.HeaderClassName
{
color: #EE2156;
}
.AnyTagClassName
{
color: #EE2156;
}
</style>
background-color css
<style>
a { background-color: #EE2156; }
a { background-color: rgb(238,33,86); }
div.DivClassName
{
background-color: #EE2156;
}
.BgClassName
{
background-color: #EE2156;
}
</style>
border-color css
<style>
span { border-color: #EE2156; }
span { border-color: rgb(238,33,86); }
td.TdClassName
{
border-color: #EE2156;
}
.TagClassName
{
border-color: #EE2156;
}
</style>