Shades of Amaranth #EE3944
Tints of Amaranth #EE3944
RGB
CMYK
RGB Variations
Color information
#EE3944 (or 0xEE3944) is known color: Amaranth. HEX triplet: EE, 39 and 44. RGB value is (238,57,68). Sum of RGB (Red+Green+Blue) = 238+57+68=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3944 is #11C6BB. Grayscale: #707070. Windows color (decimal): -1164988 or 4471278. OLE color: 4471278.
HSL color Cylindrical-coordinate representation of color #EE3944: hue angle of 356.35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3944 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 68 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.07 |
| HSL | 356.35º | 0.84% | 0.58% | - |
| HSV(B) | 356.35º | 0.76% | 0.93% | - |
| XYZ | 37.77 | 21.52 | 7.63 | - |
| YUV | 112.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 68 | 0 | 0.76 | 0.71 | 0.07 | 356.35 | 0.84 | 0.58 |
| Hex | EE | 39 | 44 | 0 | 4C | 47 | 7 | 164 | 54 | 3A |
| Octal | 356 | 71 | 104 | 0 | 114 | 107 | 7 | 544 | 124 | 72 |
| Binary | 11101110 | 111001 | 1000100 | 0 | 1001100 | 1000111 | 111 | 101100100 | 1010100 | 111010 |
Color Harmonies of #EE3944
Complementary color
Monochromatic Colors of #EE3944
Black with #EE3944
Text Example
Text Example
White with #EE3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3944; }
p { color: rgb(238,57,68); }
H1.HeaderClassName
{
color: #EE3944;
}
.AnyTagClassName
{
color: #EE3944;
}
</style>
background-color css
<style>
a { background-color: #EE3944; }
a { background-color: rgb(238,57,68); }
div.DivClassName
{
background-color: #EE3944;
}
.BgClassName
{
background-color: #EE3944;
}
</style>
border-color css
<style>
span { border-color: #EE3944; }
span { border-color: rgb(238,57,68); }
td.TdClassName
{
border-color: #EE3944;
}
.TagClassName
{
border-color: #EE3944;
}
</style>