crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#eb85c5 hex color - Red - Warm color - Information

#eb85c5 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #eb85c5 Color code in RGB color code model is created after adding 92.16% red color, 52.16% green color and 77.25% blue color. Hex #eb85c5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 16% yellow and 8% black.

Hex #eb85c5 color code is between #ee88cc web safe hex color code and #dd77bb web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #eb85c5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeb85c5#eb85c5
RGB Decimal235, 133, 197rgb(235, 133, 197)
RGB Percent92%, 52%, 77%rgb(92%, 52%, 77%)
CSS RGBa235, 133, 197,1rgba(235,133,197,1)
CMYK Modelcmyk(0%,43%,16%,8%)
HSL Color Space322,72% ,72%hsl(322,72% ,72%)
HSV Color Space322°, 43%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111000010111000101
Octal353205305
Decimal235133197
Hexeb85c5

Different shades of #eb85c5 color code.

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

Light Shade of #eb85c5
#f2b1da
Dark Shade of #eb85c5
#e459b0
Saturated Shade of #eb85c5
#f27ec7
Desaturated Shade of #eb85c5
#e48cc3
Grey scale Shade of #eb85c5
#b8b8b8
Brighten Shade
#ff9ede
Most Readable Shade
#000000

Shades of #eb85c5 color code

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

#eb85c5
#d076af
#b66799
#9c5883
#82496d
#683b57
#4e2c41
#341d2b
#1a0e15
#000000

Similar Color like #eb85c5 color

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

#ec86c6
#ed87c7
#ee88c8
#ef89c9
#f08aca
#f18bcb
#f28ccc
#f38dcd
#f48ece
#f58fcf
#f690d0
#f791d1
#f892d2
#f993d3
#ea84c4
#e983c3
#e882c2
#e781c1
#e680c0
#e57fbf
#e47ebe
#e37dbd
#e27cbc
#e17bbb
#e07aba
#df79b9
#de78b8
#dd77b7

Monochromatic Color with #eb85c5

#eb85c5
#160d13
#412536
#6b3d5a
#96557e
#c06da1

Tints of #eb85c5 Color

#eb85c5
#ed92cb
#efa0d1
#f1add8
#f3bbde
#f6c8e5
#f8d6eb
#fae3f2
#fcf1f8
#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

#eb85c5
#85ebab

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

Split Complementary

#eb85c5
#92eb85
#85ebde

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

Analogous Color

#e885eb
#eb85d9
#eb85c5
#eb85b1
#eb859c

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

#eb85c5
#c5eb85
#85c5eb

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

#eb85c5
#ebde85
#85ebab
#8592eb

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

#eb85c5
#85ebab
#85ebde
#eb8592

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

#eb85c5 Color Code Preview on Black Background Color

This is how #eb85c5 Color will look on black background color. Color contrast ratio is 8.69

#eb85c5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb85c5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb85c5

#eb85c5 color code is use for CSS Background Color

Background color for the above div is #eb85c5

HTML with inline CSS

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

#eb85c5 color code is use for CSS Border Color

CSS Border color for the above div is #eb85c5

HTML with inline CSS

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

CSS Border Left color for the above div is #eb85c5

HTML with inline CSS

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

CSS Border Right color for the above div is #eb85c5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb85c5

HTML with inline CSS

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

CSS Border Top color for the above div is #eb85c5

HTML with inline CSS

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

#eb85c5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb85c5 Color code Preview on White Background

This is how #eb85c5 Color code will look on white background color. Color contrast ratio is 2.42

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.