Shades of Amaranth #EE4249
Tints of Amaranth #EE4249
RGB
CMYK
RGB Variations
Color information
#EE4249 (or 0xEE4249) is known color: Amaranth. HEX triplet: EE, 42 and 49. RGB value is (238,66,73). Sum of RGB (Red+Green+Blue) = 238+66+73=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4249 is #11BDB6. Grayscale: #767676. Windows color (decimal): -1162679 or 4801262. OLE color: 4801262.
HSL color Cylindrical-coordinate representation of color #EE4249: hue angle of 357.56º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4249 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 73 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.07 |
| HSL | 357.56º | 0.83% | 0.6% | - |
| HSV(B) | 357.56º | 0.72% | 0.93% | - |
| XYZ | 38.41 | 22.55 | 8.63 | - |
| YUV | 118.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 73 | 0 | 0.72 | 0.69 | 0.07 | 357.56 | 0.83 | 0.6 |
| Hex | EE | 42 | 49 | 0 | 48 | 45 | 7 | 166 | 53 | 3C |
| Octal | 356 | 102 | 111 | 0 | 110 | 105 | 7 | 546 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1001001 | 0 | 1001000 | 1000101 | 111 | 101100110 | 1010011 | 111100 |
Color Harmonies of #EE4249
Complementary color
Monochromatic Colors of #EE4249
Black with #EE4249
Text Example
Text Example
White with #EE4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4249; }
p { color: rgb(238,66,73); }
H1.HeaderClassName
{
color: #EE4249;
}
.AnyTagClassName
{
color: #EE4249;
}
</style>
background-color css
<style>
a { background-color: #EE4249; }
a { background-color: rgb(238,66,73); }
div.DivClassName
{
background-color: #EE4249;
}
.BgClassName
{
background-color: #EE4249;
}
</style>
border-color css
<style>
span { border-color: #EE4249; }
span { border-color: rgb(238,66,73); }
td.TdClassName
{
border-color: #EE4249;
}
.TagClassName
{
border-color: #EE4249;
}
</style>