Shades of Amaranth #EE3159
Tints of Amaranth #EE3159
RGB
CMYK
RGB Variations
Color information
#EE3159 (or 0xEE3159) is known color: Amaranth. HEX triplet: EE, 31 and 59. RGB value is (238,49,89). Sum of RGB (Red+Green+Blue) = 238+49+89=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3159 is #11CEA6. Grayscale: #6E6E6E. Windows color (decimal): -1167015 or 5845486. OLE color: 5845486.
HSL color Cylindrical-coordinate representation of color #EE3159: hue angle of 347.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3159 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 89 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.07 |
| HSL | 347.3º | 0.85% | 0.56% | - |
| HSV(B) | 347.3º | 0.79% | 0.93% | - |
| XYZ | 38.16 | 21.1 | 11.51 | - |
| YUV | 110.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 89 | 0 | 0.79 | 0.63 | 0.07 | 347.3 | 0.85 | 0.56 |
| Hex | EE | 31 | 59 | 0 | 4F | 3F | 7 | 15B | 55 | 38 |
| Octal | 356 | 61 | 131 | 0 | 117 | 77 | 7 | 533 | 125 | 70 |
| Binary | 11101110 | 110001 | 1011001 | 0 | 1001111 | 111111 | 111 | 101011011 | 1010101 | 111000 |
Color Harmonies of #EE3159
Complementary color
Monochromatic Colors of #EE3159
Black with #EE3159
Text Example
Text Example
White with #EE3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3159; }
p { color: rgb(238,49,89); }
H1.HeaderClassName
{
color: #EE3159;
}
.AnyTagClassName
{
color: #EE3159;
}
</style>
background-color css
<style>
a { background-color: #EE3159; }
a { background-color: rgb(238,49,89); }
div.DivClassName
{
background-color: #EE3159;
}
.BgClassName
{
background-color: #EE3159;
}
</style>
border-color css
<style>
span { border-color: #EE3159; }
span { border-color: rgb(238,49,89); }
td.TdClassName
{
border-color: #EE3159;
}
.TagClassName
{
border-color: #EE3159;
}
</style>