Shades of Amaranth #EE3746
Tints of Amaranth #EE3746
RGB
CMYK
RGB Variations
Color information
#EE3746 (or 0xEE3746) is known color: Amaranth. HEX triplet: EE, 37 and 46. RGB value is (238,55,70). Sum of RGB (Red+Green+Blue) = 238+55+70=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3746 is #11C8B9. Grayscale: #6F6F6F. Windows color (decimal): -1165498 or 4601838. OLE color: 4601838.
HSL color Cylindrical-coordinate representation of color #EE3746: hue angle of 355.08º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3746 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 70 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.07 |
| HSL | 355.08º | 0.84% | 0.57% | - |
| HSV(B) | 355.08º | 0.77% | 0.93% | - |
| XYZ | 37.73 | 21.35 | 7.93 | - |
| YUV | 111.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 70 | 0 | 0.77 | 0.71 | 0.07 | 355.08 | 0.84 | 0.57 |
| Hex | EE | 37 | 46 | 0 | 4D | 47 | 7 | 163 | 54 | 39 |
| Octal | 356 | 67 | 106 | 0 | 115 | 107 | 7 | 543 | 124 | 71 |
| Binary | 11101110 | 110111 | 1000110 | 0 | 1001101 | 1000111 | 111 | 101100011 | 1010100 | 111001 |
Color Harmonies of #EE3746
Complementary color
Monochromatic Colors of #EE3746
Black with #EE3746
Text Example
Text Example
White with #EE3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3746; }
p { color: rgb(238,55,70); }
H1.HeaderClassName
{
color: #EE3746;
}
.AnyTagClassName
{
color: #EE3746;
}
</style>
background-color css
<style>
a { background-color: #EE3746; }
a { background-color: rgb(238,55,70); }
div.DivClassName
{
background-color: #EE3746;
}
.BgClassName
{
background-color: #EE3746;
}
</style>
border-color css
<style>
span { border-color: #EE3746; }
span { border-color: rgb(238,55,70); }
td.TdClassName
{
border-color: #EE3746;
}
.TagClassName
{
border-color: #EE3746;
}
</style>