Shades of Amaranth #EF2145
Tints of Amaranth #EF2145
RGB
CMYK
RGB Variations
Color information
#EF2145 (or 0xEF2145) is known color: Amaranth. HEX triplet: EF, 21 and 45. RGB value is (239,33,69). Sum of RGB (Red+Green+Blue) = 239+33+69=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2145 is #10DEBA. Grayscale: #626262. Windows color (decimal): -1105595 or 4530671. OLE color: 4530671.
HSL color Cylindrical-coordinate representation of color #EF2145: hue angle of 349.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2145 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 69 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.06 |
| HSL | 349.51º | 0.87% | 0.53% | - |
| HSV(B) | 349.51º | 0.86% | 0.94% | - |
| XYZ | 37.21 | 19.87 | 7.5 | - |
| YUV | 98.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 69 | 0 | 0.86 | 0.71 | 0.06 | 349.51 | 0.87 | 0.53 |
| Hex | EF | 21 | 45 | 0 | 56 | 47 | 6 | 15E | 57 | 35 |
| Octal | 357 | 41 | 105 | 0 | 126 | 107 | 6 | 536 | 127 | 65 |
| Binary | 11101111 | 100001 | 1000101 | 0 | 1010110 | 1000111 | 110 | 101011110 | 1010111 | 110101 |
Color Harmonies of #EF2145
Complementary color
Monochromatic Colors of #EF2145
Black with #EF2145
Text Example
Text Example
White with #EF2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2145; }
p { color: rgb(239,33,69); }
H1.HeaderClassName
{
color: #EF2145;
}
.AnyTagClassName
{
color: #EF2145;
}
</style>
background-color css
<style>
a { background-color: #EF2145; }
a { background-color: rgb(239,33,69); }
div.DivClassName
{
background-color: #EF2145;
}
.BgClassName
{
background-color: #EF2145;
}
</style>
border-color css
<style>
span { border-color: #EF2145; }
span { border-color: rgb(239,33,69); }
td.TdClassName
{
border-color: #EF2145;
}
.TagClassName
{
border-color: #EF2145;
}
</style>