Shades of Amaranth #EF255D
Tints of Amaranth #EF255D
RGB
CMYK
RGB Variations
Color information
#EF255D (or 0xEF255D) is known color: Amaranth. HEX triplet: EF, 25 and 5D. RGB value is (239,37,93). Sum of RGB (Red+Green+Blue) = 239+37+93=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF255D is #10DAA2. Grayscale: #676767. Windows color (decimal): -1104547 or 6104559. OLE color: 6104559.
HSL color Cylindrical-coordinate representation of color #EF255D: hue angle of 343.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF255D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 93 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.06 |
| HSL | 343.37º | 0.86% | 0.54% | - |
| HSV(B) | 343.37º | 0.85% | 0.94% | - |
| XYZ | 38.23 | 20.46 | 12.29 | - |
| YUV | 103.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 93 | 0 | 0.85 | 0.61 | 0.06 | 343.37 | 0.86 | 0.54 |
| Hex | EF | 25 | 5D | 0 | 55 | 3D | 6 | 157 | 56 | 36 |
| Octal | 357 | 45 | 135 | 0 | 125 | 75 | 6 | 527 | 126 | 66 |
| Binary | 11101111 | 100101 | 1011101 | 0 | 1010101 | 111101 | 110 | 101010111 | 1010110 | 110110 |
Color Harmonies of #EF255D
Complementary color
Monochromatic Colors of #EF255D
Black with #EF255D
Text Example
Text Example
White with #EF255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF255D; }
p { color: rgb(239,37,93); }
H1.HeaderClassName
{
color: #EF255D;
}
.AnyTagClassName
{
color: #EF255D;
}
</style>
background-color css
<style>
a { background-color: #EF255D; }
a { background-color: rgb(239,37,93); }
div.DivClassName
{
background-color: #EF255D;
}
.BgClassName
{
background-color: #EF255D;
}
</style>
border-color css
<style>
span { border-color: #EF255D; }
span { border-color: rgb(239,37,93); }
td.TdClassName
{
border-color: #EF255D;
}
.TagClassName
{
border-color: #EF255D;
}
</style>