Shades of Mandy #EF5259
Tints of Mandy #EF5259
RGB
CMYK
RGB Variations
Color information
#EF5259 (or 0xEF5259) is known color: Mandy. HEX triplet: EF, 52 and 59. RGB value is (239,82,89). Sum of RGB (Red+Green+Blue) = 239+82+89=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5259 is #10ADA6. Grayscale: #818181. Windows color (decimal): -1093031 or 5853935. OLE color: 5853935.
HSL color Cylindrical-coordinate representation of color #EF5259: hue angle of 357.32º 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 #EF5259 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 89 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.06 |
| HSL | 357.32º | 0.83% | 0.63% | - |
| HSV(B) | 357.32º | 0.66% | 0.94% | - |
| XYZ | 40.42 | 25.11 | 12.17 | - |
| YUV | 129.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 89 | 0 | 0.66 | 0.63 | 0.06 | 357.32 | 0.83 | 0.63 |
| Hex | EF | 52 | 59 | 0 | 42 | 3F | 6 | 165 | 53 | 3F |
| Octal | 357 | 122 | 131 | 0 | 102 | 77 | 6 | 545 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1011001 | 0 | 1000010 | 111111 | 110 | 101100101 | 1010011 | 111111 |
Color Harmonies of #EF5259
Complementary color
Monochromatic Colors of #EF5259
Black with #EF5259
Text Example
Text Example
White with #EF5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5259; }
p { color: rgb(239,82,89); }
H1.HeaderClassName
{
color: #EF5259;
}
.AnyTagClassName
{
color: #EF5259;
}
</style>
background-color css
<style>
a { background-color: #EF5259; }
a { background-color: rgb(239,82,89); }
div.DivClassName
{
background-color: #EF5259;
}
.BgClassName
{
background-color: #EF5259;
}
</style>
border-color css
<style>
span { border-color: #EF5259; }
span { border-color: rgb(239,82,89); }
td.TdClassName
{
border-color: #EF5259;
}
.TagClassName
{
border-color: #EF5259;
}
</style>