crispedge.com

Color picker

Loading...

#eeb0cb hex color - Red - Warm color - Information

#eeb0cb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #eeb0cb Color code in RGB color code model is created after adding 93.33% red color, 69.02% green color and 79.61% blue color. Hex #eeb0cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 15% yellow and 7% black.

Hex #eeb0cb color code is between #ddaacc web safe hex color code and #ffbbbb web safe hex color code. #ddaacc is the nearest web safe color code. You can see here many more shades of #eeb0cb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeeb0cb#eeb0cb
RGB Decimal238, 176, 203rgb(238, 176, 203)
RGB Percent93%, 69%, 80%rgb(93%, 69%, 80%)
CSS RGBa238, 176, 203,1rgba(238,176,203,1)
CMYK Modelcmyk(0%,26%,15%,7%)
HSL Color Space334,65% ,81%hsl(334,65% ,81%)
HSV Color Space334°, 26%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101011000011001011
Octal356260313
Decimal238176203
Hexeeb0cb

Different shades of #eeb0cb color code.

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

Light Shade of #eeb0cb
#f7dae7
Dark Shade of #eeb0cb
#e586af
Saturated Shade of #eeb0cb
#f3abca
Desaturated Shade of #eeb0cb
#e9b5cc
Grey scale Shade of #eeb0cb
#cfcfcf
Brighten Shade
#ffc9e4
Most Readable Shade
#000000

Shades of #eeb0cb color code

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

#eeb0cb
#d39cb4
#b9889d
#9e7587
#846170
#694e5a
#4f3a43
#34272d
#1a1316
#000000

Similar Color like #eeb0cb color

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

#efb1cc
#f0b2cd
#f1b3ce
#f2b4cf
#f3b5d0
#f4b6d1
#f5b7d2
#f6b8d3
#f7b9d4
#f8bad5
#f9bbd6
#fabcd7
#fbbdd8
#fcbed9
#edafca
#ecaec9
#ebadc8
#eaacc7
#e9abc6
#e8aac5
#e7a9c4
#e6a8c3
#e5a7c2
#e4a6c1
#e3a5c0
#e2a4bf
#e1a3be
#e0a2bd

Monochromatic Color with #eeb0cb

#eeb0cb
#1a1316
#44323a
#6e525e
#997183
#c391a7

Tints of #eeb0cb Color

#eeb0cb
#efb8d0
#f1c1d6
#f3cadc
#f5d3e2
#f7dbe7
#f9e4ed
#fbedf3
#fdf6f9
#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

#eeb0cb
#b0eed3

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

Split Complementary

#eeb0cb
#b0eeb4
#b0eaee

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

Analogous Color

#eeb0e4
#eeb0d7
#eeb0cb
#eeb0bf
#eeb0b2

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

#eeb0cb
#cbeeb0
#b0cbee

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

#eeb0cb
#eaeeb0
#b0eed3
#b4b0ee

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

#eeb0cb
#b0eed3
#b0eaee
#eeb4b0

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

#eeb0cb Color Code Preview on Black Background Color

This is how #eeb0cb Color will look on black background color. Color contrast ratio is 11.71

#eeb0cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eeb0cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eeb0cb

#eeb0cb color code is use for CSS Background Color

Background color for the above div is #eeb0cb

HTML with inline CSS

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

#eeb0cb color code is use for CSS Border Color

CSS Border color for the above div is #eeb0cb

HTML with inline CSS

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

CSS Border Left color for the above div is #eeb0cb

HTML with inline CSS

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

CSS Border Right color for the above div is #eeb0cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eeb0cb

HTML with inline CSS

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

CSS Border Top color for the above div is #eeb0cb

HTML with inline CSS

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

#eeb0cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eeb0cb Color code Preview on White Background

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

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(238,176,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,238,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,176,203,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.