Shades of Amaranth #EF354F
Tints of Amaranth #EF354F
RGB
CMYK
RGB Variations
Color information
#EF354F (or 0xEF354F) is known color: Amaranth. HEX triplet: EF, 35 and 4F. RGB value is (239,53,79). Sum of RGB (Red+Green+Blue) = 239+53+79=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF354F is #10CAB0. Grayscale: #6F6F6F. Windows color (decimal): -1100465 or 5191151. OLE color: 5191151.
HSL color Cylindrical-coordinate representation of color #EF354F: hue angle of 351.61º 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 #EF354F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 79 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.06 |
| HSL | 351.61º | 0.85% | 0.57% | - |
| HSV(B) | 351.61º | 0.78% | 0.94% | - |
| XYZ | 38.28 | 21.46 | 9.52 | - |
| YUV | 111.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 79 | 0 | 0.78 | 0.67 | 0.06 | 351.61 | 0.85 | 0.57 |
| Hex | EF | 35 | 4F | 0 | 4E | 43 | 6 | 160 | 55 | 39 |
| Octal | 357 | 65 | 117 | 0 | 116 | 103 | 6 | 540 | 125 | 71 |
| Binary | 11101111 | 110101 | 1001111 | 0 | 1001110 | 1000011 | 110 | 101100000 | 1010101 | 111001 |
Color Harmonies of #EF354F
Complementary color
Monochromatic Colors of #EF354F
Black with #EF354F
Text Example
Text Example
White with #EF354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF354F; }
p { color: rgb(239,53,79); }
H1.HeaderClassName
{
color: #EF354F;
}
.AnyTagClassName
{
color: #EF354F;
}
</style>
background-color css
<style>
a { background-color: #EF354F; }
a { background-color: rgb(239,53,79); }
div.DivClassName
{
background-color: #EF354F;
}
.BgClassName
{
background-color: #EF354F;
}
</style>
border-color css
<style>
span { border-color: #EF354F; }
span { border-color: rgb(239,53,79); }
td.TdClassName
{
border-color: #EF354F;
}
.TagClassName
{
border-color: #EF354F;
}
</style>