Shades of Mandy #EF5359
Tints of Mandy #EF5359
RGB
CMYK
RGB Variations
Color information
#EF5359 (or 0xEF5359) is known color: Mandy. HEX triplet: EF, 53 and 59. RGB value is (239,83,89). Sum of RGB (Red+Green+Blue) = 239+83+89=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5359 is #10ACA6. Grayscale: #828282. Windows color (decimal): -1092775 or 5854191. OLE color: 5854191.
HSL color Cylindrical-coordinate representation of color #EF5359: hue angle of 357.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5359 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 89 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.06 |
| HSL | 357.69º | 0.83% | 0.63% | - |
| HSV(B) | 357.69º | 0.65% | 0.94% | - |
| XYZ | 40.49 | 25.26 | 12.19 | - |
| YUV | 130.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 89 | 0 | 0.65 | 0.63 | 0.06 | 357.69 | 0.83 | 0.63 |
| Hex | EF | 53 | 59 | 0 | 41 | 3F | 6 | 166 | 53 | 3F |
| Octal | 357 | 123 | 131 | 0 | 101 | 77 | 6 | 546 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1011001 | 0 | 1000001 | 111111 | 110 | 101100110 | 1010011 | 111111 |
Color Harmonies of #EF5359
Complementary color
Monochromatic Colors of #EF5359
Black with #EF5359
Text Example
Text Example
White with #EF5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5359; }
p { color: rgb(239,83,89); }
H1.HeaderClassName
{
color: #EF5359;
}
.AnyTagClassName
{
color: #EF5359;
}
</style>
background-color css
<style>
a { background-color: #EF5359; }
a { background-color: rgb(239,83,89); }
div.DivClassName
{
background-color: #EF5359;
}
.BgClassName
{
background-color: #EF5359;
}
</style>
border-color css
<style>
span { border-color: #EF5359; }
span { border-color: rgb(239,83,89); }
td.TdClassName
{
border-color: #EF5359;
}
.TagClassName
{
border-color: #EF5359;
}
</style>