Shades of Amaranth #ED444B
Tints of Amaranth #ED444B
RGB
CMYK
RGB Variations
Color information
#ED444B (or 0xED444B) is known color: Amaranth. HEX triplet: ED, 44 and 4B. RGB value is (237,68,75). Sum of RGB (Red+Green+Blue) = 237+68+75=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED444B is #12BBB4. Grayscale: #777777. Windows color (decimal): -1227701 or 4932845. OLE color: 4932845.
HSL color Cylindrical-coordinate representation of color #ED444B: hue angle of 357.51º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED444B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 75 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 357.51º | 0.82% | 0.6% | - |
| HSV(B) | 357.51º | 0.71% | 0.93% | - |
| XYZ | 38.26 | 22.65 | 9.01 | - |
| YUV | 119.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 75 | 0 | 0.71 | 0.68 | 0.07 | 357.51 | 0.82 | 0.6 |
| Hex | ED | 44 | 4B | 0 | 47 | 44 | 7 | 166 | 52 | 3C |
| Octal | 355 | 104 | 113 | 0 | 107 | 104 | 7 | 546 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1001011 | 0 | 1000111 | 1000100 | 111 | 101100110 | 1010010 | 111100 |
Color Harmonies of #ED444B
Complementary color
Monochromatic Colors of #ED444B
Black with #ED444B
Text Example
Text Example
White with #ED444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED444B; }
p { color: rgb(237,68,75); }
H1.HeaderClassName
{
color: #ED444B;
}
.AnyTagClassName
{
color: #ED444B;
}
</style>
background-color css
<style>
a { background-color: #ED444B; }
a { background-color: rgb(237,68,75); }
div.DivClassName
{
background-color: #ED444B;
}
.BgClassName
{
background-color: #ED444B;
}
</style>
border-color css
<style>
span { border-color: #ED444B; }
span { border-color: rgb(237,68,75); }
td.TdClassName
{
border-color: #ED444B;
}
.TagClassName
{
border-color: #ED444B;
}
</style>