Candy Pink (#E4717A)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.03:1 — vs black: 6.94:1
Color values
-
HEX
#E4717A -
RGB
rgb(228, 113, 122) -
HSL
hsl(355, 68%, 66%) -
CMYK
cmyk( 0, 50, 46, 11 ) -
Websafe
#CC6666
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #E4717A based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E4717A
Base
#71E4DB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E4717A
Base
#E471B3
#E4A171
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E4717A
Base
#7AE471
#717AE4
Two colors flanking the complement — high contrast with less tension than full complementary.
#E4717A
Base
#71E4A1
#71B3E4
Four colors at 90° intervals — rich variety, best when one color dominates.
#E4717A
Base
#B3E471
#71E4DB
#A171E4
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E4717A
Base
#9E1E28
#D8313E
#DD4F5A
#EB939A
#F0B1B6
#FBEAEB
Darker shades and lighter tints of Candy Pink, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150405
#4A0E13
#7F1820
#B4222E
#DA3C48
#E4717A
Base
#E98991
#EDA1A7
#F2B9BE
#F6D1D4
#FBEAEB
Ready-to-use code snippets for #E4717A. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E4717A;
}
/* Text */
.element {
color: #E4717A;
}
/* Border */
.element {
border: 1px solid #E4717A;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E4717A,
#71E4DB
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E4717A,
#71E4DB
);
}
// SCSS variable
$candy-pink: #E4717A;
// With RGB channels (useful for rgba() usage)
$candy-pink-r: 228;
$candy-pink-g: 113;
$candy-pink-b: 122;
// Usage
.element {
background-color: $candy-pink;
color: rgba($candy-pink-r, $candy-pink-g, $candy-pink-b, 0.8);
}
How Candy Pink appears to people with different types of color vision deficiency.
#E4717A
How the color appears with full color vision.
#9E9E76
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#84847B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E37272
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#949494
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.