Shades of Amaranth #EF3855
Tints of Amaranth #EF3855
RGB
CMYK
RGB Variations
Color information
#EF3855 (or 0xEF3855) is known color: Amaranth. HEX triplet: EF, 38 and 55. RGB value is (239,56,85). Sum of RGB (Red+Green+Blue) = 239+56+85=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3855 is #10C7AA. Grayscale: #727272. Windows color (decimal): -1099691 or 5585135. OLE color: 5585135.
HSL color Cylindrical-coordinate representation of color #EF3855: hue angle of 350.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3855 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 85 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.06 |
| HSL | 350.49º | 0.85% | 0.58% | - |
| HSV(B) | 350.49º | 0.77% | 0.94% | - |
| XYZ | 38.65 | 21.83 | 10.77 | - |
| YUV | 114.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 85 | 0 | 0.77 | 0.64 | 0.06 | 350.49 | 0.85 | 0.58 |
| Hex | EF | 38 | 55 | 0 | 4D | 40 | 6 | 15E | 55 | 3A |
| Octal | 357 | 70 | 125 | 0 | 115 | 100 | 6 | 536 | 125 | 72 |
| Binary | 11101111 | 111000 | 1010101 | 0 | 1001101 | 1000000 | 110 | 101011110 | 1010101 | 111010 |
Color Harmonies of #EF3855
Complementary color
Monochromatic Colors of #EF3855
Black with #EF3855
Text Example
Text Example
White with #EF3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3855; }
p { color: rgb(239,56,85); }
H1.HeaderClassName
{
color: #EF3855;
}
.AnyTagClassName
{
color: #EF3855;
}
</style>
background-color css
<style>
a { background-color: #EF3855; }
a { background-color: rgb(239,56,85); }
div.DivClassName
{
background-color: #EF3855;
}
.BgClassName
{
background-color: #EF3855;
}
</style>
border-color css
<style>
span { border-color: #EF3855; }
span { border-color: rgb(239,56,85); }
td.TdClassName
{
border-color: #EF3855;
}
.TagClassName
{
border-color: #EF3855;
}
</style>