Raspberry color: code #E30B5C
Raspberry
#E30B5C
Color codes
- HEX
#E30B5C - RGB
rgb(227, 11, 92) - HSL
hsl(338, 91%, 47%) - HSV
hsv(338, 95%, 89%) - CMYK
cmyk(0%, 95%, 59%, 11%) - LAB
lab(48.7% 75.2 16.5) - OKLCH
oklch(58.8% 0.232 10.2)
About the color Raspberry
Raspberry has the HEX code #E30B5C, which corresponds to rgb(227, 11, 92) in the RGB model. On the color wheel its hue sits at 338°, with 91% saturation and 47% lightness (hsl(338, 91%, 47%)).
Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.
As a background it calls for light text: white reaches a 4.69:1 contrast ratio on it, versus 4.46:1 for black.
For print, the approximate conversion is cmyk(0%, 95%, 59%, 11%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Raspberry
Complementary
#E30B5C · #0BE595
Analogous
#E50BC8 · #E30B5C · #E5280B
Triadic
#E30B5C · #5BE50B · #0B5BE5
Tetradic
#E30B5C · #C8E50B · #0BE595 · #280BE5
Split-complementary
#E30B5C · #0BE528 · #0BC8E5
Monochromatic
#6B052A · #B40847 · #E30B5C · #F64687 · #FA8FB6
Raspberry with white and black text
How to use it in CSS
:root {
--color-raspberry: #E30B5C;
--color-raspberry-rgb: 227, 11, 92;
}
.elemento {
background-color: var(--color-raspberry);
color: #FFFFFF;
}