Shades of Amaranth #EF2953
Tints of Amaranth #EF2953
RGB
CMYK
RGB Variations
Color information
#EF2953 (or 0xEF2953) is known color: Amaranth. HEX triplet: EF, 29 and 53. RGB value is (239,41,83). Sum of RGB (Red+Green+Blue) = 239+41+83=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2953 is #10D6AC. Grayscale: #696969. Windows color (decimal): -1103533 or 5450223. OLE color: 5450223.
HSL color Cylindrical-coordinate representation of color #EF2953: hue angle of 347.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2953 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 83 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.06 |
| HSL | 347.27º | 0.86% | 0.55% | - |
| HSV(B) | 347.27º | 0.83% | 0.94% | - |
| XYZ | 37.95 | 20.56 | 10.15 | - |
| YUV | 104.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 83 | 0 | 0.83 | 0.65 | 0.06 | 347.27 | 0.86 | 0.55 |
| Hex | EF | 29 | 53 | 0 | 53 | 41 | 6 | 15B | 56 | 37 |
| Octal | 357 | 51 | 123 | 0 | 123 | 101 | 6 | 533 | 126 | 67 |
| Binary | 11101111 | 101001 | 1010011 | 0 | 1010011 | 1000001 | 110 | 101011011 | 1010110 | 110111 |
Color Harmonies of #EF2953
Complementary color
Monochromatic Colors of #EF2953
Black with #EF2953
Text Example
Text Example
White with #EF2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2953; }
p { color: rgb(239,41,83); }
H1.HeaderClassName
{
color: #EF2953;
}
.AnyTagClassName
{
color: #EF2953;
}
</style>
background-color css
<style>
a { background-color: #EF2953; }
a { background-color: rgb(239,41,83); }
div.DivClassName
{
background-color: #EF2953;
}
.BgClassName
{
background-color: #EF2953;
}
</style>
border-color css
<style>
span { border-color: #EF2953; }
span { border-color: rgb(239,41,83); }
td.TdClassName
{
border-color: #EF2953;
}
.TagClassName
{
border-color: #EF2953;
}
</style>