Shades of Amaranth #ED2143
Tints of Amaranth #ED2143
RGB
CMYK
RGB Variations
Color information
#ED2143 (or 0xED2143) is known color: Amaranth. HEX triplet: ED, 21 and 43. RGB value is (237,33,67). Sum of RGB (Red+Green+Blue) = 237+33+67=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2143 is #12DEBC. Grayscale: #616161. Windows color (decimal): -1236669 or 4399597. OLE color: 4399597.
HSL color Cylindrical-coordinate representation of color #ED2143: hue angle of 350º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2143 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 67 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350º | 0.85% | 0.53% | - |
| HSV(B) | 350º | 0.86% | 0.93% | - |
| XYZ | 36.48 | 19.5 | 7.15 | - |
| YUV | 97.87 | 110.59 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 67 | 0 | 0.86 | 0.72 | 0.07 | 350 | 0.85 | 0.53 |
| Hex | ED | 21 | 43 | 0 | 56 | 48 | 7 | 15E | 55 | 35 |
| Octal | 355 | 41 | 103 | 0 | 126 | 110 | 7 | 536 | 125 | 65 |
| Binary | 11101101 | 100001 | 1000011 | 0 | 1010110 | 1001000 | 111 | 101011110 | 1010101 | 110101 |
Color Harmonies of #ED2143
Complementary color
Monochromatic Colors of #ED2143
Black with #ED2143
Text Example
Text Example
White with #ED2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2143; }
p { color: rgb(237,33,67); }
H1.HeaderClassName
{
color: #ED2143;
}
.AnyTagClassName
{
color: #ED2143;
}
</style>
background-color css
<style>
a { background-color: #ED2143; }
a { background-color: rgb(237,33,67); }
div.DivClassName
{
background-color: #ED2143;
}
.BgClassName
{
background-color: #ED2143;
}
</style>
border-color css
<style>
span { border-color: #ED2143; }
span { border-color: rgb(237,33,67); }
td.TdClassName
{
border-color: #ED2143;
}
.TagClassName
{
border-color: #ED2143;
}
</style>