Shades of Mandy #ED505D
Tints of Mandy #ED505D
RGB
CMYK
RGB Variations
Color information
#ED505D (or 0xED505D) is known color: Mandy. HEX triplet: ED, 50 and 5D. RGB value is (237,80,93). Sum of RGB (Red+Green+Blue) = 237+80+93=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED505D is #12AFA2. Grayscale: #808080. Windows color (decimal): -1224611 or 6115565. OLE color: 6115565.
HSL color Cylindrical-coordinate representation of color #ED505D: hue angle of 355.03º 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 #ED505D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 93 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.03º | 0.81% | 0.62% | - |
| HSV(B) | 355.03º | 0.66% | 0.93% | - |
| XYZ | 39.77 | 24.53 | 13 | - |
| YUV | 128.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 93 | 0 | 0.66 | 0.61 | 0.07 | 355.03 | 0.81 | 0.62 |
| Hex | ED | 50 | 5D | 0 | 42 | 3D | 7 | 163 | 51 | 3E |
| Octal | 355 | 120 | 135 | 0 | 102 | 75 | 7 | 543 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1011101 | 0 | 1000010 | 111101 | 111 | 101100011 | 1010001 | 111110 |
Color Harmonies of #ED505D
Complementary color
Monochromatic Colors of #ED505D
Black with #ED505D
Text Example
Text Example
White with #ED505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED505D; }
p { color: rgb(237,80,93); }
H1.HeaderClassName
{
color: #ED505D;
}
.AnyTagClassName
{
color: #ED505D;
}
</style>
background-color css
<style>
a { background-color: #ED505D; }
a { background-color: rgb(237,80,93); }
div.DivClassName
{
background-color: #ED505D;
}
.BgClassName
{
background-color: #ED505D;
}
</style>
border-color css
<style>
span { border-color: #ED505D; }
span { border-color: rgb(237,80,93); }
td.TdClassName
{
border-color: #ED505D;
}
.TagClassName
{
border-color: #ED505D;
}
</style>