Shades of Amaranth #EF174B
Tints of Amaranth #EF174B
RGB
CMYK
RGB Variations
Color information
#EF174B (or 0xEF174B) is known color: Amaranth. HEX triplet: EF, 17 and 4B. RGB value is (239,23,75). Sum of RGB (Red+Green+Blue) = 239+23+75=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF174B is #10E8B4. Grayscale: #5D5D5D. Windows color (decimal): -1108149 or 4921327. OLE color: 4921327.
HSL color Cylindrical-coordinate representation of color #EF174B: hue angle of 345.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF174B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 75 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.06 |
| HSL | 345.56º | 0.87% | 0.51% | - |
| HSV(B) | 345.56º | 0.9% | 0.94% | - |
| XYZ | 37.17 | 19.47 | 8.46 | - |
| YUV | 93.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 75 | 0 | 0.90 | 0.69 | 0.06 | 345.56 | 0.87 | 0.51 |
| Hex | EF | 17 | 4B | 0 | 5A | 45 | 6 | 15A | 57 | 33 |
| Octal | 357 | 27 | 113 | 0 | 132 | 105 | 6 | 532 | 127 | 63 |
| Binary | 11101111 | 10111 | 1001011 | 0 | 1011010 | 1000101 | 110 | 101011010 | 1010111 | 110011 |
Color Harmonies of #EF174B
Complementary color
Monochromatic Colors of #EF174B
Black with #EF174B
Text Example
Text Example
White with #EF174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF174B; }
p { color: rgb(239,23,75); }
H1.HeaderClassName
{
color: #EF174B;
}
.AnyTagClassName
{
color: #EF174B;
}
</style>
background-color css
<style>
a { background-color: #EF174B; }
a { background-color: rgb(239,23,75); }
div.DivClassName
{
background-color: #EF174B;
}
.BgClassName
{
background-color: #EF174B;
}
</style>
border-color css
<style>
span { border-color: #EF174B; }
span { border-color: rgb(239,23,75); }
td.TdClassName
{
border-color: #EF174B;
}
.TagClassName
{
border-color: #EF174B;
}
</style>