Shades of Mandy #ED585B
Tints of Mandy #ED585B
RGB
CMYK
RGB Variations
Color information
#ED585B (or 0xED585B) is known color: Mandy. HEX triplet: ED, 58 and 5B. RGB value is (237,88,91). Sum of RGB (Red+Green+Blue) = 237+88+91=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED585B is #12A7A4. Grayscale: #858585. Windows color (decimal): -1222565 or 5986541. OLE color: 5986541.
HSL color Cylindrical-coordinate representation of color #ED585B: hue angle of 358.79º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED585B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 91 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.07 |
| HSL | 358.79º | 0.81% | 0.64% | - |
| HSV(B) | 358.79º | 0.63% | 0.93% | - |
| XYZ | 40.3 | 25.74 | 12.74 | - |
| YUV | 132.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 91 | 0 | 0.63 | 0.62 | 0.07 | 358.79 | 0.81 | 0.64 |
| Hex | ED | 58 | 5B | 0 | 3F | 3E | 7 | 167 | 51 | 40 |
| Octal | 355 | 130 | 133 | 0 | 77 | 76 | 7 | 547 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1011011 | 0 | 111111 | 111110 | 111 | 101100111 | 1010001 | 1000000 |
Color Harmonies of #ED585B
Complementary color
Monochromatic Colors of #ED585B
Black with #ED585B
Text Example
Text Example
White with #ED585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED585B; }
p { color: rgb(237,88,91); }
H1.HeaderClassName
{
color: #ED585B;
}
.AnyTagClassName
{
color: #ED585B;
}
</style>
background-color css
<style>
a { background-color: #ED585B; }
a { background-color: rgb(237,88,91); }
div.DivClassName
{
background-color: #ED585B;
}
.BgClassName
{
background-color: #ED585B;
}
</style>
border-color css
<style>
span { border-color: #ED585B; }
span { border-color: rgb(237,88,91); }
td.TdClassName
{
border-color: #ED585B;
}
.TagClassName
{
border-color: #ED585B;
}
</style>