Shades of Amaranth #EF2854
Tints of Amaranth #EF2854
RGB
CMYK
RGB Variations
Color information
#EF2854 (or 0xEF2854) is known color: Amaranth. HEX triplet: EF, 28 and 54. RGB value is (239,40,84). Sum of RGB (Red+Green+Blue) = 239+40+84=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2854 is #10D7AB. Grayscale: #686868. Windows color (decimal): -1103788 or 5515503. OLE color: 5515503.
HSL color Cylindrical-coordinate representation of color #EF2854: hue angle of 346.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2854 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 84 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.06 |
| HSL | 346.73º | 0.86% | 0.55% | - |
| HSV(B) | 346.73º | 0.83% | 0.94% | - |
| XYZ | 37.96 | 20.51 | 10.35 | - |
| YUV | 104.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 84 | 0 | 0.83 | 0.65 | 0.06 | 346.73 | 0.86 | 0.55 |
| Hex | EF | 28 | 54 | 0 | 53 | 41 | 6 | 15B | 56 | 37 |
| Octal | 357 | 50 | 124 | 0 | 123 | 101 | 6 | 533 | 126 | 67 |
| Binary | 11101111 | 101000 | 1010100 | 0 | 1010011 | 1000001 | 110 | 101011011 | 1010110 | 110111 |
Color Harmonies of #EF2854
Complementary color
Monochromatic Colors of #EF2854
Black with #EF2854
Text Example
Text Example
White with #EF2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2854; }
p { color: rgb(239,40,84); }
H1.HeaderClassName
{
color: #EF2854;
}
.AnyTagClassName
{
color: #EF2854;
}
</style>
background-color css
<style>
a { background-color: #EF2854; }
a { background-color: rgb(239,40,84); }
div.DivClassName
{
background-color: #EF2854;
}
.BgClassName
{
background-color: #EF2854;
}
</style>
border-color css
<style>
span { border-color: #EF2854; }
span { border-color: rgb(239,40,84); }
td.TdClassName
{
border-color: #EF2854;
}
.TagClassName
{
border-color: #EF2854;
}
</style>