Shades of Amaranth #EF2A5D
Tints of Amaranth #EF2A5D
RGB
CMYK
RGB Variations
Color information
#EF2A5D (or 0xEF2A5D) is known color: Amaranth. HEX triplet: EF, 2A and 5D. RGB value is (239,42,93). Sum of RGB (Red+Green+Blue) = 239+42+93=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A5D is #10D5A2. Grayscale: #6A6A6A. Windows color (decimal): -1103267 or 6105839. OLE color: 6105839.
HSL color Cylindrical-coordinate representation of color #EF2A5D: hue angle of 344.47º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A5D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 93 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.06 |
| HSL | 344.47º | 0.86% | 0.55% | - |
| HSV(B) | 344.47º | 0.82% | 0.94% | - |
| XYZ | 38.4 | 20.8 | 12.35 | - |
| YUV | 106.72 | 120.27 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 93 | 0 | 0.82 | 0.61 | 0.06 | 344.47 | 0.86 | 0.55 |
| Hex | EF | 2A | 5D | 0 | 52 | 3D | 6 | 158 | 56 | 37 |
| Octal | 357 | 52 | 135 | 0 | 122 | 75 | 6 | 530 | 126 | 67 |
| Binary | 11101111 | 101010 | 1011101 | 0 | 1010010 | 111101 | 110 | 101011000 | 1010110 | 110111 |
Color Harmonies of #EF2A5D
Complementary color
Monochromatic Colors of #EF2A5D
Black with #EF2A5D
Text Example
Text Example
White with #EF2A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A5D; }
p { color: rgb(239,42,93); }
H1.HeaderClassName
{
color: #EF2A5D;
}
.AnyTagClassName
{
color: #EF2A5D;
}
</style>
background-color css
<style>
a { background-color: #EF2A5D; }
a { background-color: rgb(239,42,93); }
div.DivClassName
{
background-color: #EF2A5D;
}
.BgClassName
{
background-color: #EF2A5D;
}
</style>
border-color css
<style>
span { border-color: #EF2A5D; }
span { border-color: rgb(239,42,93); }
td.TdClassName
{
border-color: #EF2A5D;
}
.TagClassName
{
border-color: #EF2A5D;
}
</style>