crispedge.com

Color picker

Loading...

#ebb2cd hex color - Red - Warm color - Information

#ebb2cd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ebb2cd Color code in RGB color code model is created after adding 92.16% red color, 69.8% green color and 80.39% blue color. Hex #ebb2cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 13% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeebb2cd#ebb2cd
RGB Decimal235, 178, 205rgb(235, 178, 205)
RGB Percent92%, 70%, 80%rgb(92%, 70%, 80%)
CSS RGBa235, 178, 205,1rgba(235,178,205,1)
CMYK Modelcmyk(0%,24%,13%,8%)
HSL Color Space332,59% ,81%hsl(332,59% ,81%)
HSV Color Space332°, 24%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111011001011001101
Octal353262315
Decimal235178205
Hexebb2cd

Different shades of #ebb2cd color code.

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

Light Shade of #ebb2cd
#f6dae7
Dark Shade of #ebb2cd
#e08ab3
Saturated Shade of #ebb2cd
#f0adcd
Desaturated Shade of #ebb2cd
#e6b7cd
Grey scale Shade of #ebb2cd
#cecece
Brighten Shade
#ffcbe6
Most Readable Shade
#000000

Shades of #ebb2cd color code

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

#ebb2cd
#d09eb6
#b68a9f
#9c7688
#826271
#684f5b
#4e3b44
#34272d
#1a1316
#000000

Similar Color like #ebb2cd color

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

#ecb3ce
#edb4cf
#eeb5d0
#efb6d1
#f0b7d2
#f1b8d3
#f2b9d4
#f3bad5
#f4bbd6
#f5bcd7
#f6bdd8
#f7bed9
#f8bfda
#f9c0db
#eab1cc
#e9b0cb
#e8afca
#e7aec9
#e6adc8
#e5acc7
#e4abc6
#e3aac5
#e2a9c4
#e1a8c3
#e0a7c2
#dfa6c1
#dea5c0
#dda4bf

Monochromatic Color with #ebb2cd

#ebb2cd
#161114
#413139
#6b515e
#967283
#c092a8

Tints of #ebb2cd Color

#ebb2cd
#edbad2
#efc3d8
#f1cbdd
#f3d4e3
#f6dce8
#f8e5ee
#faedf3
#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

#ebb2cd
#b2ebd0

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

Split Complementary

#ebb2cd
#b2ebb4
#b2eaeb

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

Analogous Color

#ebb2e4
#ebb2d8
#ebb2cd
#ebb2c2
#ebb2b6

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

#ebb2cd
#cdebb2
#b2cdeb

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

#ebb2cd
#e9ebb2
#b2ebd0
#b3b2eb

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

#ebb2cd
#b2ebd0
#b2eaeb
#ebb4b2

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

#ebb2cd Color Code Preview on Black Background Color

This is how #ebb2cd Color will look on black background color. Color contrast ratio is 11.78

#ebb2cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebb2cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebb2cd

#ebb2cd color code is use for CSS Background Color

Background color for the above div is #ebb2cd

HTML with inline CSS

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

#ebb2cd color code is use for CSS Border Color

CSS Border color for the above div is #ebb2cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ebb2cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ebb2cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebb2cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ebb2cd

HTML with inline CSS

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

#ebb2cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebb2cd Color code Preview on White Background

This is how #ebb2cd Color code will look on white background color. Color contrast ratio is 1.78

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

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(235,178,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,235,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,178,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.