Shades of Mandy #ED565D
Tints of Mandy #ED565D
RGB
CMYK
RGB Variations
Color information
#ED565D (or 0xED565D) is known color: Mandy. HEX triplet: ED, 56 and 5D. RGB value is (237,86,93). Sum of RGB (Red+Green+Blue) = 237+86+93=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED565D is #12A9A2. Grayscale: #848484. Windows color (decimal): -1223075 or 6117101. OLE color: 6117101.
HSL color Cylindrical-coordinate representation of color #ED565D: hue angle of 357.22º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED565D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.07 |
| HSL | 357.22º | 0.81% | 0.63% | - |
| HSV(B) | 357.22º | 0.64% | 0.93% | - |
| XYZ | 40.23 | 25.45 | 13.15 | - |
| YUV | 131.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 93 | 0 | 0.64 | 0.61 | 0.07 | 357.22 | 0.81 | 0.63 |
| Hex | ED | 56 | 5D | 0 | 40 | 3D | 7 | 165 | 51 | 3F |
| Octal | 355 | 126 | 135 | 0 | 100 | 75 | 7 | 545 | 121 | 77 |
| Binary | 11101101 | 1010110 | 1011101 | 0 | 1000000 | 111101 | 111 | 101100101 | 1010001 | 111111 |
Color Harmonies of #ED565D
Complementary color
Monochromatic Colors of #ED565D
Black with #ED565D
Text Example
Text Example
White with #ED565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED565D; }
p { color: rgb(237,86,93); }
H1.HeaderClassName
{
color: #ED565D;
}
.AnyTagClassName
{
color: #ED565D;
}
</style>
background-color css
<style>
a { background-color: #ED565D; }
a { background-color: rgb(237,86,93); }
div.DivClassName
{
background-color: #ED565D;
}
.BgClassName
{
background-color: #ED565D;
}
</style>
border-color css
<style>
span { border-color: #ED565D; }
span { border-color: rgb(237,86,93); }
td.TdClassName
{
border-color: #ED565D;
}
.TagClassName
{
border-color: #ED565D;
}
</style>