Shades of Amaranth #EE3447
Tints of Amaranth #EE3447
RGB
CMYK
RGB Variations
Color information
#EE3447 (or 0xEE3447) is known color: Amaranth. HEX triplet: EE, 34 and 47. RGB value is (238,52,71). Sum of RGB (Red+Green+Blue) = 238+52+71=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3447 is #11CBB8. Grayscale: #6D6D6D. Windows color (decimal): -1166265 or 4666606. OLE color: 4666606.
HSL color Cylindrical-coordinate representation of color #EE3447: hue angle of 353.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3447 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 353.87º | 0.85% | 0.57% | - |
| HSV(B) | 353.87º | 0.78% | 0.93% | - |
| XYZ | 37.63 | 21.09 | 8.05 | - |
| YUV | 109.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 71 | 0 | 0.78 | 0.70 | 0.07 | 353.87 | 0.85 | 0.57 |
| Hex | EE | 34 | 47 | 0 | 4E | 46 | 7 | 162 | 55 | 39 |
| Octal | 356 | 64 | 107 | 0 | 116 | 106 | 7 | 542 | 125 | 71 |
| Binary | 11101110 | 110100 | 1000111 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010101 | 111001 |
Color Harmonies of #EE3447
Complementary color
Monochromatic Colors of #EE3447
Black with #EE3447
Text Example
Text Example
White with #EE3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3447; }
p { color: rgb(238,52,71); }
H1.HeaderClassName
{
color: #EE3447;
}
.AnyTagClassName
{
color: #EE3447;
}
</style>
background-color css
<style>
a { background-color: #EE3447; }
a { background-color: rgb(238,52,71); }
div.DivClassName
{
background-color: #EE3447;
}
.BgClassName
{
background-color: #EE3447;
}
</style>
border-color css
<style>
span { border-color: #EE3447; }
span { border-color: rgb(238,52,71); }
td.TdClassName
{
border-color: #EE3447;
}
.TagClassName
{
border-color: #EE3447;
}
</style>