Color #EA969F Color / Colour Code #EA969F

    This page shows the hex color code for color #ea969f (#EA969F). The colour is a red tone with 67% saturation and 75% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #EA969F

    Color Conversions

    HEX
    #EA969F
    RGB
    rgb(234, 150, 159)
    HSL
    hsl(354, 67%, 75%)
    HSV
    hsv(354, 36%, 92%)
    CMYK
    cmyk(0%, 36%, 32%, 8%)

    Accessibility Contrast

    WCAG contrast ratios for #EA969F against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    2.24:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    9.36:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.93:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #EA969F paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 324, 354, and 24 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 354, 114, and 234 degrees.

    Color Palettes Using #EA969F

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 354 and saturation at 67%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #400D12 #801923 #D52A3B #E67F89 #F2BFC4
    Warm Harmony

    Adjacent hues from 354 to 39 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #D93F4F #D9563F #D97D3F #D9A33F
    Cool Contrast

    Combines the base color at hue 354 with its complement at 174 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #D52A3B #2AD5C4 #2A91D5 #2A3BD5
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0B8BC #E0DCB8 #BCE0B8 #B8E0DC #B8BCE0

    Shades & Tints of #EA969F

    Lightness variations at hue 354 and 67% saturation.

    CSS Gradients with #EA969F

    Red to Cyan
    linear-gradient(135deg, #ea969f, #95eae1)
    Analogous Fade
    linear-gradient(90deg, #ea969f, #eab795)
    Deep to Light
    linear-gradient(180deg, #4d0f15, #f0b2b8)
    Tricolor Sweep
    linear-gradient(135deg, #ea959d, #9dea95, #959dea)

    Design Use Cases for #EA969F

    Vibrant Brand Color

    #EA969F has a strong 67% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Light Background Tint

    #EA969F at 75% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Urgency & Energy Signaling

    #EA969F falls in the red spectrum (hue 354). Red triggers urgency and excitement, making it effective for sale badges, countdown timers, error messages, and "limited time" labels. In data visualization, use it to flag negative values or critical thresholds.

    Gradient Pairing

    Create a gradient from #EA969F (hue 354) to its complement at hue 174. For a subtler effect, try pairing with an analogous color at hue 24. Use CSS: background: linear-gradient(135deg, #ea969f, #95eae1);

    CSS Code for #EA969F

    /* Background */
    background-color: #ea969f;
    background-color: rgb(234, 150, 159);
    background-color: hsl(354, 67%, 75%);
    /* Text */
    color: #ea969f;
    /* Border */
    border: 2px solid #ea969f;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(234, 150, 159, 0.3);
    /* CSS Variable */
    --color-primary: 354 67% 75%;

    Similar Colors

    Colors visually similar to #EA969F based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #EA969F across image editing and color design tools.

    About Color #EA969F (#EA969F)

    #EA969F is a red color (colour) with RGB channel values of 234 red, 150 green, and 159 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 354 degrees with 67% saturation and 75% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #EA969F is 176/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 0% cyan, 36% magenta, 32% yellow, and 8% key (black).

    The WCAG contrast ratio of #EA969F against white is 2.24:1 and against black is 9.36:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 9.36:1, or use it exclusively for decorative purposes.

    The complementary colour #95EAE1 creates maximum visual tension when paired with #EA969F. For more harmonious color combinations, use the analogous colours #EA95C8 and #EAB795, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #EA969F

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #EA969F?
    #EA969F is Color #EA969F, a red color (colour) with RGB(234, 150, 159), HSL(354, 67%, 75%), and CMYK(0%, 36%, 32%, 8%). Its perceived brightness is 176/255.
    Is #EA969F accessible for text?
    Against white, #EA969F has a contrast ratio of 2.24:1 (fails AA for normal text). Against black, it has 9.36:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #EA969F?
    The complementary colour is #95EAE1 (hue 174). For subtle color combinations, use analogous colours #EA95C8 and #EAB795. The triadic palette adds #9DEA95 and #959DEA for vibrant variety.
    How do I use #EA969F in CSS?
    Use any format: color: #ea969f; or rgb(234, 150, 159); or hsl(354, 67%, 75%). For CSS custom properties: --color-primary: 354 67% 75%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.