Shades of Amaranth #EF2D48
Tints of Amaranth #EF2D48
RGB
CMYK
RGB Variations
Color information
#EF2D48 (or 0xEF2D48) is known color: Amaranth. HEX triplet: EF, 2D and 48. RGB value is (239,45,72). Sum of RGB (Red+Green+Blue) = 239+45+72=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D48 is #10D2B7. Grayscale: #6A6A6A. Windows color (decimal): -1102520 or 4730351. OLE color: 4730351.
HSL color Cylindrical-coordinate representation of color #EF2D48: hue angle of 351.65º 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 #EF2D48 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 72 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.06 |
| HSL | 351.65º | 0.86% | 0.56% | - |
| HSV(B) | 351.65º | 0.81% | 0.94% | - |
| XYZ | 37.7 | 20.7 | 8.14 | - |
| YUV | 106.08 | 108.77 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 72 | 0 | 0.81 | 0.70 | 0.06 | 351.65 | 0.86 | 0.56 |
| Hex | EF | 2D | 48 | 0 | 51 | 46 | 6 | 160 | 56 | 38 |
| Octal | 357 | 55 | 110 | 0 | 121 | 106 | 6 | 540 | 126 | 70 |
| Binary | 11101111 | 101101 | 1001000 | 0 | 1010001 | 1000110 | 110 | 101100000 | 1010110 | 111000 |
Color Harmonies of #EF2D48
Complementary color
Monochromatic Colors of #EF2D48
Black with #EF2D48
Text Example
Text Example
White with #EF2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D48; }
p { color: rgb(239,45,72); }
H1.HeaderClassName
{
color: #EF2D48;
}
.AnyTagClassName
{
color: #EF2D48;
}
</style>
background-color css
<style>
a { background-color: #EF2D48; }
a { background-color: rgb(239,45,72); }
div.DivClassName
{
background-color: #EF2D48;
}
.BgClassName
{
background-color: #EF2D48;
}
</style>
border-color css
<style>
span { border-color: #EF2D48; }
span { border-color: rgb(239,45,72); }
td.TdClassName
{
border-color: #EF2D48;
}
.TagClassName
{
border-color: #EF2D48;
}
</style>