Shades of Amaranth #EE2459
Tints of Amaranth #EE2459
RGB
CMYK
RGB Variations
Color information
#EE2459 (or 0xEE2459) is known color: Amaranth. HEX triplet: EE, 24 and 59. RGB value is (238,36,89). Sum of RGB (Red+Green+Blue) = 238+36+89=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2459 is #11DBA6. Grayscale: #666666. Windows color (decimal): -1170343 or 5842158. OLE color: 5842158.
HSL color Cylindrical-coordinate representation of color #EE2459: hue angle of 344.26º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2459 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 89 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.07 |
| HSL | 344.26º | 0.86% | 0.54% | - |
| HSV(B) | 344.26º | 0.85% | 0.93% | - |
| XYZ | 37.69 | 20.16 | 11.36 | - |
| YUV | 102.44 | 120.42 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 89 | 0 | 0.85 | 0.63 | 0.07 | 344.26 | 0.86 | 0.54 |
| Hex | EE | 24 | 59 | 0 | 55 | 3F | 7 | 158 | 56 | 36 |
| Octal | 356 | 44 | 131 | 0 | 125 | 77 | 7 | 530 | 126 | 66 |
| Binary | 11101110 | 100100 | 1011001 | 0 | 1010101 | 111111 | 111 | 101011000 | 1010110 | 110110 |
Color Harmonies of #EE2459
Complementary color
Monochromatic Colors of #EE2459
Black with #EE2459
Text Example
Text Example
White with #EE2459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2459; }
p { color: rgb(238,36,89); }
H1.HeaderClassName
{
color: #EE2459;
}
.AnyTagClassName
{
color: #EE2459;
}
</style>
background-color css
<style>
a { background-color: #EE2459; }
a { background-color: rgb(238,36,89); }
div.DivClassName
{
background-color: #EE2459;
}
.BgClassName
{
background-color: #EE2459;
}
</style>
border-color css
<style>
span { border-color: #EE2459; }
span { border-color: rgb(238,36,89); }
td.TdClassName
{
border-color: #EE2459;
}
.TagClassName
{
border-color: #EE2459;
}
</style>