Shades of Amaranth #EE2144
Tints of Amaranth #EE2144
RGB
CMYK
RGB Variations
Color information
#EE2144 (or 0xEE2144) is known color: Amaranth. HEX triplet: EE, 21 and 44. RGB value is (238,33,68). Sum of RGB (Red+Green+Blue) = 238+33+68=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2144 is #11DEBB. Grayscale: #626262. Windows color (decimal): -1171132 or 4465134. OLE color: 4465134.
HSL color Cylindrical-coordinate representation of color #EE2144: hue angle of 349.76º 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 #EE2144 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 68 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.07 |
| HSL | 349.76º | 0.86% | 0.53% | - |
| HSV(B) | 349.76º | 0.86% | 0.93% | - |
| XYZ | 36.85 | 19.68 | 7.33 | - |
| YUV | 98.29 | 110.92 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 68 | 0 | 0.86 | 0.71 | 0.07 | 349.76 | 0.86 | 0.53 |
| Hex | EE | 21 | 44 | 0 | 56 | 47 | 7 | 15E | 56 | 35 |
| Octal | 356 | 41 | 104 | 0 | 126 | 107 | 7 | 536 | 126 | 65 |
| Binary | 11101110 | 100001 | 1000100 | 0 | 1010110 | 1000111 | 111 | 101011110 | 1010110 | 110101 |
Color Harmonies of #EE2144
Complementary color
Monochromatic Colors of #EE2144
Black with #EE2144
Text Example
Text Example
White with #EE2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2144; }
p { color: rgb(238,33,68); }
H1.HeaderClassName
{
color: #EE2144;
}
.AnyTagClassName
{
color: #EE2144;
}
</style>
background-color css
<style>
a { background-color: #EE2144; }
a { background-color: rgb(238,33,68); }
div.DivClassName
{
background-color: #EE2144;
}
.BgClassName
{
background-color: #EE2144;
}
</style>
border-color css
<style>
span { border-color: #EE2144; }
span { border-color: rgb(238,33,68); }
td.TdClassName
{
border-color: #EE2144;
}
.TagClassName
{
border-color: #EE2144;
}
</style>