Shades of Amaranth #EF2D43
Tints of Amaranth #EF2D43
RGB
CMYK
RGB Variations
Color information
#EF2D43 (or 0xEF2D43) is known color: Amaranth. HEX triplet: EF, 2D and 43. RGB value is (239,45,67). Sum of RGB (Red+Green+Blue) = 239+45+67=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D43 is #10D2BC. Grayscale: #696969. Windows color (decimal): -1102525 or 4402671. OLE color: 4402671.
HSL color Cylindrical-coordinate representation of color #EF2D43: hue angle of 353.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D43 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 67 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.06 |
| HSL | 353.2º | 0.86% | 0.56% | - |
| HSV(B) | 353.2º | 0.81% | 0.94% | - |
| XYZ | 37.55 | 20.63 | 7.31 | - |
| YUV | 105.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 67 | 0 | 0.81 | 0.72 | 0.06 | 353.2 | 0.86 | 0.56 |
| Hex | EF | 2D | 43 | 0 | 51 | 48 | 6 | 161 | 56 | 38 |
| Octal | 357 | 55 | 103 | 0 | 121 | 110 | 6 | 541 | 126 | 70 |
| Binary | 11101111 | 101101 | 1000011 | 0 | 1010001 | 1001000 | 110 | 101100001 | 1010110 | 111000 |
Color Harmonies of #EF2D43
Complementary color
Monochromatic Colors of #EF2D43
Black with #EF2D43
Text Example
Text Example
White with #EF2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D43; }
p { color: rgb(239,45,67); }
H1.HeaderClassName
{
color: #EF2D43;
}
.AnyTagClassName
{
color: #EF2D43;
}
</style>
background-color css
<style>
a { background-color: #EF2D43; }
a { background-color: rgb(239,45,67); }
div.DivClassName
{
background-color: #EF2D43;
}
.BgClassName
{
background-color: #EF2D43;
}
</style>
border-color css
<style>
span { border-color: #EF2D43; }
span { border-color: rgb(239,45,67); }
td.TdClassName
{
border-color: #EF2D43;
}
.TagClassName
{
border-color: #EF2D43;
}
</style>