crispedge.com

Color picker

Loading...

#ee5dc3 hex color - Red - Warm color - Information

#ee5dc3 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee5dc3 Color code in RGB color code model is created after adding 93.33% red color, 36.47% green color and 76.47% blue color. Hex #ee5dc3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 18% yellow and 7% black.

Hex #ee5dc3 color code is between #dd55bb web safe hex color code and #ff66cc web safe hex color code. #dd55bb is the nearest web safe color code. You can see here many more shades of #ee5dc3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeee5dc3#ee5dc3
RGB Decimal238, 93, 195rgb(238, 93, 195)
RGB Percent93%, 36%, 76%rgb(93%, 36%, 76%)
CSS RGBa238, 93, 195,1rgba(238,93,195,1)
CMYK Modelcmyk(0%,61%,18%,7%)
HSL Color Space318,81% ,65%hsl(318,81% ,65%)
HSV Color Space318°, 61%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011100101110111000011
Octal356135303
Decimal23893195
Hexee5dc3

Different shades of #ee5dc3 color code.

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

Light Shade of #ee5dc3
#f38bd4
Dark Shade of #ee5dc3
#e92fb2
Saturated Shade of #ee5dc3
#f754c7
Desaturated Shade of #ee5dc3
#e566bf
Grey scale Shade of #ee5dc3
#a5a5a5
Brighten Shade
#ff76dc
Most Readable Shade
#000000

Shades of #ee5dc3 color code

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

#ee5dc3
#d352ad
#b94897
#9e3e82
#84336c
#692956
#4f1f41
#34142b
#1a0a15
#000000

Similar Color like #ee5dc3 color

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

#ef5ec4
#f05fc5
#f160c6
#f261c7
#f362c8
#f463c9
#f564ca
#f665cb
#f766cc
#f867cd
#f968ce
#fa69cf
#fb6ad0
#fc6bd1
#ed5cc2
#ec5bc1
#eb5ac0
#ea59bf
#e958be
#e857bd
#e756bc
#e655bb
#e554ba
#e453b9
#e352b8
#e251b7
#e150b6
#e04fb5

Monochromatic Color with #ee5dc3

#ee5dc3
#1a0a15
#441b38
#6e2b5b
#993c7d
#c34ca0

Tints of #ee5dc3 Color

#ee5dc3
#ef6fc9
#f181d0
#f393d7
#f5a5dd
#f7b7e4
#f9c9eb
#fbdbf1
#fdedf8
#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

#ee5dc3
#5dee88

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

Split Complementary

#ee5dc3
#7aee5d
#5deed0

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

Analogous Color

#df5dee
#ee5de0
#ee5dc3
#ee5da6
#ee5d89

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

#ee5dc3
#c3ee5d
#5dc3ee

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

#ee5dc3
#eed05d
#5dee88
#5d7aee

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

#ee5dc3
#5dee88
#5deed1
#ee5d7a

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

#ee5dc3 Color Code Preview on Black Background Color

This is how #ee5dc3 Color will look on black background color. Color contrast ratio is 6.99

#ee5dc3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee5dc3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ee5dc3

#ee5dc3 color code is use for CSS Background Color

Background color for the above div is #ee5dc3

HTML with inline CSS

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

#ee5dc3 color code is use for CSS Border Color

CSS Border color for the above div is #ee5dc3

HTML with inline CSS

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

CSS Border Left color for the above div is #ee5dc3

HTML with inline CSS

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

CSS Border Right color for the above div is #ee5dc3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ee5dc3

HTML with inline CSS

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

CSS Border Top color for the above div is #ee5dc3

HTML with inline CSS

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

#ee5dc3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ee5dc3 Color code Preview on White Background

This is how #ee5dc3 Color code will look on white background color. Color contrast ratio is 3.00

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

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,93,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,238,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,93,195,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.