Shades of Amaranth #ED214C
Tints of Amaranth #ED214C
RGB
CMYK
RGB Variations
Color information
#ED214C (or 0xED214C) is known color: Amaranth. HEX triplet: ED, 21 and 4C. RGB value is (237,33,76). Sum of RGB (Red+Green+Blue) = 237+33+76=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED214C is #12DEB3. Grayscale: #626262. Windows color (decimal): -1236660 or 4989421. OLE color: 4989421.
HSL color Cylindrical-coordinate representation of color #ED214C: hue angle of 347.35º 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 #ED214C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.07 |
| HSL | 347.35º | 0.85% | 0.53% | - |
| HSV(B) | 347.35º | 0.86% | 0.93% | - |
| XYZ | 36.77 | 19.61 | 8.69 | - |
| YUV | 98.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 76 | 0 | 0.86 | 0.68 | 0.07 | 347.35 | 0.85 | 0.53 |
| Hex | ED | 21 | 4C | 0 | 56 | 44 | 7 | 15B | 55 | 35 |
| Octal | 355 | 41 | 114 | 0 | 126 | 104 | 7 | 533 | 125 | 65 |
| Binary | 11101101 | 100001 | 1001100 | 0 | 1010110 | 1000100 | 111 | 101011011 | 1010101 | 110101 |
Color Harmonies of #ED214C
Complementary color
Monochromatic Colors of #ED214C
Black with #ED214C
Text Example
Text Example
White with #ED214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED214C; }
p { color: rgb(237,33,76); }
H1.HeaderClassName
{
color: #ED214C;
}
.AnyTagClassName
{
color: #ED214C;
}
</style>
background-color css
<style>
a { background-color: #ED214C; }
a { background-color: rgb(237,33,76); }
div.DivClassName
{
background-color: #ED214C;
}
.BgClassName
{
background-color: #ED214C;
}
</style>
border-color css
<style>
span { border-color: #ED214C; }
span { border-color: rgb(237,33,76); }
td.TdClassName
{
border-color: #ED214C;
}
.TagClassName
{
border-color: #ED214C;
}
</style>