Shades of Amaranth #EE2646
Tints of Amaranth #EE2646
RGB
CMYK
RGB Variations
Color information
#EE2646 (or 0xEE2646) is known color: Amaranth. HEX triplet: EE, 26 and 46. RGB value is (238,38,70). Sum of RGB (Red+Green+Blue) = 238+38+70=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2646 is #11D9B9. Grayscale: #656565. Windows color (decimal): -1169850 or 4597486. OLE color: 4597486.
HSL color Cylindrical-coordinate representation of color #EE2646: hue angle of 350.4º 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 #EE2646 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 70 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.07 |
| HSL | 350.4º | 0.85% | 0.54% | - |
| HSV(B) | 350.4º | 0.84% | 0.93% | - |
| XYZ | 37.06 | 20.01 | 7.7 | - |
| YUV | 101.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 70 | 0 | 0.84 | 0.71 | 0.07 | 350.4 | 0.85 | 0.54 |
| Hex | EE | 26 | 46 | 0 | 54 | 47 | 7 | 15E | 55 | 36 |
| Octal | 356 | 46 | 106 | 0 | 124 | 107 | 7 | 536 | 125 | 66 |
| Binary | 11101110 | 100110 | 1000110 | 0 | 1010100 | 1000111 | 111 | 101011110 | 1010101 | 110110 |
Color Harmonies of #EE2646
Complementary color
Monochromatic Colors of #EE2646
Black with #EE2646
Text Example
Text Example
White with #EE2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2646; }
p { color: rgb(238,38,70); }
H1.HeaderClassName
{
color: #EE2646;
}
.AnyTagClassName
{
color: #EE2646;
}
</style>
background-color css
<style>
a { background-color: #EE2646; }
a { background-color: rgb(238,38,70); }
div.DivClassName
{
background-color: #EE2646;
}
.BgClassName
{
background-color: #EE2646;
}
</style>
border-color css
<style>
span { border-color: #EE2646; }
span { border-color: rgb(238,38,70); }
td.TdClassName
{
border-color: #EE2646;
}
.TagClassName
{
border-color: #EE2646;
}
</style>