Shades of Amaranth #ED364B
Tints of Amaranth #ED364B
RGB
CMYK
RGB Variations
Color information
#ED364B (or 0xED364B) is known color: Amaranth. HEX triplet: ED, 36 and 4B. RGB value is (237,54,75). Sum of RGB (Red+Green+Blue) = 237+54+75=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED364B is #12C9B4. Grayscale: #6F6F6F. Windows color (decimal): -1231285 or 4929261. OLE color: 4929261.
HSL color Cylindrical-coordinate representation of color #ED364B: hue angle of 353.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED364B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 75 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 353.11º | 0.84% | 0.57% | - |
| HSV(B) | 353.11º | 0.77% | 0.93% | - |
| XYZ | 37.51 | 21.15 | 8.76 | - |
| YUV | 111.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 75 | 0 | 0.77 | 0.68 | 0.07 | 353.11 | 0.84 | 0.57 |
| Hex | ED | 36 | 4B | 0 | 4D | 44 | 7 | 161 | 54 | 39 |
| Octal | 355 | 66 | 113 | 0 | 115 | 104 | 7 | 541 | 124 | 71 |
| Binary | 11101101 | 110110 | 1001011 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010100 | 111001 |
Color Harmonies of #ED364B
Complementary color
Monochromatic Colors of #ED364B
Black with #ED364B
Text Example
Text Example
White with #ED364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED364B; }
p { color: rgb(237,54,75); }
H1.HeaderClassName
{
color: #ED364B;
}
.AnyTagClassName
{
color: #ED364B;
}
</style>
background-color css
<style>
a { background-color: #ED364B; }
a { background-color: rgb(237,54,75); }
div.DivClassName
{
background-color: #ED364B;
}
.BgClassName
{
background-color: #ED364B;
}
</style>
border-color css
<style>
span { border-color: #ED364B; }
span { border-color: rgb(237,54,75); }
td.TdClassName
{
border-color: #ED364B;
}
.TagClassName
{
border-color: #ED364B;
}
</style>