Image-to-text ratio: the rule that breaks newsletter design
Why image-heavy emails get filtered, the 60/40 rule that mostly works, and how to design beautiful HTML email without triggering content scanners.
Send an email that is 95% image and 5% text and most spam filters will quietly downgrade it. Not because images are bad, but because spammers historically used image-only emails to hide payloads from text-based content scanners. The defensive heuristic stuck.
Why the rule exists
Spam filters historically had no OCR. An image-only email was opaque to them, and spammers exploited that to hide pitches for products that text scanners would flag. Filters responded with a simple rule: more pixels than letters means suspicious. OCR has improved, but the heuristic remains because it correlates well with low-effort spam.
The practical 60/40 guideline
| Image % | Text % | Filter risk |
|---|---|---|
| ≤40% | ≥60% | Low — preferred |
| 50% | 50% | Low — fine for most |
| 60% | 40% | Acceptable ceiling |
| 80% | 20% | Elevated — Outlook flags |
| 95%+ | ≤5% | High — likely junked |
Designing without breaking the rule
- Replace text-in-images with HTML headings styled via inline CSS.
- Add a plain-text preheader of 50-100 characters above your hero.
- Include a short footer paragraph describing why the recipient is getting this mail.
- Use bulleted lists of features rather than a single feature graphic.
- Always include a plain-text part in the multipart message — it counts.
What about gif-heavy or video-thumbnail emails?
Same rule applies. Animated GIFs and video poster frames register as image weight. If your campaign relies on motion, surround it with a paragraph of context above and a clear text CTA below.
Frequently asked questions
Keep reading