Shades of Mandy #EF5559
Tints of Mandy #EF5559
RGB
CMYK
RGB Variations
Color information
#EF5559 (or 0xEF5559) is known color: Mandy. HEX triplet: EF, 55 and 59. RGB value is (239,85,89). Sum of RGB (Red+Green+Blue) = 239+85+89=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5559 is #10AAA6. Grayscale: #838383. Windows color (decimal): -1092263 or 5854703. OLE color: 5854703.
HSL color Cylindrical-coordinate representation of color #EF5559: hue angle of 358.44º 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 #EF5559 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 89 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.06 |
| HSL | 358.44º | 0.83% | 0.64% | - |
| HSV(B) | 358.44º | 0.64% | 0.94% | - |
| XYZ | 40.65 | 25.57 | 12.24 | - |
| YUV | 131.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 89 | 0 | 0.64 | 0.63 | 0.06 | 358.44 | 0.83 | 0.64 |
| Hex | EF | 55 | 59 | 0 | 40 | 3F | 6 | 166 | 53 | 40 |
| Octal | 357 | 125 | 131 | 0 | 100 | 77 | 6 | 546 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1011001 | 0 | 1000000 | 111111 | 110 | 101100110 | 1010011 | 1000000 |
Color Harmonies of #EF5559
Complementary color
Monochromatic Colors of #EF5559
Black with #EF5559
Text Example
Text Example
White with #EF5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5559; }
p { color: rgb(239,85,89); }
H1.HeaderClassName
{
color: #EF5559;
}
.AnyTagClassName
{
color: #EF5559;
}
</style>
background-color css
<style>
a { background-color: #EF5559; }
a { background-color: rgb(239,85,89); }
div.DivClassName
{
background-color: #EF5559;
}
.BgClassName
{
background-color: #EF5559;
}
</style>
border-color css
<style>
span { border-color: #EF5559; }
span { border-color: rgb(239,85,89); }
td.TdClassName
{
border-color: #EF5559;
}
.TagClassName
{
border-color: #EF5559;
}
</style>