Shades of Mandy #ED535D
Tints of Mandy #ED535D
RGB
CMYK
RGB Variations
Color information
#ED535D (or 0xED535D) is known color: Mandy. HEX triplet: ED, 53 and 5D. RGB value is (237,83,93). Sum of RGB (Red+Green+Blue) = 237+83+93=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED535D is #12ACA2. Grayscale: #828282. Windows color (decimal): -1223843 or 6116333. OLE color: 6116333.
HSL color Cylindrical-coordinate representation of color #ED535D: hue angle of 356.1º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED535D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 93 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.07 |
| HSL | 356.1º | 0.81% | 0.63% | - |
| HSV(B) | 356.1º | 0.65% | 0.93% | - |
| XYZ | 39.99 | 24.98 | 13.07 | - |
| YUV | 130.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 93 | 0 | 0.65 | 0.61 | 0.07 | 356.1 | 0.81 | 0.63 |
| Hex | ED | 53 | 5D | 0 | 41 | 3D | 7 | 164 | 51 | 3F |
| Octal | 355 | 123 | 135 | 0 | 101 | 75 | 7 | 544 | 121 | 77 |
| Binary | 11101101 | 1010011 | 1011101 | 0 | 1000001 | 111101 | 111 | 101100100 | 1010001 | 111111 |
Color Harmonies of #ED535D
Complementary color
Monochromatic Colors of #ED535D
Black with #ED535D
Text Example
Text Example
White with #ED535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED535D; }
p { color: rgb(237,83,93); }
H1.HeaderClassName
{
color: #ED535D;
}
.AnyTagClassName
{
color: #ED535D;
}
</style>
background-color css
<style>
a { background-color: #ED535D; }
a { background-color: rgb(237,83,93); }
div.DivClassName
{
background-color: #ED535D;
}
.BgClassName
{
background-color: #ED535D;
}
</style>
border-color css
<style>
span { border-color: #ED535D; }
span { border-color: rgb(237,83,93); }
td.TdClassName
{
border-color: #ED535D;
}
.TagClassName
{
border-color: #ED535D;
}
</style>