Shades of Amaranth #EF2D4F
Tints of Amaranth #EF2D4F
RGB
CMYK
RGB Variations
Color information
#EF2D4F (or 0xEF2D4F) is known color: Amaranth. HEX triplet: EF, 2D and 4F. RGB value is (239,45,79). Sum of RGB (Red+Green+Blue) = 239+45+79=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D4F is #10D2B0. Grayscale: #6A6A6A. Windows color (decimal): -1102513 or 5189103. OLE color: 5189103.
HSL color Cylindrical-coordinate representation of color #EF2D4F: hue angle of 349.48º 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 #EF2D4F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 79 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.06 |
| HSL | 349.48º | 0.86% | 0.56% | - |
| HSV(B) | 349.48º | 0.81% | 0.94% | - |
| XYZ | 37.95 | 20.79 | 9.41 | - |
| YUV | 106.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 79 | 0 | 0.81 | 0.67 | 0.06 | 349.48 | 0.86 | 0.56 |
| Hex | EF | 2D | 4F | 0 | 51 | 43 | 6 | 15D | 56 | 38 |
| Octal | 357 | 55 | 117 | 0 | 121 | 103 | 6 | 535 | 126 | 70 |
| Binary | 11101111 | 101101 | 1001111 | 0 | 1010001 | 1000011 | 110 | 101011101 | 1010110 | 111000 |
Color Harmonies of #EF2D4F
Complementary color
Monochromatic Colors of #EF2D4F
Black with #EF2D4F
Text Example
Text Example
White with #EF2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D4F; }
p { color: rgb(239,45,79); }
H1.HeaderClassName
{
color: #EF2D4F;
}
.AnyTagClassName
{
color: #EF2D4F;
}
</style>
background-color css
<style>
a { background-color: #EF2D4F; }
a { background-color: rgb(239,45,79); }
div.DivClassName
{
background-color: #EF2D4F;
}
.BgClassName
{
background-color: #EF2D4F;
}
</style>
border-color css
<style>
span { border-color: #EF2D4F; }
span { border-color: rgb(239,45,79); }
td.TdClassName
{
border-color: #EF2D4F;
}
.TagClassName
{
border-color: #EF2D4F;
}
</style>