Shades of Amaranth #ED334E
Tints of Amaranth #ED334E
RGB
CMYK
RGB Variations
Color information
#ED334E (or 0xED334E) is known color: Amaranth. HEX triplet: ED, 33 and 4E. RGB value is (237,51,78). Sum of RGB (Red+Green+Blue) = 237+51+78=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED334E is #12CCB1. Grayscale: #6D6D6D. Windows color (decimal): -1232050 or 5125101. OLE color: 5125101.
HSL color Cylindrical-coordinate representation of color #ED334E: hue angle of 351.29º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED334E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 78 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.07 |
| HSL | 351.29º | 0.84% | 0.56% | - |
| HSV(B) | 351.29º | 0.78% | 0.93% | - |
| XYZ | 37.48 | 20.92 | 9.27 | - |
| YUV | 109.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 78 | 0 | 0.78 | 0.67 | 0.07 | 351.29 | 0.84 | 0.56 |
| Hex | ED | 33 | 4E | 0 | 4E | 43 | 7 | 15F | 54 | 38 |
| Octal | 355 | 63 | 116 | 0 | 116 | 103 | 7 | 537 | 124 | 70 |
| Binary | 11101101 | 110011 | 1001110 | 0 | 1001110 | 1000011 | 111 | 101011111 | 1010100 | 111000 |
Color Harmonies of #ED334E
Complementary color
Monochromatic Colors of #ED334E
Black with #ED334E
Text Example
Text Example
White with #ED334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED334E; }
p { color: rgb(237,51,78); }
H1.HeaderClassName
{
color: #ED334E;
}
.AnyTagClassName
{
color: #ED334E;
}
</style>
background-color css
<style>
a { background-color: #ED334E; }
a { background-color: rgb(237,51,78); }
div.DivClassName
{
background-color: #ED334E;
}
.BgClassName
{
background-color: #ED334E;
}
</style>
border-color css
<style>
span { border-color: #ED334E; }
span { border-color: rgb(237,51,78); }
td.TdClassName
{
border-color: #ED334E;
}
.TagClassName
{
border-color: #ED334E;
}
</style>