Shades of Amaranth #EF344F
Tints of Amaranth #EF344F
RGB
CMYK
RGB Variations
Color information
#EF344F (or 0xEF344F) is known color: Amaranth. HEX triplet: EF, 34 and 4F. RGB value is (239,52,79). Sum of RGB (Red+Green+Blue) = 239+52+79=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF344F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF344F is #10CBB0. Grayscale: #6F6F6F. Windows color (decimal): -1100721 or 5190895. OLE color: 5190895.
HSL color Cylindrical-coordinate representation of color #EF344F: hue angle of 351.34º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF344F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 79 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.06 |
| HSL | 351.34º | 0.85% | 0.57% | - |
| HSV(B) | 351.34º | 0.78% | 0.94% | - |
| XYZ | 38.24 | 21.37 | 9.51 | - |
| YUV | 110.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 79 | 0 | 0.78 | 0.67 | 0.06 | 351.34 | 0.85 | 0.57 |
| Hex | EF | 34 | 4F | 0 | 4E | 43 | 6 | 15F | 55 | 39 |
| Octal | 357 | 64 | 117 | 0 | 116 | 103 | 6 | 537 | 125 | 71 |
| Binary | 11101111 | 110100 | 1001111 | 0 | 1001110 | 1000011 | 110 | 101011111 | 1010101 | 111001 |
Color Harmonies of #EF344F
Complementary color
Monochromatic Colors of #EF344F
Black with #EF344F
Text Example
Text Example
White with #EF344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF344F; }
p { color: rgb(239,52,79); }
H1.HeaderClassName
{
color: #EF344F;
}
.AnyTagClassName
{
color: #EF344F;
}
</style>
background-color css
<style>
a { background-color: #EF344F; }
a { background-color: rgb(239,52,79); }
div.DivClassName
{
background-color: #EF344F;
}
.BgClassName
{
background-color: #EF344F;
}
</style>
border-color css
<style>
span { border-color: #EF344F; }
span { border-color: rgb(239,52,79); }
td.TdClassName
{
border-color: #EF344F;
}
.TagClassName
{
border-color: #EF344F;
}
</style>