Shades of Amaranth #EE2151
Tints of Amaranth #EE2151
RGB
CMYK
RGB Variations
Color information
#EE2151 (or 0xEE2151) is known color: Amaranth. HEX triplet: EE, 21 and 51. RGB value is (238,33,81). Sum of RGB (Red+Green+Blue) = 238+33+81=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2151 is #11DEAE. Grayscale: #636363. Windows color (decimal): -1171119 or 5317102. OLE color: 5317102.
HSL color Cylindrical-coordinate representation of color #EE2151: hue angle of 345.95º 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 #EE2151 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 81 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.07 |
| HSL | 345.95º | 0.86% | 0.53% | - |
| HSV(B) | 345.95º | 0.86% | 0.93% | - |
| XYZ | 37.29 | 19.86 | 9.65 | - |
| YUV | 99.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 81 | 0 | 0.86 | 0.66 | 0.07 | 345.95 | 0.86 | 0.53 |
| Hex | EE | 21 | 51 | 0 | 56 | 42 | 7 | 15A | 56 | 35 |
| Octal | 356 | 41 | 121 | 0 | 126 | 102 | 7 | 532 | 126 | 65 |
| Binary | 11101110 | 100001 | 1010001 | 0 | 1010110 | 1000010 | 111 | 101011010 | 1010110 | 110101 |
Color Harmonies of #EE2151
Complementary color
Monochromatic Colors of #EE2151
Black with #EE2151
Text Example
Text Example
White with #EE2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2151; }
p { color: rgb(238,33,81); }
H1.HeaderClassName
{
color: #EE2151;
}
.AnyTagClassName
{
color: #EE2151;
}
</style>
background-color css
<style>
a { background-color: #EE2151; }
a { background-color: rgb(238,33,81); }
div.DivClassName
{
background-color: #EE2151;
}
.BgClassName
{
background-color: #EE2151;
}
</style>
border-color css
<style>
span { border-color: #EE2151; }
span { border-color: rgb(238,33,81); }
td.TdClassName
{
border-color: #EE2151;
}
.TagClassName
{
border-color: #EE2151;
}
</style>