Shades of Amaranth #EE3144
Tints of Amaranth #EE3144
RGB
CMYK
RGB Variations
Color information
#EE3144 (or 0xEE3144) is known color: Amaranth. HEX triplet: EE, 31 and 44. RGB value is (238,49,68). Sum of RGB (Red+Green+Blue) = 238+49+68=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3144 is #11CEBB. Grayscale: #6B6B6B. Windows color (decimal): -1167036 or 4469230. OLE color: 4469230.
HSL color Cylindrical-coordinate representation of color #EE3144: hue angle of 353.97º 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 #EE3144 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 68 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.07 |
| HSL | 353.97º | 0.85% | 0.56% | - |
| HSV(B) | 353.97º | 0.79% | 0.93% | - |
| XYZ | 37.4 | 20.79 | 7.51 | - |
| YUV | 107.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 68 | 0 | 0.79 | 0.71 | 0.07 | 353.97 | 0.85 | 0.56 |
| Hex | EE | 31 | 44 | 0 | 4F | 47 | 7 | 162 | 55 | 38 |
| Octal | 356 | 61 | 104 | 0 | 117 | 107 | 7 | 542 | 125 | 70 |
| Binary | 11101110 | 110001 | 1000100 | 0 | 1001111 | 1000111 | 111 | 101100010 | 1010101 | 111000 |
Color Harmonies of #EE3144
Complementary color
Monochromatic Colors of #EE3144
Black with #EE3144
Text Example
Text Example
White with #EE3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3144; }
p { color: rgb(238,49,68); }
H1.HeaderClassName
{
color: #EE3144;
}
.AnyTagClassName
{
color: #EE3144;
}
</style>
background-color css
<style>
a { background-color: #EE3144; }
a { background-color: rgb(238,49,68); }
div.DivClassName
{
background-color: #EE3144;
}
.BgClassName
{
background-color: #EE3144;
}
</style>
border-color css
<style>
span { border-color: #EE3144; }
span { border-color: rgb(238,49,68); }
td.TdClassName
{
border-color: #EE3144;
}
.TagClassName
{
border-color: #EE3144;
}
</style>