Shades of Amaranth #EF204F
Tints of Amaranth #EF204F
RGB
CMYK
RGB Variations
Color information
#EF204F (or 0xEF204F) is known color: Amaranth. HEX triplet: EF, 20 and 4F. RGB value is (239,32,79). Sum of RGB (Red+Green+Blue) = 239+32+79=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF204F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF204F is #10DFB0. Grayscale: #636363. Windows color (decimal): -1105841 or 5185775. OLE color: 5185775.
HSL color Cylindrical-coordinate representation of color #EF204F: hue angle of 346.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF204F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 79 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.06 |
| HSL | 346.38º | 0.87% | 0.53% | - |
| HSV(B) | 346.38º | 0.87% | 0.94% | - |
| XYZ | 37.52 | 19.95 | 9.27 | - |
| YUV | 99.25 | 116.58 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 79 | 0 | 0.87 | 0.67 | 0.06 | 346.38 | 0.87 | 0.53 |
| Hex | EF | 20 | 4F | 0 | 57 | 43 | 6 | 15A | 57 | 35 |
| Octal | 357 | 40 | 117 | 0 | 127 | 103 | 6 | 532 | 127 | 65 |
| Binary | 11101111 | 100000 | 1001111 | 0 | 1010111 | 1000011 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #EF204F
Complementary color
Monochromatic Colors of #EF204F
Black with #EF204F
Text Example
Text Example
White with #EF204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF204F; }
p { color: rgb(239,32,79); }
H1.HeaderClassName
{
color: #EF204F;
}
.AnyTagClassName
{
color: #EF204F;
}
</style>
background-color css
<style>
a { background-color: #EF204F; }
a { background-color: rgb(239,32,79); }
div.DivClassName
{
background-color: #EF204F;
}
.BgClassName
{
background-color: #EF204F;
}
</style>
border-color css
<style>
span { border-color: #EF204F; }
span { border-color: rgb(239,32,79); }
td.TdClassName
{
border-color: #EF204F;
}
.TagClassName
{
border-color: #EF204F;
}
</style>