Shades of Amaranth #EF2E5D
Tints of Amaranth #EF2E5D
RGB
CMYK
RGB Variations
Color information
#EF2E5D (or 0xEF2E5D) is known color: Amaranth. HEX triplet: EF, 2E and 5D. RGB value is (239,46,93). Sum of RGB (Red+Green+Blue) = 239+46+93=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2E5D is #10D1A2. Grayscale: #6D6D6D. Windows color (decimal): -1102243 or 6106863. OLE color: 6106863.
HSL color Cylindrical-coordinate representation of color #EF2E5D: hue angle of 345.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E5D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 93 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.06 |
| HSL | 345.39º | 0.86% | 0.56% | - |
| HSV(B) | 345.39º | 0.81% | 0.94% | - |
| XYZ | 38.55 | 21.1 | 12.4 | - |
| YUV | 109.07 | 118.94 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 93 | 0 | 0.81 | 0.61 | 0.06 | 345.39 | 0.86 | 0.56 |
| Hex | EF | 2E | 5D | 0 | 51 | 3D | 6 | 159 | 56 | 38 |
| Octal | 357 | 56 | 135 | 0 | 121 | 75 | 6 | 531 | 126 | 70 |
| Binary | 11101111 | 101110 | 1011101 | 0 | 1010001 | 111101 | 110 | 101011001 | 1010110 | 111000 |
Color Harmonies of #EF2E5D
Complementary color
Monochromatic Colors of #EF2E5D
Black with #EF2E5D
Text Example
Text Example
White with #EF2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E5D; }
p { color: rgb(239,46,93); }
H1.HeaderClassName
{
color: #EF2E5D;
}
.AnyTagClassName
{
color: #EF2E5D;
}
</style>
background-color css
<style>
a { background-color: #EF2E5D; }
a { background-color: rgb(239,46,93); }
div.DivClassName
{
background-color: #EF2E5D;
}
.BgClassName
{
background-color: #EF2E5D;
}
</style>
border-color css
<style>
span { border-color: #EF2E5D; }
span { border-color: rgb(239,46,93); }
td.TdClassName
{
border-color: #EF2E5D;
}
.TagClassName
{
border-color: #EF2E5D;
}
</style>