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