Shades of Amaranth #EF1E4D
Tints of Amaranth #EF1E4D
RGB
CMYK
RGB Variations
Color information
#EF1E4D (or 0xEF1E4D) is known color: Amaranth. HEX triplet: EF, 1E and 4D. RGB value is (239,30,77). Sum of RGB (Red+Green+Blue) = 239+30+77=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E4D is #10E1B2. Grayscale: #616161. Windows color (decimal): -1106355 or 5054191. OLE color: 5054191.
HSL color Cylindrical-coordinate representation of color #EF1E4D: hue angle of 346.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E4D is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 77 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.06 |
| HSL | 346.51º | 0.87% | 0.53% | - |
| HSV(B) | 346.51º | 0.87% | 0.94% | - |
| XYZ | 37.4 | 19.82 | 8.87 | - |
| YUV | 97.85 | 116.24 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 77 | 0 | 0.87 | 0.68 | 0.06 | 346.51 | 0.87 | 0.53 |
| Hex | EF | 1E | 4D | 0 | 57 | 44 | 6 | 15B | 57 | 35 |
| Octal | 357 | 36 | 115 | 0 | 127 | 104 | 6 | 533 | 127 | 65 |
| Binary | 11101111 | 11110 | 1001101 | 0 | 1010111 | 1000100 | 110 | 101011011 | 1010111 | 110101 |
Color Harmonies of #EF1E4D
Complementary color
Monochromatic Colors of #EF1E4D
Black with #EF1E4D
Text Example
Text Example
White with #EF1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E4D; }
p { color: rgb(239,30,77); }
H1.HeaderClassName
{
color: #EF1E4D;
}
.AnyTagClassName
{
color: #EF1E4D;
}
</style>
background-color css
<style>
a { background-color: #EF1E4D; }
a { background-color: rgb(239,30,77); }
div.DivClassName
{
background-color: #EF1E4D;
}
.BgClassName
{
background-color: #EF1E4D;
}
</style>
border-color css
<style>
span { border-color: #EF1E4D; }
span { border-color: rgb(239,30,77); }
td.TdClassName
{
border-color: #EF1E4D;
}
.TagClassName
{
border-color: #EF1E4D;
}
</style>