Shades of Amaranth #EE264D
Tints of Amaranth #EE264D
RGB
CMYK
RGB Variations
Color information
#EE264D (or 0xEE264D) is known color: Amaranth. HEX triplet: EE, 26 and 4D. RGB value is (238,38,77). Sum of RGB (Red+Green+Blue) = 238+38+77=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE264D is #11D9B2. Grayscale: #666666. Windows color (decimal): -1169843 or 5056238. OLE color: 5056238.
HSL color Cylindrical-coordinate representation of color #EE264D: hue angle of 348.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE264D is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 77 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.3º | 0.85% | 0.54% | - |
| HSV(B) | 348.3º | 0.84% | 0.93% | - |
| XYZ | 37.29 | 20.1 | 8.94 | - |
| YUV | 102.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 77 | 0 | 0.84 | 0.68 | 0.07 | 348.3 | 0.85 | 0.54 |
| Hex | EE | 26 | 4D | 0 | 54 | 44 | 7 | 15C | 55 | 36 |
| Octal | 356 | 46 | 115 | 0 | 124 | 104 | 7 | 534 | 125 | 66 |
| Binary | 11101110 | 100110 | 1001101 | 0 | 1010100 | 1000100 | 111 | 101011100 | 1010101 | 110110 |
Color Harmonies of #EE264D
Complementary color
Monochromatic Colors of #EE264D
Black with #EE264D
Text Example
Text Example
White with #EE264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE264D; }
p { color: rgb(238,38,77); }
H1.HeaderClassName
{
color: #EE264D;
}
.AnyTagClassName
{
color: #EE264D;
}
</style>
background-color css
<style>
a { background-color: #EE264D; }
a { background-color: rgb(238,38,77); }
div.DivClassName
{
background-color: #EE264D;
}
.BgClassName
{
background-color: #EE264D;
}
</style>
border-color css
<style>
span { border-color: #EE264D; }
span { border-color: rgb(238,38,77); }
td.TdClassName
{
border-color: #EE264D;
}
.TagClassName
{
border-color: #EE264D;
}
</style>