crispedge.com

Color picker

Loading...

#e485cc hex color - Violet - Warm color - Information

#e485cc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e485cc Color code in RGB color code model is created after adding 89.41% red color, 52.16% green color and 80% blue color. Hex #e485cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 11% yellow and 11% black.

Hex #e485cc color code is between #dd88bb web safe hex color code and #ee77dd web safe hex color code. #dd88bb is the nearest web safe color code. You can see here many more shades of #e485cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee485cc#e485cc
RGB Decimal228, 133, 204rgb(228, 133, 204)
RGB Percent89%, 52%, 80%rgb(89%, 52%, 80%)
CSS RGBa228, 133, 204,1rgba(228,133,204,1)
CMYK Modelcmyk(0%,42%,11%,11%)
HSL Color Space315,64% ,71%hsl(315,64% ,71%)
HSV Color Space315°, 42%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001001000010111001100
Octal344205314
Decimal228133204
Hexe485cc

Different shades of #e485cc color code.

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

Light Shade of #e485cc
#edafdd
Dark Shade of #e485cc
#db5bbb
Saturated Shade of #e485cc
#eb7ed0
Desaturated Shade of #e485cc
#dd8cc8
Grey scale Shade of #e485cc
#b4b4b4
Brighten Shade
#fd9ee5
Most Readable Shade
#000000

Shades of #e485cc color code

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

#e485cc
#ca76b5
#b1679e
#985888
#7e4971
#653b5a
#4c2c44
#321d2d
#190e16
#000000

Similar Color like #e485cc color

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

#e586cd
#e687ce
#e788cf
#e889d0
#e98ad1
#ea8bd2
#eb8cd3
#ec8dd4
#ed8ed5
#ee8fd6
#ef90d7
#f091d8
#f192d9
#f293da
#e384cb
#e283ca
#e182c9
#e081c8
#df80c7
#de7fc6
#dd7ec5
#dc7dc4
#db7cc3
#da7bc2
#d97ac1
#d879c0
#d778bf
#d677be

Monochromatic Color with #e485cc

#e485cc
#0f090e
#3a2234
#643b5a
#8f5380
#b96ca6

Tints of #e485cc Color

#e485cc
#e792d1
#eaa0d7
#edaddd
#f0bbe2
#f3c8e8
#f6d6ee
#f9e3f3
#fcf1f9
#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

#e485cc
#85e49d

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

Split Complementary

#e485cc
#9de485
#85e4cc

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

Analogous Color

#d685e4
#e485df
#e485cc
#e485b9
#e485a6

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

#e485cc
#cce485
#85cce4

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

#e485cc
#e4cc85
#85e49d
#859ce4

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

#e485cc
#85e49d
#85e4cc
#e4859d

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

#e485cc Color Code Preview on Black Background Color

This is how #e485cc Color will look on black background color. Color contrast ratio is 8.53

#e485cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e485cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e485cc

#e485cc color code is use for CSS Background Color

Background color for the above div is #e485cc

HTML with inline CSS

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

#e485cc color code is use for CSS Border Color

CSS Border color for the above div is #e485cc

HTML with inline CSS

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

CSS Border Left color for the above div is #e485cc

HTML with inline CSS

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

CSS Border Right color for the above div is #e485cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e485cc

HTML with inline CSS

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

CSS Border Top color for the above div is #e485cc

HTML with inline CSS

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

#e485cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e485cc Color code Preview on White Background

This is how #e485cc Color code will look on white background color. Color contrast ratio is 2.46

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

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(228,133,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,228,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(228,133,204,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.