Shades of Amaranth #EE4149
Tints of Amaranth #EE4149
RGB
CMYK
RGB Variations
Color information
#EE4149 (or 0xEE4149) is known color: Amaranth. HEX triplet: EE, 41 and 49. RGB value is (238,65,73). Sum of RGB (Red+Green+Blue) = 238+65+73=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4149 is #11BEB6. Grayscale: #757575. Windows color (decimal): -1162935 or 4801006. OLE color: 4801006.
HSL color Cylindrical-coordinate representation of color #EE4149: hue angle of 357.23º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4149 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 73 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.07 |
| HSL | 357.23º | 0.84% | 0.59% | - |
| HSV(B) | 357.23º | 0.73% | 0.93% | - |
| XYZ | 38.35 | 22.44 | 8.61 | - |
| YUV | 117.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 73 | 0 | 0.73 | 0.69 | 0.07 | 357.23 | 0.84 | 0.59 |
| Hex | EE | 41 | 49 | 0 | 49 | 45 | 7 | 165 | 54 | 3B |
| Octal | 356 | 101 | 111 | 0 | 111 | 105 | 7 | 545 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1001001 | 0 | 1001001 | 1000101 | 111 | 101100101 | 1010100 | 111011 |
Color Harmonies of #EE4149
Complementary color
Monochromatic Colors of #EE4149
Black with #EE4149
Text Example
Text Example
White with #EE4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4149; }
p { color: rgb(238,65,73); }
H1.HeaderClassName
{
color: #EE4149;
}
.AnyTagClassName
{
color: #EE4149;
}
</style>
background-color css
<style>
a { background-color: #EE4149; }
a { background-color: rgb(238,65,73); }
div.DivClassName
{
background-color: #EE4149;
}
.BgClassName
{
background-color: #EE4149;
}
</style>
border-color css
<style>
span { border-color: #EE4149; }
span { border-color: rgb(238,65,73); }
td.TdClassName
{
border-color: #EE4149;
}
.TagClassName
{
border-color: #EE4149;
}
</style>