Shades of Amaranth #ED334A
Tints of Amaranth #ED334A
RGB
CMYK
RGB Variations
Color information
#ED334A (or 0xED334A) is known color: Amaranth. HEX triplet: ED, 33 and 4A. RGB value is (237,51,74). Sum of RGB (Red+Green+Blue) = 237+51+74=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED334A is #12CCB5. Grayscale: #6D6D6D. Windows color (decimal): -1232054 or 4862957. OLE color: 4862957.
HSL color Cylindrical-coordinate representation of color #ED334A: hue angle of 352.58º 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 #ED334A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 74 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.07 |
| HSL | 352.58º | 0.84% | 0.56% | - |
| HSV(B) | 352.58º | 0.78% | 0.93% | - |
| XYZ | 37.34 | 20.87 | 8.54 | - |
| YUV | 109.24 | 108.12 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 74 | 0 | 0.78 | 0.69 | 0.07 | 352.58 | 0.84 | 0.56 |
| Hex | ED | 33 | 4A | 0 | 4E | 45 | 7 | 161 | 54 | 38 |
| Octal | 355 | 63 | 112 | 0 | 116 | 105 | 7 | 541 | 124 | 70 |
| Binary | 11101101 | 110011 | 1001010 | 0 | 1001110 | 1000101 | 111 | 101100001 | 1010100 | 111000 |
Color Harmonies of #ED334A
Complementary color
Monochromatic Colors of #ED334A
Black with #ED334A
Text Example
Text Example
White with #ED334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED334A; }
p { color: rgb(237,51,74); }
H1.HeaderClassName
{
color: #ED334A;
}
.AnyTagClassName
{
color: #ED334A;
}
</style>
background-color css
<style>
a { background-color: #ED334A; }
a { background-color: rgb(237,51,74); }
div.DivClassName
{
background-color: #ED334A;
}
.BgClassName
{
background-color: #ED334A;
}
</style>
border-color css
<style>
span { border-color: #ED334A; }
span { border-color: rgb(237,51,74); }
td.TdClassName
{
border-color: #ED334A;
}
.TagClassName
{
border-color: #ED334A;
}
</style>