Shades of Amaranth #EF2D4B
Tints of Amaranth #EF2D4B
RGB
CMYK
RGB Variations
Color information
#EF2D4B (or 0xEF2D4B) is known color: Amaranth. HEX triplet: EF, 2D and 4B. RGB value is (239,45,75). Sum of RGB (Red+Green+Blue) = 239+45+75=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D4B is #10D2B4. Grayscale: #6A6A6A. Windows color (decimal): -1102517 or 4926959. OLE color: 4926959.
HSL color Cylindrical-coordinate representation of color #EF2D4B: hue angle of 350.72º 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 #EF2D4B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 75 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.06 |
| HSL | 350.72º | 0.86% | 0.56% | - |
| HSV(B) | 350.72º | 0.81% | 0.94% | - |
| XYZ | 37.8 | 20.74 | 8.67 | - |
| YUV | 106.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 75 | 0 | 0.81 | 0.69 | 0.06 | 350.72 | 0.86 | 0.56 |
| Hex | EF | 2D | 4B | 0 | 51 | 45 | 6 | 15F | 56 | 38 |
| Octal | 357 | 55 | 113 | 0 | 121 | 105 | 6 | 537 | 126 | 70 |
| Binary | 11101111 | 101101 | 1001011 | 0 | 1010001 | 1000101 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #EF2D4B
Complementary color
Monochromatic Colors of #EF2D4B
Black with #EF2D4B
Text Example
Text Example
White with #EF2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D4B; }
p { color: rgb(239,45,75); }
H1.HeaderClassName
{
color: #EF2D4B;
}
.AnyTagClassName
{
color: #EF2D4B;
}
</style>
background-color css
<style>
a { background-color: #EF2D4B; }
a { background-color: rgb(239,45,75); }
div.DivClassName
{
background-color: #EF2D4B;
}
.BgClassName
{
background-color: #EF2D4B;
}
</style>
border-color css
<style>
span { border-color: #EF2D4B; }
span { border-color: rgb(239,45,75); }
td.TdClassName
{
border-color: #EF2D4B;
}
.TagClassName
{
border-color: #EF2D4B;
}
</style>