Shades of Amaranth #EE2247
Tints of Amaranth #EE2247
RGB
CMYK
RGB Variations
Color information
#EE2247 (or 0xEE2247) is known color: Amaranth. HEX triplet: EE, 22 and 47. RGB value is (238,34,71). Sum of RGB (Red+Green+Blue) = 238+34+71=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2247 is #11DDB8. Grayscale: #636363. Windows color (decimal): -1170873 or 4661998. OLE color: 4661998.
HSL color Cylindrical-coordinate representation of color #EE2247: hue angle of 349.12º 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 #EE2247 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 71 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.07 |
| HSL | 349.12º | 0.86% | 0.53% | - |
| HSV(B) | 349.12º | 0.86% | 0.93% | - |
| XYZ | 36.97 | 19.78 | 7.83 | - |
| YUV | 99.21 | 112.09 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 71 | 0 | 0.86 | 0.70 | 0.07 | 349.12 | 0.86 | 0.53 |
| Hex | EE | 22 | 47 | 0 | 56 | 46 | 7 | 15D | 56 | 35 |
| Octal | 356 | 42 | 107 | 0 | 126 | 106 | 7 | 535 | 126 | 65 |
| Binary | 11101110 | 100010 | 1000111 | 0 | 1010110 | 1000110 | 111 | 101011101 | 1010110 | 110101 |
Color Harmonies of #EE2247
Complementary color
Monochromatic Colors of #EE2247
Black with #EE2247
Text Example
Text Example
White with #EE2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2247; }
p { color: rgb(238,34,71); }
H1.HeaderClassName
{
color: #EE2247;
}
.AnyTagClassName
{
color: #EE2247;
}
</style>
background-color css
<style>
a { background-color: #EE2247; }
a { background-color: rgb(238,34,71); }
div.DivClassName
{
background-color: #EE2247;
}
.BgClassName
{
background-color: #EE2247;
}
</style>
border-color css
<style>
span { border-color: #EE2247; }
span { border-color: rgb(238,34,71); }
td.TdClassName
{
border-color: #EE2247;
}
.TagClassName
{
border-color: #EE2247;
}
</style>