Shades of Amaranth #EF2C53
Tints of Amaranth #EF2C53
RGB
CMYK
RGB Variations
Color information
#EF2C53 (or 0xEF2C53) is known color: Amaranth. HEX triplet: EF, 2C and 53. RGB value is (239,44,83). Sum of RGB (Red+Green+Blue) = 239+44+83=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C53 is #10D3AC. Grayscale: #6A6A6A. Windows color (decimal): -1102765 or 5450991. OLE color: 5450991.
HSL color Cylindrical-coordinate representation of color #EF2C53: hue angle of 348º 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 #EF2C53 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 83 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.06 |
| HSL | 348º | 0.86% | 0.55% | - |
| HSV(B) | 348º | 0.82% | 0.94% | - |
| XYZ | 38.06 | 20.78 | 10.19 | - |
| YUV | 106.75 | 114.6 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 83 | 0 | 0.82 | 0.65 | 0.06 | 348 | 0.86 | 0.55 |
| Hex | EF | 2C | 53 | 0 | 52 | 41 | 6 | 15C | 56 | 37 |
| Octal | 357 | 54 | 123 | 0 | 122 | 101 | 6 | 534 | 126 | 67 |
| Binary | 11101111 | 101100 | 1010011 | 0 | 1010010 | 1000001 | 110 | 101011100 | 1010110 | 110111 |
Color Harmonies of #EF2C53
Complementary color
Monochromatic Colors of #EF2C53
Black with #EF2C53
Text Example
Text Example
White with #EF2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C53; }
p { color: rgb(239,44,83); }
H1.HeaderClassName
{
color: #EF2C53;
}
.AnyTagClassName
{
color: #EF2C53;
}
</style>
background-color css
<style>
a { background-color: #EF2C53; }
a { background-color: rgb(239,44,83); }
div.DivClassName
{
background-color: #EF2C53;
}
.BgClassName
{
background-color: #EF2C53;
}
</style>
border-color css
<style>
span { border-color: #EF2C53; }
span { border-color: rgb(239,44,83); }
td.TdClassName
{
border-color: #EF2C53;
}
.TagClassName
{
border-color: #EF2C53;
}
</style>