Shades of Amaranth #EE264E
Tints of Amaranth #EE264E
RGB
CMYK
RGB Variations
Color information
#EE264E (or 0xEE264E) is known color: Amaranth. HEX triplet: EE, 26 and 4E. RGB value is (238,38,78). Sum of RGB (Red+Green+Blue) = 238+38+78=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE264E is #11D9B1. Grayscale: #666666. Windows color (decimal): -1169842 or 5121774. OLE color: 5121774.
HSL color Cylindrical-coordinate representation of color #EE264E: hue angle of 348º 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 #EE264E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 78 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 348º | 0.85% | 0.54% | - |
| HSV(B) | 348º | 0.84% | 0.93% | - |
| XYZ | 37.33 | 20.11 | 9.12 | - |
| YUV | 102.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 78 | 0 | 0.84 | 0.67 | 0.07 | 348 | 0.85 | 0.54 |
| Hex | EE | 26 | 4E | 0 | 54 | 43 | 7 | 15C | 55 | 36 |
| Octal | 356 | 46 | 116 | 0 | 124 | 103 | 7 | 534 | 125 | 66 |
| Binary | 11101110 | 100110 | 1001110 | 0 | 1010100 | 1000011 | 111 | 101011100 | 1010101 | 110110 |
Color Harmonies of #EE264E
Complementary color
Monochromatic Colors of #EE264E
Black with #EE264E
Text Example
Text Example
White with #EE264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE264E; }
p { color: rgb(238,38,78); }
H1.HeaderClassName
{
color: #EE264E;
}
.AnyTagClassName
{
color: #EE264E;
}
</style>
background-color css
<style>
a { background-color: #EE264E; }
a { background-color: rgb(238,38,78); }
div.DivClassName
{
background-color: #EE264E;
}
.BgClassName
{
background-color: #EE264E;
}
</style>
border-color css
<style>
span { border-color: #EE264E; }
span { border-color: rgb(238,38,78); }
td.TdClassName
{
border-color: #EE264E;
}
.TagClassName
{
border-color: #EE264E;
}
</style>