Shades of Mandy #ED535B
Tints of Mandy #ED535B
RGB
CMYK
RGB Variations
Color information
#ED535B (or 0xED535B) is known color: Mandy. HEX triplet: ED, 53 and 5B. RGB value is (237,83,91). Sum of RGB (Red+Green+Blue) = 237+83+91=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED535B is #12ACA4. Grayscale: #828282. Windows color (decimal): -1223845 or 5985261. OLE color: 5985261.
HSL color Cylindrical-coordinate representation of color #ED535B: hue angle of 356.88º 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 #ED535B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 91 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.07 |
| HSL | 356.88º | 0.81% | 0.63% | - |
| HSV(B) | 356.88º | 0.65% | 0.93% | - |
| XYZ | 39.91 | 24.95 | 12.61 | - |
| YUV | 129.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 91 | 0 | 0.65 | 0.62 | 0.07 | 356.88 | 0.81 | 0.63 |
| Hex | ED | 53 | 5B | 0 | 41 | 3E | 7 | 165 | 51 | 3F |
| Octal | 355 | 123 | 133 | 0 | 101 | 76 | 7 | 545 | 121 | 77 |
| Binary | 11101101 | 1010011 | 1011011 | 0 | 1000001 | 111110 | 111 | 101100101 | 1010001 | 111111 |
Color Harmonies of #ED535B
Complementary color
Monochromatic Colors of #ED535B
Black with #ED535B
Text Example
Text Example
White with #ED535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED535B; }
p { color: rgb(237,83,91); }
H1.HeaderClassName
{
color: #ED535B;
}
.AnyTagClassName
{
color: #ED535B;
}
</style>
background-color css
<style>
a { background-color: #ED535B; }
a { background-color: rgb(237,83,91); }
div.DivClassName
{
background-color: #ED535B;
}
.BgClassName
{
background-color: #ED535B;
}
</style>
border-color css
<style>
span { border-color: #ED535B; }
span { border-color: rgb(237,83,91); }
td.TdClassName
{
border-color: #ED535B;
}
.TagClassName
{
border-color: #ED535B;
}
</style>