Shades of Amaranth #EE2249
Tints of Amaranth #EE2249
RGB
CMYK
RGB Variations
Color information
#EE2249 (or 0xEE2249) is known color: Amaranth. HEX triplet: EE, 22 and 49. RGB value is (238,34,73). Sum of RGB (Red+Green+Blue) = 238+34+73=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2249 is #11DDB6. Grayscale: #636363. Windows color (decimal): -1170871 or 4793070. OLE color: 4793070.
HSL color Cylindrical-coordinate representation of color #EE2249: hue angle of 348.53º 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 #EE2249 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 73 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.07 |
| HSL | 348.53º | 0.86% | 0.53% | - |
| HSV(B) | 348.53º | 0.86% | 0.93% | - |
| XYZ | 37.03 | 19.8 | 8.17 | - |
| YUV | 99.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 73 | 0 | 0.86 | 0.69 | 0.07 | 348.53 | 0.86 | 0.53 |
| Hex | EE | 22 | 49 | 0 | 56 | 45 | 7 | 15D | 56 | 35 |
| Octal | 356 | 42 | 111 | 0 | 126 | 105 | 7 | 535 | 126 | 65 |
| Binary | 11101110 | 100010 | 1001001 | 0 | 1010110 | 1000101 | 111 | 101011101 | 1010110 | 110101 |
Color Harmonies of #EE2249
Complementary color
Monochromatic Colors of #EE2249
Black with #EE2249
Text Example
Text Example
White with #EE2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2249; }
p { color: rgb(238,34,73); }
H1.HeaderClassName
{
color: #EE2249;
}
.AnyTagClassName
{
color: #EE2249;
}
</style>
background-color css
<style>
a { background-color: #EE2249; }
a { background-color: rgb(238,34,73); }
div.DivClassName
{
background-color: #EE2249;
}
.BgClassName
{
background-color: #EE2249;
}
</style>
border-color css
<style>
span { border-color: #EE2249; }
span { border-color: rgb(238,34,73); }
td.TdClassName
{
border-color: #EE2249;
}
.TagClassName
{
border-color: #EE2249;
}
</style>