@
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.

#ed6fbb hex color - Red - Warm color - Information

#ed6fbb hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ed6fbb Color code in RGB color code model is created after adding 92.94% red color, 43.53% green color and 73.33% blue color. Hex #ed6fbb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 21% yellow and 7.06% black.

Hex #ed6fbb color code is between #ee77aa web safe hex color code and #dd66cc web safe hex color code. #ee77aa is the nearest web safe color code. You can see here many more shades of #ed6fbb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ed6fbb #ed6fbb
RGB Decimal 237, 111, 187 rgb(237, 111, 187)
RGB Percent 93%, 44%, 73% rgb(93%, 44%, 73%)
CSS RGBa 237, 111, 187,1 rgba(237,111,187,1)
CMYK Model cmyk(0%,53%,21%,7.06%)
HSL Color Space 324,78% ,68% hsl(324,78% ,68%)
HSV Color Space 324°, 53%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 01101111 10111011
Octal 355 157 273
Decimal 237 111 187
Hex ed 6f bb

Different shades of #ed6fbb color code.

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

Light Shade of #ed6fbb
#f39cd0
Dark Shade of #ed6fbb
#e742a6
Saturated Shade of #ed6fbb
#f567bd
Desaturated Shade of #ed6fbb
#e577b9
Grey scale Shade of #ed6fbb
#aeaeae
Brighten Shade
#ff88d4
Most Readable Shade
#000000

Shades of #ed6fbb color code

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

#ed6fbb
#d262a6
#b85691
#9e4a7c
#833d67
#693153
#4f253e
#341829
#1a0c14
#000000

Similar Color like #ed6fbb color

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

#ee70bc
#ef71bd
#f072be
#f173bf
#f274c0
#f375c1
#f476c2
#f577c3
#f678c4
#f779c5
#f87ac6
#f97bc7
#fa7cc8
#fb7dc9
#ec6eba
#eb6db9
#ea6cb8
#e96bb7
#e86ab6
#e769b5
#e668b4
#e567b3
#e466b2
#e365b1
#e264b0
#e163af
#e062ae
#df61ad

Monochromatic Color with #ed6fbb

#ed6fbb
#180b13
#431f35
#6d3356
#984778
#c25b99

Tints of #ed6fbb Color

#ed6fbb
#ef7fc2
#f18fca
#f39fd1
#f5afd9
#f7bfe0
#f9cfe8
#fbdfef
#fdeff7
#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

#ed6fbb
#6feda1

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

Split Complementary

#ed6fbb
#7ced6f
#6fede0

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

Analogous Color

#ed6fed
#ed6fd4
#ed6fbb
#ed6fa2
#ed6f89

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

#ed6fbb
#bbed6f
#6fbbed

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

#ed6fbb
#ede06f
#6feda1
#6f7ced

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

#ed6fbb
#6feda1
#6fede0
#ed6f7c

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 #ed6fbb 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.

#ed6fbb Color Code Preview on Black Background Color

This is how #ed6fbb Color will look on black background color. Color contrast ratio is 7.59

#ed6fbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed6fbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed6fbb

#ed6fbb color code is use for CSS Background Color

Background color for the above div is #ed6fbb

HTML with inline CSS

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

#ed6fbb color code is use for CSS Border Color

CSS Border color for the above div is #ed6fbb

HTML with inline CSS

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

CSS Border Left color for the above div is #ed6fbb

HTML with inline CSS

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

CSS Border Right color for the above div is #ed6fbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed6fbb

HTML with inline CSS

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

CSS Border Top color for the above div is #ed6fbb

HTML with inline CSS

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

#ed6fbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed6fbb Color code Preview on White Background

This is how #ed6fbb Color code will look on white background color. Color contrast ratio is 2.77

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

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(237,111,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,237,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,111,187,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.