Shades of Amaranth #EF2A54
Tints of Amaranth #EF2A54
RGB
CMYK
RGB Variations
Color information
#EF2A54 (or 0xEF2A54) is known color: Amaranth. HEX triplet: EF, 2A and 54. RGB value is (239,42,84). Sum of RGB (Red+Green+Blue) = 239+42+84=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A54 is #10D5AB. Grayscale: #696969. Windows color (decimal): -1103276 or 5516015. OLE color: 5516015.
HSL color Cylindrical-coordinate representation of color #EF2A54: hue angle of 347.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A54 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 84 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.06 |
| HSL | 347.21º | 0.86% | 0.55% | - |
| HSV(B) | 347.21º | 0.82% | 0.94% | - |
| XYZ | 38.02 | 20.65 | 10.37 | - |
| YUV | 105.69 | 115.77 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 84 | 0 | 0.82 | 0.65 | 0.06 | 347.21 | 0.86 | 0.55 |
| Hex | EF | 2A | 54 | 0 | 52 | 41 | 6 | 15B | 56 | 37 |
| Octal | 357 | 52 | 124 | 0 | 122 | 101 | 6 | 533 | 126 | 67 |
| Binary | 11101111 | 101010 | 1010100 | 0 | 1010010 | 1000001 | 110 | 101011011 | 1010110 | 110111 |
Color Harmonies of #EF2A54
Complementary color
Monochromatic Colors of #EF2A54
Black with #EF2A54
Text Example
Text Example
White with #EF2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A54; }
p { color: rgb(239,42,84); }
H1.HeaderClassName
{
color: #EF2A54;
}
.AnyTagClassName
{
color: #EF2A54;
}
</style>
background-color css
<style>
a { background-color: #EF2A54; }
a { background-color: rgb(239,42,84); }
div.DivClassName
{
background-color: #EF2A54;
}
.BgClassName
{
background-color: #EF2A54;
}
</style>
border-color css
<style>
span { border-color: #EF2A54; }
span { border-color: rgb(239,42,84); }
td.TdClassName
{
border-color: #EF2A54;
}
.TagClassName
{
border-color: #EF2A54;
}
</style>