Shades of Amaranth #ED255B
Tints of Amaranth #ED255B
RGB
CMYK
RGB Variations
Color information
#ED255B (or 0xED255B) is known color: Amaranth. HEX triplet: ED, 25 and 5B. RGB value is (237,37,91). Sum of RGB (Red+Green+Blue) = 237+37+91=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED255B is #12DAA4. Grayscale: #666666. Windows color (decimal): -1235621 or 5973485. OLE color: 5973485.
HSL color Cylindrical-coordinate representation of color #ED255B: hue angle of 343.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED255B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 91 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.07 |
| HSL | 343.8º | 0.85% | 0.54% | - |
| HSV(B) | 343.8º | 0.84% | 0.93% | - |
| XYZ | 37.47 | 20.08 | 11.8 | - |
| YUV | 102.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 91 | 0 | 0.84 | 0.62 | 0.07 | 343.8 | 0.85 | 0.54 |
| Hex | ED | 25 | 5B | 0 | 54 | 3E | 7 | 158 | 55 | 36 |
| Octal | 355 | 45 | 133 | 0 | 124 | 76 | 7 | 530 | 125 | 66 |
| Binary | 11101101 | 100101 | 1011011 | 0 | 1010100 | 111110 | 111 | 101011000 | 1010101 | 110110 |
Color Harmonies of #ED255B
Complementary color
Monochromatic Colors of #ED255B
Black with #ED255B
Text Example
Text Example
White with #ED255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED255B; }
p { color: rgb(237,37,91); }
H1.HeaderClassName
{
color: #ED255B;
}
.AnyTagClassName
{
color: #ED255B;
}
</style>
background-color css
<style>
a { background-color: #ED255B; }
a { background-color: rgb(237,37,91); }
div.DivClassName
{
background-color: #ED255B;
}
.BgClassName
{
background-color: #ED255B;
}
</style>
border-color css
<style>
span { border-color: #ED255B; }
span { border-color: rgb(237,37,91); }
td.TdClassName
{
border-color: #ED255B;
}
.TagClassName
{
border-color: #ED255B;
}
</style>