Shades of Mandy #ED515C
Tints of Mandy #ED515C
RGB
CMYK
RGB Variations
Color information
#ED515C (or 0xED515C) is known color: Mandy. HEX triplet: ED, 51 and 5C. RGB value is (237,81,92). Sum of RGB (Red+Green+Blue) = 237+81+92=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED515C is #12AEA3. Grayscale: #818181. Windows color (decimal): -1224356 or 6050285. OLE color: 6050285.
HSL color Cylindrical-coordinate representation of color #ED515C: hue angle of 355.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED515C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 92 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.77º | 0.81% | 0.62% | - |
| HSV(B) | 355.77º | 0.66% | 0.93% | - |
| XYZ | 39.8 | 24.66 | 12.79 | - |
| YUV | 128.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 92 | 0 | 0.66 | 0.61 | 0.07 | 355.77 | 0.81 | 0.62 |
| Hex | ED | 51 | 5C | 0 | 42 | 3D | 7 | 164 | 51 | 3E |
| Octal | 355 | 121 | 134 | 0 | 102 | 75 | 7 | 544 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1011100 | 0 | 1000010 | 111101 | 111 | 101100100 | 1010001 | 111110 |
Color Harmonies of #ED515C
Complementary color
Monochromatic Colors of #ED515C
Black with #ED515C
Text Example
Text Example
White with #ED515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED515C; }
p { color: rgb(237,81,92); }
H1.HeaderClassName
{
color: #ED515C;
}
.AnyTagClassName
{
color: #ED515C;
}
</style>
background-color css
<style>
a { background-color: #ED515C; }
a { background-color: rgb(237,81,92); }
div.DivClassName
{
background-color: #ED515C;
}
.BgClassName
{
background-color: #ED515C;
}
</style>
border-color css
<style>
span { border-color: #ED515C; }
span { border-color: rgb(237,81,92); }
td.TdClassName
{
border-color: #ED515C;
}
.TagClassName
{
border-color: #ED515C;
}
</style>