Shades of Amaranth #EE3247
Tints of Amaranth #EE3247
RGB
CMYK
RGB Variations
Color information
#EE3247 (or 0xEE3247) is known color: Amaranth. HEX triplet: EE, 32 and 47. RGB value is (238,50,71). Sum of RGB (Red+Green+Blue) = 238+50+71=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3247 is #11CDB8. Grayscale: #6C6C6C. Windows color (decimal): -1166777 or 4666094. OLE color: 4666094.
HSL color Cylindrical-coordinate representation of color #EE3247: hue angle of 353.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3247 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 71 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.07 |
| HSL | 353.3º | 0.85% | 0.56% | - |
| HSV(B) | 353.3º | 0.79% | 0.93% | - |
| XYZ | 37.54 | 20.91 | 8.02 | - |
| YUV | 108.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 71 | 0 | 0.79 | 0.70 | 0.07 | 353.3 | 0.85 | 0.56 |
| Hex | EE | 32 | 47 | 0 | 4F | 46 | 7 | 161 | 55 | 38 |
| Octal | 356 | 62 | 107 | 0 | 117 | 106 | 7 | 541 | 125 | 70 |
| Binary | 11101110 | 110010 | 1000111 | 0 | 1001111 | 1000110 | 111 | 101100001 | 1010101 | 111000 |
Color Harmonies of #EE3247
Complementary color
Monochromatic Colors of #EE3247
Black with #EE3247
Text Example
Text Example
White with #EE3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3247; }
p { color: rgb(238,50,71); }
H1.HeaderClassName
{
color: #EE3247;
}
.AnyTagClassName
{
color: #EE3247;
}
</style>
background-color css
<style>
a { background-color: #EE3247; }
a { background-color: rgb(238,50,71); }
div.DivClassName
{
background-color: #EE3247;
}
.BgClassName
{
background-color: #EE3247;
}
</style>
border-color css
<style>
span { border-color: #EE3247; }
span { border-color: rgb(238,50,71); }
td.TdClassName
{
border-color: #EE3247;
}
.TagClassName
{
border-color: #EE3247;
}
</style>