Barberry
#ee1133
Here's everything about the color Barberry (#ee1133) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ee1133 | |
|---|---|---|
| RGB | rgb(238, 17, 51) | |
| HSL | hsl(351, 87%, 50%) | |
| CMYK | cmyk(0%, 93%, 79%, 7%) | |
| LAB | lab(51, 76, 46) | |
| OKLCH | oklch(0.6 0.238 23) |
Color harmonies
Tints & shades
Code snippets
color: #ee1133;
background-color: #ee1133;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEE1133)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.07, blue: 0.20, alpha: 1.0)