Shades of Mandy #ED585C
Tints of Mandy #ED585C
RGB
CMYK
RGB Variations
Color information
#ED585C (or 0xED585C) is known color: Mandy. HEX triplet: ED, 58 and 5C. RGB value is (237,88,92). Sum of RGB (Red+Green+Blue) = 237+88+92=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED585C is #12A7A3. Grayscale: #858585. Windows color (decimal): -1222564 or 6052077. OLE color: 6052077.
HSL color Cylindrical-coordinate representation of color #ED585C: hue angle of 358.39º 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 #ED585C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 358.39º | 0.81% | 0.64% | - |
| HSV(B) | 358.39º | 0.63% | 0.93% | - |
| XYZ | 40.35 | 25.76 | 12.97 | - |
| YUV | 133.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 92 | 0 | 0.63 | 0.61 | 0.07 | 358.39 | 0.81 | 0.64 |
| Hex | ED | 58 | 5C | 0 | 3F | 3D | 7 | 166 | 51 | 40 |
| Octal | 355 | 130 | 134 | 0 | 77 | 75 | 7 | 546 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1011100 | 0 | 111111 | 111101 | 111 | 101100110 | 1010001 | 1000000 |
Color Harmonies of #ED585C
Complementary color
Monochromatic Colors of #ED585C
Black with #ED585C
Text Example
Text Example
White with #ED585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED585C; }
p { color: rgb(237,88,92); }
H1.HeaderClassName
{
color: #ED585C;
}
.AnyTagClassName
{
color: #ED585C;
}
</style>
background-color css
<style>
a { background-color: #ED585C; }
a { background-color: rgb(237,88,92); }
div.DivClassName
{
background-color: #ED585C;
}
.BgClassName
{
background-color: #ED585C;
}
</style>
border-color css
<style>
span { border-color: #ED585C; }
span { border-color: rgb(237,88,92); }
td.TdClassName
{
border-color: #ED585C;
}
.TagClassName
{
border-color: #ED585C;
}
</style>