crispedge.com

Color picker

Loading...

#e23b85 hex color - Violet - Warm color - Information

#e23b85 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e23b85 Color code in RGB color code model is created after adding 88.63% red color, 23.14% green color and 52.16% blue color. Hex #e23b85 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 41% yellow and 11% black.

Hex #e23b85 color code is between #dd3388 web safe hex color code and #ee4477 web safe hex color code. #dd3388 is the nearest web safe color code. You can see here many more shades of #e23b85 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e23b85 #e23b85
RGB Decimal 226, 59, 133 rgb(226, 59, 133)
RGB Percent 89%, 23%, 52% rgb(89%, 23%, 52%)
CSS RGBa 226, 59, 133,1 rgba(226,59,133,1)
CMYK Model cmyk(0%,74%,41%,11%)
HSL Color Space 333,74% ,56% hsl(333,74% ,56%)
HSV Color Space 333°, 74%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100010 00111011 10000101
Octal 342 73 205
Decimal 226 59 133
Hex e2 3b 85

Different shades of #e23b85 color code.

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

Light Shade of #e23b85
#e967a1
Dark Shade of #e23b85
#cc1e6b
Saturated Shade of #e23b85
#ed3084
Desaturated Shade of #e23b85
#d74686
Grey scale Shade of #e23b85
#8e8e8e
Brighten Shade
#fb549e
Most Readable Shade
#FFFFFF

Shades of #e23b85 color code

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

#e23b85
#c83476
#af2d67
#962758
#7d2049
#641a3b
#4b132c
#320d1d
#19060e
#000000

Similar Color like #e23b85 color

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

#e33c86
#e43d87
#e53e88
#e63f89
#e7408a
#e8418b
#e9428c
#ea438d
#eb448e
#ec458f
#ed4690
#ee4791
#ef4892
#f04993
#e13a84
#e03983
#df3882
#de3781
#dd3680
#dc357f
#db347e
#da337d
#d9327c
#d8317b
#d7307a
#d62f79
#d52e78
#d42d77

Monochromatic Color with #e23b85

#e23b85
#0d0408
#380f21
#621a3a
#8d2553
#b7306c

Tints of #e23b85 Color

#e23b85
#e55092
#e866a0
#eb7cad
#ee92bb
#f2a7c8
#f5bdd6
#f8d3e3
#fbe9f1
#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

#e23b85
#3be298

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

Split Complementary

#e23b85
#3be244
#3bd9e2

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

Analogous Color

#e23bc8
#e23ba6
#e23b85
#e23b64
#e23b42

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

#e23b85
#85e23b
#3b85e2

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

#e23b85
#d8e23b
#3be298
#443be2

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

#e23b85
#3be298
#3bd9e2
#e2443b

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

#e23b85 Color Code Preview on Black Background Color

This is how #e23b85 Color will look on black background color. Color contrast ratio is 5.20

#e23b85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e23b85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e23b85

#e23b85 color code is use for CSS Background Color

Background color for the above div is #e23b85

HTML with inline CSS

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

#e23b85 color code is use for CSS Border Color

CSS Border color for the above div is #e23b85

HTML with inline CSS

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

CSS Border Left color for the above div is #e23b85

HTML with inline CSS

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

CSS Border Right color for the above div is #e23b85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e23b85

HTML with inline CSS

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

CSS Border Top color for the above div is #e23b85

HTML with inline CSS

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

#e23b85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e23b85 Color code Preview on White Background

This is how #e23b85 Color code will look on white background color. Color contrast ratio is 4.04

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

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(226,59,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,226,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,59,133,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.