Shades of Mandy #EC515E
Tints of Mandy #EC515E
RGB
CMYK
RGB Variations
Color information
#EC515E (or 0xEC515E) is known color: Mandy. HEX triplet: EC, 51 and 5E. RGB value is (236,81,94). Sum of RGB (Red+Green+Blue) = 236+81+94=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC515E is #13AEA1. Grayscale: #808080. Windows color (decimal): -1289890 or 6181356. OLE color: 6181356.
HSL color Cylindrical-coordinate representation of color #EC515E: hue angle of 354.97º degrees, saturation: 0.8, 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 #EC515E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 94 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.07 |
| HSL | 354.97º | 0.8% | 0.62% | - |
| HSV(B) | 354.97º | 0.66% | 0.93% | - |
| XYZ | 39.55 | 24.53 | 13.24 | - |
| YUV | 128.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 94 | 0 | 0.66 | 0.60 | 0.07 | 354.97 | 0.8 | 0.62 |
| Hex | EC | 51 | 5E | 0 | 42 | 3C | 7 | 163 | 50 | 3E |
| Octal | 354 | 121 | 136 | 0 | 102 | 74 | 7 | 543 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1011110 | 0 | 1000010 | 111100 | 111 | 101100011 | 1010000 | 111110 |
Color Harmonies of #EC515E
Complementary color
Monochromatic Colors of #EC515E
Black with #EC515E
Text Example
Text Example
White with #EC515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC515E; }
p { color: rgb(236,81,94); }
H1.HeaderClassName
{
color: #EC515E;
}
.AnyTagClassName
{
color: #EC515E;
}
</style>
background-color css
<style>
a { background-color: #EC515E; }
a { background-color: rgb(236,81,94); }
div.DivClassName
{
background-color: #EC515E;
}
.BgClassName
{
background-color: #EC515E;
}
</style>
border-color css
<style>
span { border-color: #EC515E; }
span { border-color: rgb(236,81,94); }
td.TdClassName
{
border-color: #EC515E;
}
.TagClassName
{
border-color: #EC515E;
}
</style>