Shades of Mandy #EC4F5B
Tints of Mandy #EC4F5B
RGB
CMYK
RGB Variations
Color information
#EC4F5B (or 0xEC4F5B) is known color: Mandy. HEX triplet: EC, 4F and 5B. RGB value is (236,79,91). Sum of RGB (Red+Green+Blue) = 236+79+91=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F5B is #13B0A4. Grayscale: #7F7F7F. Windows color (decimal): -1290405 or 5984236. OLE color: 5984236.
HSL color Cylindrical-coordinate representation of color #EC4F5B: hue angle of 355.41º 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 #EC4F5B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 91 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.07 |
| HSL | 355.41º | 0.81% | 0.62% | - |
| HSV(B) | 355.41º | 0.67% | 0.93% | - |
| XYZ | 39.28 | 24.18 | 12.49 | - |
| YUV | 127.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 91 | 0 | 0.67 | 0.61 | 0.07 | 355.41 | 0.81 | 0.62 |
| Hex | EC | 4F | 5B | 0 | 43 | 3D | 7 | 163 | 51 | 3E |
| Octal | 354 | 117 | 133 | 0 | 103 | 75 | 7 | 543 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1011011 | 0 | 1000011 | 111101 | 111 | 101100011 | 1010001 | 111110 |
Color Harmonies of #EC4F5B
Complementary color
Monochromatic Colors of #EC4F5B
Black with #EC4F5B
Text Example
Text Example
White with #EC4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F5B; }
p { color: rgb(236,79,91); }
H1.HeaderClassName
{
color: #EC4F5B;
}
.AnyTagClassName
{
color: #EC4F5B;
}
</style>
background-color css
<style>
a { background-color: #EC4F5B; }
a { background-color: rgb(236,79,91); }
div.DivClassName
{
background-color: #EC4F5B;
}
.BgClassName
{
background-color: #EC4F5B;
}
</style>
border-color css
<style>
span { border-color: #EC4F5B; }
span { border-color: rgb(236,79,91); }
td.TdClassName
{
border-color: #EC4F5B;
}
.TagClassName
{
border-color: #EC4F5B;
}
</style>