Shades of Amaranth #EE3947
Tints of Amaranth #EE3947
RGB
CMYK
RGB Variations
Color information
#EE3947 (or 0xEE3947) is known color: Amaranth. HEX triplet: EE, 39 and 47. RGB value is (238,57,71). Sum of RGB (Red+Green+Blue) = 238+57+71=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3947 is #11C6B8. Grayscale: #707070. Windows color (decimal): -1164985 or 4667886. OLE color: 4667886.
HSL color Cylindrical-coordinate representation of color #EE3947: hue angle of 355.36º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3947 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 71 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.07 |
| HSL | 355.36º | 0.84% | 0.58% | - |
| HSV(B) | 355.36º | 0.76% | 0.93% | - |
| XYZ | 37.86 | 21.56 | 8.13 | - |
| YUV | 112.72 | 104.47 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 71 | 0 | 0.76 | 0.70 | 0.07 | 355.36 | 0.84 | 0.58 |
| Hex | EE | 39 | 47 | 0 | 4C | 46 | 7 | 163 | 54 | 3A |
| Octal | 356 | 71 | 107 | 0 | 114 | 106 | 7 | 543 | 124 | 72 |
| Binary | 11101110 | 111001 | 1000111 | 0 | 1001100 | 1000110 | 111 | 101100011 | 1010100 | 111010 |
Color Harmonies of #EE3947
Complementary color
Monochromatic Colors of #EE3947
Black with #EE3947
Text Example
Text Example
White with #EE3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3947; }
p { color: rgb(238,57,71); }
H1.HeaderClassName
{
color: #EE3947;
}
.AnyTagClassName
{
color: #EE3947;
}
</style>
background-color css
<style>
a { background-color: #EE3947; }
a { background-color: rgb(238,57,71); }
div.DivClassName
{
background-color: #EE3947;
}
.BgClassName
{
background-color: #EE3947;
}
</style>
border-color css
<style>
span { border-color: #EE3947; }
span { border-color: rgb(238,57,71); }
td.TdClassName
{
border-color: #EE3947;
}
.TagClassName
{
border-color: #EE3947;
}
</style>