Shades of Mandy #EC505F
Tints of Mandy #EC505F
RGB
CMYK
RGB Variations
Color information
#EC505F (or 0xEC505F) is known color: Mandy. HEX triplet: EC, 50 and 5F. RGB value is (236,80,95). Sum of RGB (Red+Green+Blue) = 236+80+95=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC505F is #13AFA0. Grayscale: #808080. Windows color (decimal): -1290145 or 6246636. OLE color: 6246636.
HSL color Cylindrical-coordinate representation of color #EC505F: hue angle of 354.23º 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 #EC505F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 95 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.07 |
| HSL | 354.23º | 0.8% | 0.62% | - |
| HSV(B) | 354.23º | 0.66% | 0.93% | - |
| XYZ | 39.53 | 24.4 | 13.45 | - |
| YUV | 128.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 95 | 0 | 0.66 | 0.60 | 0.07 | 354.23 | 0.8 | 0.62 |
| Hex | EC | 50 | 5F | 0 | 42 | 3C | 7 | 162 | 50 | 3E |
| Octal | 354 | 120 | 137 | 0 | 102 | 74 | 7 | 542 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1011111 | 0 | 1000010 | 111100 | 111 | 101100010 | 1010000 | 111110 |
Color Harmonies of #EC505F
Complementary color
Monochromatic Colors of #EC505F
Black with #EC505F
Text Example
Text Example
White with #EC505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC505F; }
p { color: rgb(236,80,95); }
H1.HeaderClassName
{
color: #EC505F;
}
.AnyTagClassName
{
color: #EC505F;
}
</style>
background-color css
<style>
a { background-color: #EC505F; }
a { background-color: rgb(236,80,95); }
div.DivClassName
{
background-color: #EC505F;
}
.BgClassName
{
background-color: #EC505F;
}
</style>
border-color css
<style>
span { border-color: #EC505F; }
span { border-color: rgb(236,80,95); }
td.TdClassName
{
border-color: #EC505F;
}
.TagClassName
{
border-color: #EC505F;
}
</style>