Shades of Amaranth #EE314E
Tints of Amaranth #EE314E
RGB
CMYK
RGB Variations
Color information
#EE314E (or 0xEE314E) is known color: Amaranth. HEX triplet: EE, 31 and 4E. RGB value is (238,49,78). Sum of RGB (Red+Green+Blue) = 238+49+78=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE314E is #11CEB1. Grayscale: #6C6C6C. Windows color (decimal): -1167026 or 5124590. OLE color: 5124590.
HSL color Cylindrical-coordinate representation of color #EE314E: hue angle of 350.79º 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 #EE314E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 78 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.07 |
| HSL | 350.79º | 0.85% | 0.56% | - |
| HSV(B) | 350.79º | 0.79% | 0.93% | - |
| XYZ | 37.73 | 20.92 | 9.26 | - |
| YUV | 108.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 78 | 0 | 0.79 | 0.67 | 0.07 | 350.79 | 0.85 | 0.56 |
| Hex | EE | 31 | 4E | 0 | 4F | 43 | 7 | 15F | 55 | 38 |
| Octal | 356 | 61 | 116 | 0 | 117 | 103 | 7 | 537 | 125 | 70 |
| Binary | 11101110 | 110001 | 1001110 | 0 | 1001111 | 1000011 | 111 | 101011111 | 1010101 | 111000 |
Color Harmonies of #EE314E
Complementary color
Monochromatic Colors of #EE314E
Black with #EE314E
Text Example
Text Example
White with #EE314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE314E; }
p { color: rgb(238,49,78); }
H1.HeaderClassName
{
color: #EE314E;
}
.AnyTagClassName
{
color: #EE314E;
}
</style>
background-color css
<style>
a { background-color: #EE314E; }
a { background-color: rgb(238,49,78); }
div.DivClassName
{
background-color: #EE314E;
}
.BgClassName
{
background-color: #EE314E;
}
</style>
border-color css
<style>
span { border-color: #EE314E; }
span { border-color: rgb(238,49,78); }
td.TdClassName
{
border-color: #EE314E;
}
.TagClassName
{
border-color: #EE314E;
}
</style>