Shades of Amaranth #ED174B
Tints of Amaranth #ED174B
RGB
CMYK
RGB Variations
Color information
#ED174B (or 0xED174B) is known color: Amaranth. HEX triplet: ED, 17 and 4B. RGB value is (237,23,75). Sum of RGB (Red+Green+Blue) = 237+23+75=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED174B is #12E8B4. Grayscale: #5C5C5C. Windows color (decimal): -1239221 or 4921325. OLE color: 4921325.
HSL color Cylindrical-coordinate representation of color #ED174B: hue angle of 345.42º degrees, saturation: 0.86, 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 #ED174B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.07 |
| HSL | 345.42º | 0.86% | 0.51% | - |
| HSV(B) | 345.42º | 0.9% | 0.93% | - |
| XYZ | 36.5 | 19.13 | 8.42 | - |
| YUV | 92.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 75 | 0 | 0.90 | 0.68 | 0.07 | 345.42 | 0.86 | 0.51 |
| Hex | ED | 17 | 4B | 0 | 5A | 44 | 7 | 159 | 56 | 33 |
| Octal | 355 | 27 | 113 | 0 | 132 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101101 | 10111 | 1001011 | 0 | 1011010 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #ED174B
Complementary color
Monochromatic Colors of #ED174B
Black with #ED174B
Text Example
Text Example
White with #ED174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED174B; }
p { color: rgb(237,23,75); }
H1.HeaderClassName
{
color: #ED174B;
}
.AnyTagClassName
{
color: #ED174B;
}
</style>
background-color css
<style>
a { background-color: #ED174B; }
a { background-color: rgb(237,23,75); }
div.DivClassName
{
background-color: #ED174B;
}
.BgClassName
{
background-color: #ED174B;
}
</style>
border-color css
<style>
span { border-color: #ED174B; }
span { border-color: rgb(237,23,75); }
td.TdClassName
{
border-color: #ED174B;
}
.TagClassName
{
border-color: #ED174B;
}
</style>