Shades of Amaranth #EF1A4F
Tints of Amaranth #EF1A4F
RGB
CMYK
RGB Variations
Color information
#EF1A4F (or 0xEF1A4F) is known color: Amaranth. HEX triplet: EF, 1A and 4F. RGB value is (239,26,79). Sum of RGB (Red+Green+Blue) = 239+26+79=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A4F is #10E5B0. Grayscale: #5F5F5F. Windows color (decimal): -1107377 or 5184239. OLE color: 5184239.
HSL color Cylindrical-coordinate representation of color #EF1A4F: hue angle of 345.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A4F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 79 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.06 |
| HSL | 345.07º | 0.87% | 0.52% | - |
| HSV(B) | 345.07º | 0.89% | 0.94% | - |
| XYZ | 37.38 | 19.65 | 9.22 | - |
| YUV | 95.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 79 | 0 | 0.89 | 0.67 | 0.06 | 345.07 | 0.87 | 0.52 |
| Hex | EF | 1A | 4F | 0 | 59 | 43 | 6 | 159 | 57 | 34 |
| Octal | 357 | 32 | 117 | 0 | 131 | 103 | 6 | 531 | 127 | 64 |
| Binary | 11101111 | 11010 | 1001111 | 0 | 1011001 | 1000011 | 110 | 101011001 | 1010111 | 110100 |
Color Harmonies of #EF1A4F
Complementary color
Monochromatic Colors of #EF1A4F
Black with #EF1A4F
Text Example
Text Example
White with #EF1A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A4F; }
p { color: rgb(239,26,79); }
H1.HeaderClassName
{
color: #EF1A4F;
}
.AnyTagClassName
{
color: #EF1A4F;
}
</style>
background-color css
<style>
a { background-color: #EF1A4F; }
a { background-color: rgb(239,26,79); }
div.DivClassName
{
background-color: #EF1A4F;
}
.BgClassName
{
background-color: #EF1A4F;
}
</style>
border-color css
<style>
span { border-color: #EF1A4F; }
span { border-color: rgb(239,26,79); }
td.TdClassName
{
border-color: #EF1A4F;
}
.TagClassName
{
border-color: #EF1A4F;
}
</style>