Shades of Amaranth #EE4150
Tints of Amaranth #EE4150
RGB
CMYK
RGB Variations
Color information
#EE4150 (or 0xEE4150) is known color: Amaranth. HEX triplet: EE, 41 and 50. RGB value is (238,65,80). Sum of RGB (Red+Green+Blue) = 238+65+80=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4150 is #11BEAF. Grayscale: #767676. Windows color (decimal): -1162928 or 5259758. OLE color: 5259758.
HSL color Cylindrical-coordinate representation of color #EE4150: hue angle of 354.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4150 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 80 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.07 |
| HSL | 354.8º | 0.84% | 0.59% | - |
| HSV(B) | 354.8º | 0.73% | 0.93% | - |
| XYZ | 38.6 | 22.54 | 9.91 | - |
| YUV | 118.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 80 | 0 | 0.73 | 0.66 | 0.07 | 354.8 | 0.84 | 0.59 |
| Hex | EE | 41 | 50 | 0 | 49 | 42 | 7 | 163 | 54 | 3B |
| Octal | 356 | 101 | 120 | 0 | 111 | 102 | 7 | 543 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1010000 | 0 | 1001001 | 1000010 | 111 | 101100011 | 1010100 | 111011 |
Color Harmonies of #EE4150
Complementary color
Monochromatic Colors of #EE4150
Black with #EE4150
Text Example
Text Example
White with #EE4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4150; }
p { color: rgb(238,65,80); }
H1.HeaderClassName
{
color: #EE4150;
}
.AnyTagClassName
{
color: #EE4150;
}
</style>
background-color css
<style>
a { background-color: #EE4150; }
a { background-color: rgb(238,65,80); }
div.DivClassName
{
background-color: #EE4150;
}
.BgClassName
{
background-color: #EE4150;
}
</style>
border-color css
<style>
span { border-color: #EE4150; }
span { border-color: rgb(238,65,80); }
td.TdClassName
{
border-color: #EE4150;
}
.TagClassName
{
border-color: #EE4150;
}
</style>