Shades of Amaranth #ED344B
Tints of Amaranth #ED344B
RGB
CMYK
RGB Variations
Color information
#ED344B (or 0xED344B) is known color: Amaranth. HEX triplet: ED, 34 and 4B. RGB value is (237,52,75). Sum of RGB (Red+Green+Blue) = 237+52+75=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED344B is #12CBB4. Grayscale: #6E6E6E. Windows color (decimal): -1231797 or 4928749. OLE color: 4928749.
HSL color Cylindrical-coordinate representation of color #ED344B: hue angle of 352.54º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED344B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 75 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 352.54º | 0.84% | 0.57% | - |
| HSV(B) | 352.54º | 0.78% | 0.93% | - |
| XYZ | 37.42 | 20.97 | 8.73 | - |
| YUV | 109.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 75 | 0 | 0.78 | 0.68 | 0.07 | 352.54 | 0.84 | 0.57 |
| Hex | ED | 34 | 4B | 0 | 4E | 44 | 7 | 161 | 54 | 39 |
| Octal | 355 | 64 | 113 | 0 | 116 | 104 | 7 | 541 | 124 | 71 |
| Binary | 11101101 | 110100 | 1001011 | 0 | 1001110 | 1000100 | 111 | 101100001 | 1010100 | 111001 |
Color Harmonies of #ED344B
Complementary color
Monochromatic Colors of #ED344B
Black with #ED344B
Text Example
Text Example
White with #ED344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED344B; }
p { color: rgb(237,52,75); }
H1.HeaderClassName
{
color: #ED344B;
}
.AnyTagClassName
{
color: #ED344B;
}
</style>
background-color css
<style>
a { background-color: #ED344B; }
a { background-color: rgb(237,52,75); }
div.DivClassName
{
background-color: #ED344B;
}
.BgClassName
{
background-color: #ED344B;
}
</style>
border-color css
<style>
span { border-color: #ED344B; }
span { border-color: rgb(237,52,75); }
td.TdClassName
{
border-color: #ED344B;
}
.TagClassName
{
border-color: #ED344B;
}
</style>