Shades of Mandy #ED515E
Tints of Mandy #ED515E
RGB
CMYK
RGB Variations
Color information
#ED515E (or 0xED515E) is known color: Mandy. HEX triplet: ED, 51 and 5E. RGB value is (237,81,94). Sum of RGB (Red+Green+Blue) = 237+81+94=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED515E is #12AEA1. Grayscale: #818181. Windows color (decimal): -1224354 or 6181357. OLE color: 6181357.
HSL color Cylindrical-coordinate representation of color #ED515E: hue angle of 355º 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 #ED515E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 94 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.07 |
| HSL | 355º | 0.81% | 0.62% | - |
| HSV(B) | 355º | 0.66% | 0.93% | - |
| XYZ | 39.89 | 24.7 | 13.25 | - |
| YUV | 129.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 94 | 0 | 0.66 | 0.60 | 0.07 | 355 | 0.81 | 0.62 |
| Hex | ED | 51 | 5E | 0 | 42 | 3C | 7 | 163 | 51 | 3E |
| Octal | 355 | 121 | 136 | 0 | 102 | 74 | 7 | 543 | 121 | 76 |
| Binary | 11101101 | 1010001 | 1011110 | 0 | 1000010 | 111100 | 111 | 101100011 | 1010001 | 111110 |
Color Harmonies of #ED515E
Complementary color
Monochromatic Colors of #ED515E
Black with #ED515E
Text Example
Text Example
White with #ED515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED515E; }
p { color: rgb(237,81,94); }
H1.HeaderClassName
{
color: #ED515E;
}
.AnyTagClassName
{
color: #ED515E;
}
</style>
background-color css
<style>
a { background-color: #ED515E; }
a { background-color: rgb(237,81,94); }
div.DivClassName
{
background-color: #ED515E;
}
.BgClassName
{
background-color: #ED515E;
}
</style>
border-color css
<style>
span { border-color: #ED515E; }
span { border-color: rgb(237,81,94); }
td.TdClassName
{
border-color: #ED515E;
}
.TagClassName
{
border-color: #ED515E;
}
</style>