Shades of Mandy #EC4F5F
Tints of Mandy #EC4F5F
RGB
CMYK
RGB Variations
Color information
#EC4F5F (or 0xEC4F5F) is known color: Mandy. HEX triplet: EC, 4F and 5F. RGB value is (236,79,95). Sum of RGB (Red+Green+Blue) = 236+79+95=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F5F is #13B0A0. Grayscale: #7F7F7F. Windows color (decimal): -1290401 or 6246380. OLE color: 6246380.
HSL color Cylindrical-coordinate representation of color #EC4F5F: hue angle of 353.89º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F5F is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 95 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.07 |
| HSL | 353.89º | 0.81% | 0.62% | - |
| HSV(B) | 353.89º | 0.67% | 0.93% | - |
| XYZ | 39.45 | 24.25 | 13.43 | - |
| YUV | 127.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 95 | 0 | 0.67 | 0.60 | 0.07 | 353.89 | 0.81 | 0.62 |
| Hex | EC | 4F | 5F | 0 | 43 | 3C | 7 | 162 | 51 | 3E |
| Octal | 354 | 117 | 137 | 0 | 103 | 74 | 7 | 542 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1011111 | 0 | 1000011 | 111100 | 111 | 101100010 | 1010001 | 111110 |
Color Harmonies of #EC4F5F
Complementary color
Monochromatic Colors of #EC4F5F
Black with #EC4F5F
Text Example
Text Example
White with #EC4F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F5F; }
p { color: rgb(236,79,95); }
H1.HeaderClassName
{
color: #EC4F5F;
}
.AnyTagClassName
{
color: #EC4F5F;
}
</style>
background-color css
<style>
a { background-color: #EC4F5F; }
a { background-color: rgb(236,79,95); }
div.DivClassName
{
background-color: #EC4F5F;
}
.BgClassName
{
background-color: #EC4F5F;
}
</style>
border-color css
<style>
span { border-color: #EC4F5F; }
span { border-color: rgb(236,79,95); }
td.TdClassName
{
border-color: #EC4F5F;
}
.TagClassName
{
border-color: #EC4F5F;
}
</style>