crispedge.com

Color picker

Loading...

#eb5be6 hex color - Red - Warm color - Information

#eb5be6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #eb5be6 Color code in RGB color code model is created after adding 92.16% red color, 35.69% green color and 90.2% blue color. Hex #eb5be6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 2% yellow and 8% black.

Hex #eb5be6 color code is between #ee55ee web safe hex color code and #dd66dd web safe hex color code. #ee55ee is the nearest web safe color code. You can see here many more shades of #eb5be6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeb5be6#eb5be6
RGB Decimal235, 91, 230rgb(235, 91, 230)
RGB Percent92%, 36%, 90%rgb(92%, 36%, 90%)
CSS RGBa235, 91, 230,1rgba(235,91,230,1)
CMYK Modelcmyk(0%,61%,2%,8%)
HSL Color Space302,78% ,64%hsl(302,78% ,64%)
HSV Color Space302°, 61%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110101101111100110
Octal353133346
Decimal23591230
Hexeb5be6

Different shades of #eb5be6 color code.

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

Light Shade of #eb5be6
#f188ed
Dark Shade of #eb5be6
#e52edf
Saturated Shade of #eb5be6
#f452ef
Desaturated Shade of #eb5be6
#e264dd
Grey scale Shade of #eb5be6
#a3a3a3
Brighten Shade
#ff74ff
Most Readable Shade
#000000

Shades of #eb5be6 color code

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

#eb5be6
#d050cc
#b646b2
#9c3c99
#82327f
#682866
#4e1e4c
#341433
#1a0a19
#000000

Similar Color like #eb5be6 color

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

#ec5ce7
#ed5de8
#ee5ee9
#ef5fea
#f060eb
#f161ec
#f262ed
#f363ee
#f464ef
#f565f0
#f666f1
#f767f2
#f868f3
#f969f4
#ea5ae5
#e959e4
#e858e3
#e757e2
#e656e1
#e555e0
#e454df
#e353de
#e252dd
#e151dc
#e050db
#df4fda
#de4ed9
#dd4dd8

Monochromatic Color with #eb5be6

#eb5be6
#160916
#411940
#6b2a69
#963a93
#c04bbc

Tints of #eb5be6 Color

#eb5be6
#ed6de8
#ef7feb
#f191ee
#f3a3f1
#f6b6f3
#f8c8f6
#fadaf9
#fcecfc
#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

#eb5be6
#5beb60

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

Split Complementary

#eb5be6
#9eeb5b
#5beba8

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

Analogous Color

#b65beb
#d35beb
#eb5be6
#eb5bc9
#eb5bac

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

#eb5be6
#e6eb5b
#5be6eb

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

#eb5be6
#eba85b
#5beb60
#5b9eeb

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

#eb5be6
#5beb60
#5beba8
#eb5b9e

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

#eb5be6 Color Code Preview on Black Background Color

This is how #eb5be6 Color will look on black background color. Color contrast ratio is 7.17

#eb5be6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb5be6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb5be6

#eb5be6 color code is use for CSS Background Color

Background color for the above div is #eb5be6

HTML with inline CSS

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

#eb5be6 color code is use for CSS Border Color

CSS Border color for the above div is #eb5be6

HTML with inline CSS

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

CSS Border Left color for the above div is #eb5be6

HTML with inline CSS

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

CSS Border Right color for the above div is #eb5be6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb5be6

HTML with inline CSS

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

CSS Border Top color for the above div is #eb5be6

HTML with inline CSS

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

#eb5be6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb5be6 Color code Preview on White Background

This is how #eb5be6 Color code will look on white background color. Color contrast ratio is 2.93

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

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,91,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,235,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,91,230,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.