Shades of Amaranth #EF264D
Tints of Amaranth #EF264D
RGB
CMYK
RGB Variations
Color information
#EF264D (or 0xEF264D) is known color: Amaranth. HEX triplet: EF, 26 and 4D. RGB value is (239,38,77). Sum of RGB (Red+Green+Blue) = 239+38+77=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF264D is #10D9B2. Grayscale: #666666. Windows color (decimal): -1104307 or 5056239. OLE color: 5056239.
HSL color Cylindrical-coordinate representation of color #EF264D: hue angle of 348.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF264D is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 77 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.06 |
| HSL | 348.36º | 0.86% | 0.54% | - |
| HSV(B) | 348.36º | 0.84% | 0.94% | - |
| XYZ | 37.63 | 20.27 | 8.95 | - |
| YUV | 102.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 77 | 0 | 0.84 | 0.68 | 0.06 | 348.36 | 0.86 | 0.54 |
| Hex | EF | 26 | 4D | 0 | 54 | 44 | 6 | 15C | 56 | 36 |
| Octal | 357 | 46 | 115 | 0 | 124 | 104 | 6 | 534 | 126 | 66 |
| Binary | 11101111 | 100110 | 1001101 | 0 | 1010100 | 1000100 | 110 | 101011100 | 1010110 | 110110 |
Color Harmonies of #EF264D
Complementary color
Monochromatic Colors of #EF264D
Black with #EF264D
Text Example
Text Example
White with #EF264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF264D; }
p { color: rgb(239,38,77); }
H1.HeaderClassName
{
color: #EF264D;
}
.AnyTagClassName
{
color: #EF264D;
}
</style>
background-color css
<style>
a { background-color: #EF264D; }
a { background-color: rgb(239,38,77); }
div.DivClassName
{
background-color: #EF264D;
}
.BgClassName
{
background-color: #EF264D;
}
</style>
border-color css
<style>
span { border-color: #EF264D; }
span { border-color: rgb(239,38,77); }
td.TdClassName
{
border-color: #EF264D;
}
.TagClassName
{
border-color: #EF264D;
}
</style>