Shades of Amaranth #EE2659
Tints of Amaranth #EE2659
RGB
CMYK
RGB Variations
Color information
#EE2659 (or 0xEE2659) is known color: Amaranth. HEX triplet: EE, 26 and 59. RGB value is (238,38,89). Sum of RGB (Red+Green+Blue) = 238+38+89=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2659 is #11D9A6. Grayscale: #676767. Windows color (decimal): -1169831 or 5842670. OLE color: 5842670.
HSL color Cylindrical-coordinate representation of color #EE2659: hue angle of 344.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2659 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 89 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.07 |
| HSL | 344.7º | 0.85% | 0.54% | - |
| HSV(B) | 344.7º | 0.84% | 0.93% | - |
| XYZ | 37.76 | 20.28 | 11.38 | - |
| YUV | 103.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 89 | 0 | 0.84 | 0.63 | 0.07 | 344.7 | 0.85 | 0.54 |
| Hex | EE | 26 | 59 | 0 | 54 | 3F | 7 | 159 | 55 | 36 |
| Octal | 356 | 46 | 131 | 0 | 124 | 77 | 7 | 531 | 125 | 66 |
| Binary | 11101110 | 100110 | 1011001 | 0 | 1010100 | 111111 | 111 | 101011001 | 1010101 | 110110 |
Color Harmonies of #EE2659
Complementary color
Monochromatic Colors of #EE2659
Black with #EE2659
Text Example
Text Example
White with #EE2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2659; }
p { color: rgb(238,38,89); }
H1.HeaderClassName
{
color: #EE2659;
}
.AnyTagClassName
{
color: #EE2659;
}
</style>
background-color css
<style>
a { background-color: #EE2659; }
a { background-color: rgb(238,38,89); }
div.DivClassName
{
background-color: #EE2659;
}
.BgClassName
{
background-color: #EE2659;
}
</style>
border-color css
<style>
span { border-color: #EE2659; }
span { border-color: rgb(238,38,89); }
td.TdClassName
{
border-color: #EE2659;
}
.TagClassName
{
border-color: #EE2659;
}
</style>