Shades of Amaranth #ED335B
Tints of Amaranth #ED335B
RGB
CMYK
RGB Variations
Color information
#ED335B (or 0xED335B) is known color: Amaranth. HEX triplet: ED, 33 and 5B. RGB value is (237,51,91). Sum of RGB (Red+Green+Blue) = 237+51+91=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED335B is #12CCA4. Grayscale: #6F6F6F. Windows color (decimal): -1232037 or 5977069. OLE color: 5977069.
HSL color Cylindrical-coordinate representation of color #ED335B: hue angle of 347.1º 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 #ED335B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 91 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.07 |
| HSL | 347.1º | 0.84% | 0.56% | - |
| HSV(B) | 347.1º | 0.78% | 0.93% | - |
| XYZ | 38 | 21.13 | 11.97 | - |
| YUV | 111.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 91 | 0 | 0.78 | 0.62 | 0.07 | 347.1 | 0.84 | 0.56 |
| Hex | ED | 33 | 5B | 0 | 4E | 3E | 7 | 15B | 54 | 38 |
| Octal | 355 | 63 | 133 | 0 | 116 | 76 | 7 | 533 | 124 | 70 |
| Binary | 11101101 | 110011 | 1011011 | 0 | 1001110 | 111110 | 111 | 101011011 | 1010100 | 111000 |
Color Harmonies of #ED335B
Complementary color
Monochromatic Colors of #ED335B
Black with #ED335B
Text Example
Text Example
White with #ED335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED335B; }
p { color: rgb(237,51,91); }
H1.HeaderClassName
{
color: #ED335B;
}
.AnyTagClassName
{
color: #ED335B;
}
</style>
background-color css
<style>
a { background-color: #ED335B; }
a { background-color: rgb(237,51,91); }
div.DivClassName
{
background-color: #ED335B;
}
.BgClassName
{
background-color: #ED335B;
}
</style>
border-color css
<style>
span { border-color: #ED335B; }
span { border-color: rgb(237,51,91); }
td.TdClassName
{
border-color: #ED335B;
}
.TagClassName
{
border-color: #ED335B;
}
</style>