Shades of Amaranth #EE2F46
Tints of Amaranth #EE2F46
RGB
CMYK
RGB Variations
Color information
#EE2F46 (or 0xEE2F46) is known color: Amaranth. HEX triplet: EE, 2F and 46. RGB value is (238,47,70). Sum of RGB (Red+Green+Blue) = 238+47+70=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F46 is #11D0B9. Grayscale: #6A6A6A. Windows color (decimal): -1167546 or 4599790. OLE color: 4599790.
HSL color Cylindrical-coordinate representation of color #EE2F46: hue angle of 352.77º 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 #EE2F46 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 70 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.07 |
| HSL | 352.77º | 0.85% | 0.56% | - |
| HSV(B) | 352.77º | 0.8% | 0.93% | - |
| XYZ | 37.38 | 20.65 | 7.81 | - |
| YUV | 106.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 70 | 0 | 0.80 | 0.71 | 0.07 | 352.77 | 0.85 | 0.56 |
| Hex | EE | 2F | 46 | 0 | 50 | 47 | 7 | 161 | 55 | 38 |
| Octal | 356 | 57 | 106 | 0 | 120 | 107 | 7 | 541 | 125 | 70 |
| Binary | 11101110 | 101111 | 1000110 | 0 | 1010000 | 1000111 | 111 | 101100001 | 1010101 | 111000 |
Color Harmonies of #EE2F46
Complementary color
Monochromatic Colors of #EE2F46
Black with #EE2F46
Text Example
Text Example
White with #EE2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F46; }
p { color: rgb(238,47,70); }
H1.HeaderClassName
{
color: #EE2F46;
}
.AnyTagClassName
{
color: #EE2F46;
}
</style>
background-color css
<style>
a { background-color: #EE2F46; }
a { background-color: rgb(238,47,70); }
div.DivClassName
{
background-color: #EE2F46;
}
.BgClassName
{
background-color: #EE2F46;
}
</style>
border-color css
<style>
span { border-color: #EE2F46; }
span { border-color: rgb(238,47,70); }
td.TdClassName
{
border-color: #EE2F46;
}
.TagClassName
{
border-color: #EE2F46;
}
</style>