Shades of Amaranth #EE2251
Tints of Amaranth #EE2251
RGB
CMYK
RGB Variations
Color information
#EE2251 (or 0xEE2251) is known color: Amaranth. HEX triplet: EE, 22 and 51. RGB value is (238,34,81). Sum of RGB (Red+Green+Blue) = 238+34+81=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2251 is #11DDAE. Grayscale: #646464. Windows color (decimal): -1170863 or 5317358. OLE color: 5317358.
HSL color Cylindrical-coordinate representation of color #EE2251: hue angle of 346.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2251 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 81 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.07 |
| HSL | 346.18º | 0.86% | 0.53% | - |
| HSV(B) | 346.18º | 0.86% | 0.93% | - |
| XYZ | 37.32 | 19.92 | 9.66 | - |
| YUV | 100.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 81 | 0 | 0.86 | 0.66 | 0.07 | 346.18 | 0.86 | 0.53 |
| Hex | EE | 22 | 51 | 0 | 56 | 42 | 7 | 15A | 56 | 35 |
| Octal | 356 | 42 | 121 | 0 | 126 | 102 | 7 | 532 | 126 | 65 |
| Binary | 11101110 | 100010 | 1010001 | 0 | 1010110 | 1000010 | 111 | 101011010 | 1010110 | 110101 |
Color Harmonies of #EE2251
Complementary color
Monochromatic Colors of #EE2251
Black with #EE2251
Text Example
Text Example
White with #EE2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2251; }
p { color: rgb(238,34,81); }
H1.HeaderClassName
{
color: #EE2251;
}
.AnyTagClassName
{
color: #EE2251;
}
</style>
background-color css
<style>
a { background-color: #EE2251; }
a { background-color: rgb(238,34,81); }
div.DivClassName
{
background-color: #EE2251;
}
.BgClassName
{
background-color: #EE2251;
}
</style>
border-color css
<style>
span { border-color: #EE2251; }
span { border-color: rgb(238,34,81); }
td.TdClassName
{
border-color: #EE2251;
}
.TagClassName
{
border-color: #EE2251;
}
</style>