Raspberry Pink (#E25098)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.60:1 — vs black: 5.83:1

Color values

  • HEX #E25098
  • RGB rgb(226, 80, 152)
  • HSL hsl(330, 71%, 60%)
  • CMYK cmyk( 0, 65, 33, 11 )
  • Websafe #CC6699

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #E25098 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Raspberry Pink
#E25098 Base
#50E29A
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Raspberry Pink
#E25098 Base
#E250E1
#E25150
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Raspberry Pink
#E25098 Base
#98E250
#5098E2
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Raspberry Pink
#E25098 Base
#50E251
#50E1E2
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Raspberry Pink
#E25098 Base
#E1E250
#50E29A
#5150E2
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Raspberry Pink
#E25098 Base
#83164C
#C52172
#DC2D83
#E873AD
#ED92BF
#F8D3E5
Shades & Tints

Darker shades and lighter tints of Raspberry Pink, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#16040D
#460C28
#761444
#A61C60
#D6247C
Raspberry Pink #E25098 Base
#E76FAA
#EC8DBC
#F1ACCE
#F6CBE0
#FBE9F2
CSS & SCSS Snippets

Ready-to-use code snippets for #E25098. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #E25098;
}

/* Text */
.element {
    color: #E25098;
}

/* Border */
.element {
    border: 1px solid #E25098;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #E25098,
        #50E29A
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E25098,
        #50E29A
    );
}
SCSS Variable
// SCSS variable
$raspberry-pink: #E25098;

// With RGB channels (useful for rgba() usage)
$raspberry-pink-r: 226;
$raspberry-pink-g: 80;
$raspberry-pink-b: 152;

// Usage
.element {
    background-color: $raspberry-pink;
    color: rgba($raspberry-pink-r, $raspberry-pink-g, $raspberry-pink-b, 0.8);
}
Color Blindness Simulation

How Raspberry Pink appears to people with different types of color vision deficiency.

Normal Vision #E25098 How the color appears with full color vision.
Deuteranopia #909095 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #6D6D99 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #DE5D5D Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #878787 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Raspberry Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Raspberry Pink #E25098 Base
Pink (Pantone) #D74894 ΔE 3.10
Rose Bonbon #F9429E ΔE 3.57
Fandango Pink #DE5285 ΔE 4.47
Wild Strawberry #FF43A4 ΔE 4.62

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.