Shades of Mandy #EF5657
Tints of Mandy #EF5657
RGB
CMYK
RGB Variations
Color information
#EF5657 (or 0xEF5657) is known color: Mandy. HEX triplet: EF, 56 and 57. RGB value is (239,86,87). Sum of RGB (Red+Green+Blue) = 239+86+87=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5657 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5657 is #10A9A8. Grayscale: #848484. Windows color (decimal): -1092009 or 5723887. OLE color: 5723887.
HSL color Cylindrical-coordinate representation of color #EF5657: hue angle of 359.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5657 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 87 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.06 |
| HSL | 359.61º | 0.83% | 0.64% | - |
| HSV(B) | 359.61º | 0.64% | 0.94% | - |
| XYZ | 40.64 | 25.69 | 11.83 | - |
| YUV | 131.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 87 | 0 | 0.64 | 0.64 | 0.06 | 359.61 | 0.83 | 0.64 |
| Hex | EF | 56 | 57 | 0 | 40 | 40 | 6 | 168 | 53 | 40 |
| Octal | 357 | 126 | 127 | 0 | 100 | 100 | 6 | 550 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1010111 | 0 | 1000000 | 1000000 | 110 | 101101000 | 1010011 | 1000000 |
Color Harmonies of #EF5657
Complementary color
Monochromatic Colors of #EF5657
Black with #EF5657
Text Example
Text Example
White with #EF5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5657; }
p { color: rgb(239,86,87); }
H1.HeaderClassName
{
color: #EF5657;
}
.AnyTagClassName
{
color: #EF5657;
}
</style>
background-color css
<style>
a { background-color: #EF5657; }
a { background-color: rgb(239,86,87); }
div.DivClassName
{
background-color: #EF5657;
}
.BgClassName
{
background-color: #EF5657;
}
</style>
border-color css
<style>
span { border-color: #EF5657; }
span { border-color: rgb(239,86,87); }
td.TdClassName
{
border-color: #EF5657;
}
.TagClassName
{
border-color: #EF5657;
}
</style>