Shades of Amaranth #ED375B
Tints of Amaranth #ED375B
RGB
CMYK
RGB Variations
Color information
#ED375B (or 0xED375B) is known color: Amaranth. HEX triplet: ED, 37 and 5B. RGB value is (237,55,91). Sum of RGB (Red+Green+Blue) = 237+55+91=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED375B is #12C8A4. Grayscale: #717171. Windows color (decimal): -1231013 or 5978093. OLE color: 5978093.
HSL color Cylindrical-coordinate representation of color #ED375B: hue angle of 348.13º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED375B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 91 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.07 |
| HSL | 348.13º | 0.83% | 0.57% | - |
| HSV(B) | 348.13º | 0.77% | 0.93% | - |
| XYZ | 38.18 | 21.49 | 12.03 | - |
| YUV | 113.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 91 | 0 | 0.77 | 0.62 | 0.07 | 348.13 | 0.83 | 0.57 |
| Hex | ED | 37 | 5B | 0 | 4D | 3E | 7 | 15C | 53 | 39 |
| Octal | 355 | 67 | 133 | 0 | 115 | 76 | 7 | 534 | 123 | 71 |
| Binary | 11101101 | 110111 | 1011011 | 0 | 1001101 | 111110 | 111 | 101011100 | 1010011 | 111001 |
Color Harmonies of #ED375B
Complementary color
Monochromatic Colors of #ED375B
Black with #ED375B
Text Example
Text Example
White with #ED375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED375B; }
p { color: rgb(237,55,91); }
H1.HeaderClassName
{
color: #ED375B;
}
.AnyTagClassName
{
color: #ED375B;
}
</style>
background-color css
<style>
a { background-color: #ED375B; }
a { background-color: rgb(237,55,91); }
div.DivClassName
{
background-color: #ED375B;
}
.BgClassName
{
background-color: #ED375B;
}
</style>
border-color css
<style>
span { border-color: #ED375B; }
span { border-color: rgb(237,55,91); }
td.TdClassName
{
border-color: #ED375B;
}
.TagClassName
{
border-color: #ED375B;
}
</style>