crispedge.com

Color picker

Loading...

#ecb6cd hex color - Red - Warm color - Information

#ecb6cd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ecb6cd Color code in RGB color code model is created after adding 92.55% red color, 71.37% green color and 80.39% blue color. Hex #ecb6cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 13% yellow and 7% black.

Hex #ecb6cd color code is between #eebbcc web safe hex color code and #ddaadd web safe hex color code. #eebbcc is the nearest web safe color code. You can see here many more shades of #ecb6cd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeecb6cd#ecb6cd
RGB Decimal236, 182, 205rgb(236, 182, 205)
RGB Percent93%, 71%, 80%rgb(93%, 71%, 80%)
CSS RGBa236, 182, 205,1rgba(236,182,205,1)
CMYK Modelcmyk(0%,23%,13%,7%)
HSL Color Space334,59% ,82%hsl(334,59% ,82%)
HSV Color Space334°, 23%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001011011011001101
Octal354266315
Decimal236182205
Hexecb6cd

Different shades of #ecb6cd color code.

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

Light Shade of #ecb6cd
#f7dee9
Dark Shade of #ecb6cd
#e18eb1
Saturated Shade of #ecb6cd
#f1b1cc
Desaturated Shade of #ecb6cd
#e7bbce
Grey scale Shade of #ecb6cd
#d1d1d1
Brighten Shade
#ffcfe6
Most Readable Shade
#000000

Shades of #ecb6cd color code

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

#ecb6cd
#d1a1b6
#b78d9f
#9d7988
#836571
#68505b
#4e3c44
#34282d
#1a1416
#000000

Similar Color like #ecb6cd color

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

#edb7ce
#eeb8cf
#efb9d0
#f0bad1
#f1bbd2
#f2bcd3
#f3bdd4
#f4bed5
#f5bfd6
#f6c0d7
#f7c1d8
#f8c2d9
#f9c3da
#fac4db
#ebb5cc
#eab4cb
#e9b3ca
#e8b2c9
#e7b1c8
#e6b0c7
#e5afc6
#e4aec5
#e3adc4
#e2acc3
#e1abc2
#e0aac1
#dfa9c0
#dea8bf

Monochromatic Color with #ecb6cd

#ecb6cd
#171214
#423339
#6c545e
#977483
#c195a8

Tints of #ecb6cd Color

#ecb6cd
#eebed2
#f0c6d8
#f2cedd
#f4d6e3
#f6dee8
#f8e6ee
#faeef3
#fcf6f9
#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

#ecb6cd
#b6ecd5

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

Split Complementary

#ecb6cd
#b6ecba
#b6e8ec

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

Analogous Color

#ecb6e3
#ecb6d8
#ecb6cd
#ecb6c2
#ecb6b7

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

#ecb6cd
#cdecb6
#b6cdec

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

#ecb6cd
#e8ecb6
#b6ecd5
#bab6ec

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

Double Complementary Color

#ecb6cd
#b6ecd5
#b6e8ec
#ecbab6

Double Complementary 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).

Hex #ecb6cd 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.

#ecb6cd Color Code Preview on Black Background Color

This is how #ecb6cd Color will look on black background color. Color contrast ratio is 12.14

#ecb6cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecb6cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecb6cd

#ecb6cd color code is use for CSS Background Color

Background color for the above div is #ecb6cd

HTML with inline CSS

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

#ecb6cd color code is use for CSS Border Color

CSS Border color for the above div is #ecb6cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ecb6cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ecb6cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecb6cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ecb6cd

HTML with inline CSS

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

#ecb6cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecb6cd Color code Preview on White Background

This is how #ecb6cd Color code will look on white background color. Color contrast ratio is 1.73

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 #ecb6cd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ecb6cd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.