Shades of Amaranth #ED265D
Tints of Amaranth #ED265D
RGB
CMYK
RGB Variations
Color information
#ED265D (or 0xED265D) is known color: Amaranth. HEX triplet: ED, 26 and 5D. RGB value is (237,38,93). Sum of RGB (Red+Green+Blue) = 237+38+93=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED265D is #12D9A2. Grayscale: #676767. Windows color (decimal): -1235363 or 6104813. OLE color: 6104813.
HSL color Cylindrical-coordinate representation of color #ED265D: hue angle of 343.42º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED265D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 93 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.42º | 0.85% | 0.54% | - |
| HSV(B) | 343.42º | 0.84% | 0.93% | - |
| XYZ | 37.59 | 20.18 | 12.27 | - |
| YUV | 103.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 93 | 0 | 0.84 | 0.61 | 0.07 | 343.42 | 0.85 | 0.54 |
| Hex | ED | 26 | 5D | 0 | 54 | 3D | 7 | 157 | 55 | 36 |
| Octal | 355 | 46 | 135 | 0 | 124 | 75 | 7 | 527 | 125 | 66 |
| Binary | 11101101 | 100110 | 1011101 | 0 | 1010100 | 111101 | 111 | 101010111 | 1010101 | 110110 |
Color Harmonies of #ED265D
Complementary color
Monochromatic Colors of #ED265D
Black with #ED265D
Text Example
Text Example
White with #ED265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED265D; }
p { color: rgb(237,38,93); }
H1.HeaderClassName
{
color: #ED265D;
}
.AnyTagClassName
{
color: #ED265D;
}
</style>
background-color css
<style>
a { background-color: #ED265D; }
a { background-color: rgb(237,38,93); }
div.DivClassName
{
background-color: #ED265D;
}
.BgClassName
{
background-color: #ED265D;
}
</style>
border-color css
<style>
span { border-color: #ED265D; }
span { border-color: rgb(237,38,93); }
td.TdClassName
{
border-color: #ED265D;
}
.TagClassName
{
border-color: #ED265D;
}
</style>