Shades of Amaranth #EF2454
Tints of Amaranth #EF2454
RGB
CMYK
RGB Variations
Color information
#EF2454 (or 0xEF2454) is known color: Amaranth. HEX triplet: EF, 24 and 54. RGB value is (239,36,84). Sum of RGB (Red+Green+Blue) = 239+36+84=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2454 is #10DBAB. Grayscale: #666666. Windows color (decimal): -1104812 or 5514479. OLE color: 5514479.
HSL color Cylindrical-coordinate representation of color #EF2454: hue angle of 345.81º 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 #EF2454 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 84 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.06 |
| HSL | 345.81º | 0.86% | 0.54% | - |
| HSV(B) | 345.81º | 0.85% | 0.94% | - |
| XYZ | 37.83 | 20.25 | 10.3 | - |
| YUV | 102.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 84 | 0 | 0.85 | 0.65 | 0.06 | 345.81 | 0.86 | 0.54 |
| Hex | EF | 24 | 54 | 0 | 55 | 41 | 6 | 15A | 56 | 36 |
| Octal | 357 | 44 | 124 | 0 | 125 | 101 | 6 | 532 | 126 | 66 |
| Binary | 11101111 | 100100 | 1010100 | 0 | 1010101 | 1000001 | 110 | 101011010 | 1010110 | 110110 |
Color Harmonies of #EF2454
Complementary color
Monochromatic Colors of #EF2454
Black with #EF2454
Text Example
Text Example
White with #EF2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2454; }
p { color: rgb(239,36,84); }
H1.HeaderClassName
{
color: #EF2454;
}
.AnyTagClassName
{
color: #EF2454;
}
</style>
background-color css
<style>
a { background-color: #EF2454; }
a { background-color: rgb(239,36,84); }
div.DivClassName
{
background-color: #EF2454;
}
.BgClassName
{
background-color: #EF2454;
}
</style>
border-color css
<style>
span { border-color: #EF2454; }
span { border-color: rgb(239,36,84); }
td.TdClassName
{
border-color: #EF2454;
}
.TagClassName
{
border-color: #EF2454;
}
</style>