Shades of Amaranth #EC174B
Tints of Amaranth #EC174B
RGB
CMYK
RGB Variations
Color information
#EC174B (or 0xEC174B) is known color: Amaranth. HEX triplet: EC, 17 and 4B. RGB value is (236,23,75). Sum of RGB (Red+Green+Blue) = 236+23+75=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC174B is #13E8B4. Grayscale: #5C5C5C. Windows color (decimal): -1304757 or 4921324. OLE color: 4921324.
HSL color Cylindrical-coordinate representation of color #EC174B: hue angle of 345.35º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC174B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.07 |
| HSL | 345.35º | 0.85% | 0.51% | - |
| HSV(B) | 345.35º | 0.9% | 0.93% | - |
| XYZ | 36.17 | 18.95 | 8.41 | - |
| YUV | 92.62 | 118.07 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 75 | 0 | 0.90 | 0.68 | 0.07 | 345.35 | 0.85 | 0.51 |
| Hex | EC | 17 | 4B | 0 | 5A | 44 | 7 | 159 | 55 | 33 |
| Octal | 354 | 27 | 113 | 0 | 132 | 104 | 7 | 531 | 125 | 63 |
| Binary | 11101100 | 10111 | 1001011 | 0 | 1011010 | 1000100 | 111 | 101011001 | 1010101 | 110011 |
Color Harmonies of #EC174B
Complementary color
Monochromatic Colors of #EC174B
Black with #EC174B
Text Example
Text Example
White with #EC174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC174B; }
p { color: rgb(236,23,75); }
H1.HeaderClassName
{
color: #EC174B;
}
.AnyTagClassName
{
color: #EC174B;
}
</style>
background-color css
<style>
a { background-color: #EC174B; }
a { background-color: rgb(236,23,75); }
div.DivClassName
{
background-color: #EC174B;
}
.BgClassName
{
background-color: #EC174B;
}
</style>
border-color css
<style>
span { border-color: #EC174B; }
span { border-color: rgb(236,23,75); }
td.TdClassName
{
border-color: #EC174B;
}
.TagClassName
{
border-color: #EC174B;
}
</style>