Shades of Mandy #ED555D
Tints of Mandy #ED555D
RGB
CMYK
RGB Variations
Color information
#ED555D (or 0xED555D) is known color: Mandy. HEX triplet: ED, 55 and 5D. RGB value is (237,85,93). Sum of RGB (Red+Green+Blue) = 237+85+93=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED555D is #12AAA2. Grayscale: #838383. Windows color (decimal): -1223331 or 6116845. OLE color: 6116845.
HSL color Cylindrical-coordinate representation of color #ED555D: hue angle of 356.84º 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 #ED555D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.07 |
| HSL | 356.84º | 0.81% | 0.63% | - |
| HSV(B) | 356.84º | 0.64% | 0.93% | - |
| XYZ | 40.15 | 25.29 | 13.12 | - |
| YUV | 131.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 93 | 0 | 0.64 | 0.61 | 0.07 | 356.84 | 0.81 | 0.63 |
| Hex | ED | 55 | 5D | 0 | 40 | 3D | 7 | 165 | 51 | 3F |
| Octal | 355 | 125 | 135 | 0 | 100 | 75 | 7 | 545 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1011101 | 0 | 1000000 | 111101 | 111 | 101100101 | 1010001 | 111111 |
Color Harmonies of #ED555D
Complementary color
Monochromatic Colors of #ED555D
Black with #ED555D
Text Example
Text Example
White with #ED555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED555D; }
p { color: rgb(237,85,93); }
H1.HeaderClassName
{
color: #ED555D;
}
.AnyTagClassName
{
color: #ED555D;
}
</style>
background-color css
<style>
a { background-color: #ED555D; }
a { background-color: rgb(237,85,93); }
div.DivClassName
{
background-color: #ED555D;
}
.BgClassName
{
background-color: #ED555D;
}
</style>
border-color css
<style>
span { border-color: #ED555D; }
span { border-color: rgb(237,85,93); }
td.TdClassName
{
border-color: #ED555D;
}
.TagClassName
{
border-color: #ED555D;
}
</style>