Skip to main content Skip to docs navigation

#efb0cd hex color | Download Light Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Waddles Pink and its hex is #EEAACC Nearest Color Name

Color Hue/Base color: Violet

Hex #efb0cd Color code in RGB color code model is created after adding 93.73% red color, 69.02% green color and 80.39% blue color. Hex #efb0cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 14% yellow and 6.27% black.

Hex #efb0cd color code is between #eeaacc web safe hex color code and #ffbbdd web safe hex color code. #eeaacc is the nearest web safe color code. You can see here many more shades of #efb0cd color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code efb0cd #efb0cd
RGB Decimal 239, 176, 205 239, 176, 205
RGB Percent 94%, 69%, 80% rgb(94%, 69%, 80%)
CSS RGBa 239, 176, 205,1 rgba(239,176,205,1)
CMYK Model cmyk(0%,26%,14%,6.27%)
HSL Color Space 332,66% ,81% hsl(332,66% ,81%)
HSV Color Space 332°, 26%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 10110000 11001101
Octal 357 260 315
Decimal 239 176 205
Hex ef b0 cd

Different shades of #efb0cd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #efb0cd
#d5317c
Darker of #efb0cd
#de5b97
Dark of #efb0cd
#e686b2
Base of #efb0cd
#efb0cd
Light of #efb0cd
#f8dae8
Lighter
#ffffff
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#efb0cd
#b0efd2

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#efb0cd
#b0efb2
#b0edef

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ecb0ef
#efb0e7
#efb0cd
#efb0b8
#efc2b0

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#efb0cd
#b0cdef
#cdefb0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#efb0cd
#cdefb0
#b0efd2
#d2b0ef

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#efb0cd
#edefb0
#b0efd2
#b2b0ef

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #efb0cd

#af2464
#d5317c
#de5b97
#e686b2
#efb0cd
#f8dae8
#ffffff
#ffffff
#ffffff

Tints of #efb0cd Color

#efb0cd
#f0b8d2
#f2c1d8
#f4cadd
#f6d3e3
#f7dbe8
#f9e4ee
#fbedf3
#fdf6f9
#ffffff

Shades of #efb0cd color code

Generate more color scales with scales (color stack) generator.

#efb0cd
#d49cb6
#b9889f
#9f7588
#846171
#6a4e5b
#4f3a44
#35272d
#1a1316
#000000

Tones

#efb0cd
#e5b9ce
#dcc3cf
#d2cccf
#cfcfcf

Tones

Similar Color like #efb0cd color

Find visually similar hex color codes nearing to #efb0cd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#f0b1ce
#f1b2cf
#f2b3d0
#f3b4d1
#f4b5d2
#f5b6d3
#f6b7d4
#f7b8d5
#f8b9d6
#f9bad7
#fabbd8
#fbbcd9
#fcbdda
#fdbedb
#eeafcc
#edaecb
#ecadca
#ebacc9
#eaabc8
#e9aac7
#e8a9c6
#e7a8c5
#e6a7c4
#e5a6c3
#e4a5c2
#e3a4c1
#e2a3c0
#e1a2bf

Download this Light Violet

Hex #efb0cd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#efb0cd Color Code Preview on Black Background Color

This is how #efb0cd Color will look on black background color. Color contrast ratio is 11.76

#efb0cd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#efb0cd">Your Example Paragraph content text in with font color #efb0cd </p>

Your Example Paragraph content text in with font color #efb0cd

HTML with inline CSS

<div style="color:#efb0cd">Your Paragraph text in with font color #efb0cd </div>

Your Example Paragraph content text in with font color #efb0cd

#efb0cd color code is use for CSS Background Color

Background color for the above div is #efb0cd

HTML with inline CSS

<div style="background-color:#efb0cd;"></div>

#efb0cd color code is use for CSS Border Color

CSS Border color for the above div is #efb0cd

HTML with inline CSS

<div style="border:5px solid #efb0cd;"></div>

CSS Border Left color for the above div is #efb0cd

HTML with inline CSS

<div style="border-left:5px solid #efb0cd;"></div>

CSS Border Right color for the above div is #efb0cd

HTML with inline CSS

<div style="border-right:5px solid #efb0cd;"></div>

CSS Border Bottom color for the above div is #efb0cd

HTML with inline CSS

<div style="border-bottom:5px solid #efb0cd;"></div>

CSS Border Top color for the above div is #efb0cd

HTML with inline CSS

<div style="border-top:5px solid #efb0cd;"></div>

#efb0cd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#efb0cd; } .examplecolorclass {color:#efb0cd; } .examplebordercolor {border:3px solid #efb0cd; }

#efb0cd Color code Preview on White Background

This is how #efb0cd Color code will look on white background color. Color contrast ratio is 1.79

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #efb0cd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #efb0cd; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(239,176,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,239,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,176,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }