Shades of Amaranth #EE4046
Tints of Amaranth #EE4046
RGB
CMYK
RGB Variations
Color information
#EE4046 (or 0xEE4046) is known color: Amaranth. HEX triplet: EE, 40 and 46. RGB value is (238,64,70). Sum of RGB (Red+Green+Blue) = 238+64+70=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4046 is #11BFB9. Grayscale: #747474. Windows color (decimal): -1163194 or 4604142. OLE color: 4604142.
HSL color Cylindrical-coordinate representation of color #EE4046: hue angle of 357.93º 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 #EE4046 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 70 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.07 |
| HSL | 357.93º | 0.84% | 0.59% | - |
| HSV(B) | 357.93º | 0.73% | 0.93% | - |
| XYZ | 38.2 | 22.29 | 8.08 | - |
| YUV | 116.71 | 101.65 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 70 | 0 | 0.73 | 0.71 | 0.07 | 357.93 | 0.84 | 0.59 |
| Hex | EE | 40 | 46 | 0 | 49 | 47 | 7 | 166 | 54 | 3B |
| Octal | 356 | 100 | 106 | 0 | 111 | 107 | 7 | 546 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1000110 | 0 | 1001001 | 1000111 | 111 | 101100110 | 1010100 | 111011 |
Color Harmonies of #EE4046
Complementary color
Monochromatic Colors of #EE4046
Black with #EE4046
Text Example
Text Example
White with #EE4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4046; }
p { color: rgb(238,64,70); }
H1.HeaderClassName
{
color: #EE4046;
}
.AnyTagClassName
{
color: #EE4046;
}
</style>
background-color css
<style>
a { background-color: #EE4046; }
a { background-color: rgb(238,64,70); }
div.DivClassName
{
background-color: #EE4046;
}
.BgClassName
{
background-color: #EE4046;
}
</style>
border-color css
<style>
span { border-color: #EE4046; }
span { border-color: rgb(238,64,70); }
td.TdClassName
{
border-color: #EE4046;
}
.TagClassName
{
border-color: #EE4046;
}
</style>