Shades of Amaranth #EE3046
Tints of Amaranth #EE3046
RGB
CMYK
RGB Variations
Color information
#EE3046 (or 0xEE3046) is known color: Amaranth. HEX triplet: EE, 30 and 46. RGB value is (238,48,70). Sum of RGB (Red+Green+Blue) = 238+48+70=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3046 is #11CFB9. Grayscale: #6B6B6B. Windows color (decimal): -1167290 or 4600046. OLE color: 4600046.
HSL color Cylindrical-coordinate representation of color #EE3046: hue angle of 353.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3046 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 70 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.07 |
| HSL | 353.05º | 0.85% | 0.56% | - |
| HSV(B) | 353.05º | 0.8% | 0.93% | - |
| XYZ | 37.42 | 20.73 | 7.82 | - |
| YUV | 107.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 70 | 0 | 0.80 | 0.71 | 0.07 | 353.05 | 0.85 | 0.56 |
| Hex | EE | 30 | 46 | 0 | 50 | 47 | 7 | 161 | 55 | 38 |
| Octal | 356 | 60 | 106 | 0 | 120 | 107 | 7 | 541 | 125 | 70 |
| Binary | 11101110 | 110000 | 1000110 | 0 | 1010000 | 1000111 | 111 | 101100001 | 1010101 | 111000 |
Color Harmonies of #EE3046
Complementary color
Monochromatic Colors of #EE3046
Black with #EE3046
Text Example
Text Example
White with #EE3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3046; }
p { color: rgb(238,48,70); }
H1.HeaderClassName
{
color: #EE3046;
}
.AnyTagClassName
{
color: #EE3046;
}
</style>
background-color css
<style>
a { background-color: #EE3046; }
a { background-color: rgb(238,48,70); }
div.DivClassName
{
background-color: #EE3046;
}
.BgClassName
{
background-color: #EE3046;
}
</style>
border-color css
<style>
span { border-color: #EE3046; }
span { border-color: rgb(238,48,70); }
td.TdClassName
{
border-color: #EE3046;
}
.TagClassName
{
border-color: #EE3046;
}
</style>