Shades of Mandy #ED525B
Tints of Mandy #ED525B
RGB
CMYK
RGB Variations
Color information
#ED525B (or 0xED525B) is known color: Mandy. HEX triplet: ED, 52 and 5B. RGB value is (237,82,91). Sum of RGB (Red+Green+Blue) = 237+82+91=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED525B is #12ADA4. Grayscale: #818181. Windows color (decimal): -1224101 or 5985005. OLE color: 5985005.
HSL color Cylindrical-coordinate representation of color #ED525B: hue angle of 356.52º 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 #ED525B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 91 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.07 |
| HSL | 356.52º | 0.81% | 0.63% | - |
| HSV(B) | 356.52º | 0.65% | 0.93% | - |
| XYZ | 39.83 | 24.79 | 12.58 | - |
| YUV | 129.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 91 | 0 | 0.65 | 0.62 | 0.07 | 356.52 | 0.81 | 0.63 |
| Hex | ED | 52 | 5B | 0 | 41 | 3E | 7 | 165 | 51 | 3F |
| Octal | 355 | 122 | 133 | 0 | 101 | 76 | 7 | 545 | 121 | 77 |
| Binary | 11101101 | 1010010 | 1011011 | 0 | 1000001 | 111110 | 111 | 101100101 | 1010001 | 111111 |
Color Harmonies of #ED525B
Complementary color
Monochromatic Colors of #ED525B
Black with #ED525B
Text Example
Text Example
White with #ED525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED525B; }
p { color: rgb(237,82,91); }
H1.HeaderClassName
{
color: #ED525B;
}
.AnyTagClassName
{
color: #ED525B;
}
</style>
background-color css
<style>
a { background-color: #ED525B; }
a { background-color: rgb(237,82,91); }
div.DivClassName
{
background-color: #ED525B;
}
.BgClassName
{
background-color: #ED525B;
}
</style>
border-color css
<style>
span { border-color: #ED525B; }
span { border-color: rgb(237,82,91); }
td.TdClassName
{
border-color: #ED525B;
}
.TagClassName
{
border-color: #ED525B;
}
</style>