Shades of Amaranth #EE3150
Tints of Amaranth #EE3150
RGB
CMYK
RGB Variations
Color information
#EE3150 (or 0xEE3150) is known color: Amaranth. HEX triplet: EE, 31 and 50. RGB value is (238,49,80). Sum of RGB (Red+Green+Blue) = 238+49+80=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3150 is #11CEAF. Grayscale: #6D6D6D. Windows color (decimal): -1167024 or 5255662. OLE color: 5255662.
HSL color Cylindrical-coordinate representation of color #EE3150: hue angle of 350.16º 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 #EE3150 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 80 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.07 |
| HSL | 350.16º | 0.85% | 0.56% | - |
| HSV(B) | 350.16º | 0.79% | 0.93% | - |
| XYZ | 37.81 | 20.95 | 9.64 | - |
| YUV | 109.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 80 | 0 | 0.79 | 0.66 | 0.07 | 350.16 | 0.85 | 0.56 |
| Hex | EE | 31 | 50 | 0 | 4F | 42 | 7 | 15E | 55 | 38 |
| Octal | 356 | 61 | 120 | 0 | 117 | 102 | 7 | 536 | 125 | 70 |
| Binary | 11101110 | 110001 | 1010000 | 0 | 1001111 | 1000010 | 111 | 101011110 | 1010101 | 111000 |
Color Harmonies of #EE3150
Complementary color
Monochromatic Colors of #EE3150
Black with #EE3150
Text Example
Text Example
White with #EE3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3150; }
p { color: rgb(238,49,80); }
H1.HeaderClassName
{
color: #EE3150;
}
.AnyTagClassName
{
color: #EE3150;
}
</style>
background-color css
<style>
a { background-color: #EE3150; }
a { background-color: rgb(238,49,80); }
div.DivClassName
{
background-color: #EE3150;
}
.BgClassName
{
background-color: #EE3150;
}
</style>
border-color css
<style>
span { border-color: #EE3150; }
span { border-color: rgb(238,49,80); }
td.TdClassName
{
border-color: #EE3150;
}
.TagClassName
{
border-color: #EE3150;
}
</style>