Shades of Amaranth #EE1949
Tints of Amaranth #EE1949
RGB
CMYK
RGB Variations
Color information
#EE1949 (or 0xEE1949) is known color: Amaranth. HEX triplet: EE, 19 and 49. RGB value is (238,25,73). Sum of RGB (Red+Green+Blue) = 238+25+73=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1949 is #11E6B6. Grayscale: #5E5E5E. Windows color (decimal): -1173175 or 4790766. OLE color: 4790766.
HSL color Cylindrical-coordinate representation of color #EE1949: hue angle of 346.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1949 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 73 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.07 |
| HSL | 346.48º | 0.86% | 0.52% | - |
| HSV(B) | 346.48º | 0.89% | 0.93% | - |
| XYZ | 36.81 | 19.35 | 8.1 | - |
| YUV | 94.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 73 | 0 | 0.89 | 0.69 | 0.07 | 346.48 | 0.86 | 0.52 |
| Hex | EE | 19 | 49 | 0 | 59 | 45 | 7 | 15A | 56 | 34 |
| Octal | 356 | 31 | 111 | 0 | 131 | 105 | 7 | 532 | 126 | 64 |
| Binary | 11101110 | 11001 | 1001001 | 0 | 1011001 | 1000101 | 111 | 101011010 | 1010110 | 110100 |
Color Harmonies of #EE1949
Complementary color
Monochromatic Colors of #EE1949
Black with #EE1949
Text Example
Text Example
White with #EE1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1949; }
p { color: rgb(238,25,73); }
H1.HeaderClassName
{
color: #EE1949;
}
.AnyTagClassName
{
color: #EE1949;
}
</style>
background-color css
<style>
a { background-color: #EE1949; }
a { background-color: rgb(238,25,73); }
div.DivClassName
{
background-color: #EE1949;
}
.BgClassName
{
background-color: #EE1949;
}
</style>
border-color css
<style>
span { border-color: #EE1949; }
span { border-color: rgb(238,25,73); }
td.TdClassName
{
border-color: #EE1949;
}
.TagClassName
{
border-color: #EE1949;
}
</style>