Shades of Amaranth #EF214D
Tints of Amaranth #EF214D
RGB
CMYK
RGB Variations
Color information
#EF214D (or 0xEF214D) is known color: Amaranth. HEX triplet: EF, 21 and 4D. RGB value is (239,33,77). Sum of RGB (Red+Green+Blue) = 239+33+77=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF214D is #10DEB2. Grayscale: #636363. Windows color (decimal): -1105587 or 5054959. OLE color: 5054959.
HSL color Cylindrical-coordinate representation of color #EF214D: hue angle of 347.18º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF214D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 77 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.06 |
| HSL | 347.18º | 0.87% | 0.53% | - |
| HSV(B) | 347.18º | 0.86% | 0.94% | - |
| XYZ | 37.48 | 19.97 | 8.9 | - |
| YUV | 99.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 77 | 0 | 0.86 | 0.68 | 0.06 | 347.18 | 0.87 | 0.53 |
| Hex | EF | 21 | 4D | 0 | 56 | 44 | 6 | 15B | 57 | 35 |
| Octal | 357 | 41 | 115 | 0 | 126 | 104 | 6 | 533 | 127 | 65 |
| Binary | 11101111 | 100001 | 1001101 | 0 | 1010110 | 1000100 | 110 | 101011011 | 1010111 | 110101 |
Color Harmonies of #EF214D
Complementary color
Monochromatic Colors of #EF214D
Black with #EF214D
Text Example
Text Example
White with #EF214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF214D; }
p { color: rgb(239,33,77); }
H1.HeaderClassName
{
color: #EF214D;
}
.AnyTagClassName
{
color: #EF214D;
}
</style>
background-color css
<style>
a { background-color: #EF214D; }
a { background-color: rgb(239,33,77); }
div.DivClassName
{
background-color: #EF214D;
}
.BgClassName
{
background-color: #EF214D;
}
</style>
border-color css
<style>
span { border-color: #EF214D; }
span { border-color: rgb(239,33,77); }
td.TdClassName
{
border-color: #EF214D;
}
.TagClassName
{
border-color: #EF214D;
}
</style>