Shades of Mandy #EF5257
Tints of Mandy #EF5257
RGB
CMYK
RGB Variations
Color information
#EF5257 (or 0xEF5257) is known color: Mandy. HEX triplet: EF, 52 and 57. RGB value is (239,82,87). Sum of RGB (Red+Green+Blue) = 239+82+87=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5257 is #10ADA8. Grayscale: #818181. Windows color (decimal): -1093033 or 5722863. OLE color: 5722863.
HSL color Cylindrical-coordinate representation of color #EF5257: hue angle of 358.09º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5257 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 87 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.06 |
| HSL | 358.09º | 0.83% | 0.63% | - |
| HSV(B) | 358.09º | 0.66% | 0.94% | - |
| XYZ | 40.33 | 25.07 | 11.73 | - |
| YUV | 129.51 | 104.01 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 87 | 0 | 0.66 | 0.64 | 0.06 | 358.09 | 0.83 | 0.63 |
| Hex | EF | 52 | 57 | 0 | 42 | 40 | 6 | 166 | 53 | 3F |
| Octal | 357 | 122 | 127 | 0 | 102 | 100 | 6 | 546 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1010111 | 0 | 1000010 | 1000000 | 110 | 101100110 | 1010011 | 111111 |
Color Harmonies of #EF5257
Complementary color
Monochromatic Colors of #EF5257
Black with #EF5257
Text Example
Text Example
White with #EF5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5257; }
p { color: rgb(239,82,87); }
H1.HeaderClassName
{
color: #EF5257;
}
.AnyTagClassName
{
color: #EF5257;
}
</style>
background-color css
<style>
a { background-color: #EF5257; }
a { background-color: rgb(239,82,87); }
div.DivClassName
{
background-color: #EF5257;
}
.BgClassName
{
background-color: #EF5257;
}
</style>
border-color css
<style>
span { border-color: #EF5257; }
span { border-color: rgb(239,82,87); }
td.TdClassName
{
border-color: #EF5257;
}
.TagClassName
{
border-color: #EF5257;
}
</style>