Shades of Amaranth #EE3044
Tints of Amaranth #EE3044
RGB
CMYK
RGB Variations
Color information
#EE3044 (or 0xEE3044) is known color: Amaranth. HEX triplet: EE, 30 and 44. RGB value is (238,48,68). Sum of RGB (Red+Green+Blue) = 238+48+68=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3044 is #11CFBB. Grayscale: #6B6B6B. Windows color (decimal): -1167292 or 4468974. OLE color: 4468974.
HSL color Cylindrical-coordinate representation of color #EE3044: hue angle of 353.68º 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 #EE3044 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 68 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.07 |
| HSL | 353.68º | 0.85% | 0.56% | - |
| HSV(B) | 353.68º | 0.8% | 0.93% | - |
| XYZ | 37.36 | 20.71 | 7.5 | - |
| YUV | 107.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 68 | 0 | 0.80 | 0.71 | 0.07 | 353.68 | 0.85 | 0.56 |
| Hex | EE | 30 | 44 | 0 | 50 | 47 | 7 | 162 | 55 | 38 |
| Octal | 356 | 60 | 104 | 0 | 120 | 107 | 7 | 542 | 125 | 70 |
| Binary | 11101110 | 110000 | 1000100 | 0 | 1010000 | 1000111 | 111 | 101100010 | 1010101 | 111000 |
Color Harmonies of #EE3044
Complementary color
Monochromatic Colors of #EE3044
Black with #EE3044
Text Example
Text Example
White with #EE3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3044; }
p { color: rgb(238,48,68); }
H1.HeaderClassName
{
color: #EE3044;
}
.AnyTagClassName
{
color: #EE3044;
}
</style>
background-color css
<style>
a { background-color: #EE3044; }
a { background-color: rgb(238,48,68); }
div.DivClassName
{
background-color: #EE3044;
}
.BgClassName
{
background-color: #EE3044;
}
</style>
border-color css
<style>
span { border-color: #EE3044; }
span { border-color: rgb(238,48,68); }
td.TdClassName
{
border-color: #EE3044;
}
.TagClassName
{
border-color: #EE3044;
}
</style>