Shades of Amaranth #EF254B
Tints of Amaranth #EF254B
RGB
CMYK
RGB Variations
Color information
#EF254B (or 0xEF254B) is known color: Amaranth. HEX triplet: EF, 25 and 4B. RGB value is (239,37,75). Sum of RGB (Red+Green+Blue) = 239+37+75=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF254B is #10DAB4. Grayscale: #656565. Windows color (decimal): -1104565 or 4924911. OLE color: 4924911.
HSL color Cylindrical-coordinate representation of color #EF254B: hue angle of 348.71º 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 #EF254B is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 75 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.06 |
| HSL | 348.71º | 0.86% | 0.54% | - |
| HSV(B) | 348.71º | 0.85% | 0.94% | - |
| XYZ | 37.53 | 20.18 | 8.57 | - |
| YUV | 101.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 75 | 0 | 0.85 | 0.69 | 0.06 | 348.71 | 0.86 | 0.54 |
| Hex | EF | 25 | 4B | 0 | 55 | 45 | 6 | 15D | 56 | 36 |
| Octal | 357 | 45 | 113 | 0 | 125 | 105 | 6 | 535 | 126 | 66 |
| Binary | 11101111 | 100101 | 1001011 | 0 | 1010101 | 1000101 | 110 | 101011101 | 1010110 | 110110 |
Color Harmonies of #EF254B
Complementary color
Monochromatic Colors of #EF254B
Black with #EF254B
Text Example
Text Example
White with #EF254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF254B; }
p { color: rgb(239,37,75); }
H1.HeaderClassName
{
color: #EF254B;
}
.AnyTagClassName
{
color: #EF254B;
}
</style>
background-color css
<style>
a { background-color: #EF254B; }
a { background-color: rgb(239,37,75); }
div.DivClassName
{
background-color: #EF254B;
}
.BgClassName
{
background-color: #EF254B;
}
</style>
border-color css
<style>
span { border-color: #EF254B; }
span { border-color: rgb(239,37,75); }
td.TdClassName
{
border-color: #EF254B;
}
.TagClassName
{
border-color: #EF254B;
}
</style>