crispedge.com

Color picker

Loading...

#e601be hex color - Red - Warm color - Information

#e601be hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e601be Color code in RGB color code model is created after adding 90.2% red color, 0.39% green color and 74.51% blue color. Hex #e601be Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 17% yellow and 10% black.

Hex #e601be color code is between #ee00bb web safe hex color code and #dd00cc web safe hex color code. #ee00bb is the nearest web safe color code. You can see here many more shades of #e601be color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee601be#e601be
RGB Decimal230, 1, 190rgb(230, 1, 190)
RGB Percent90%, 0%, 75%rgb(90%, 0%, 75%)
CSS RGBa230, 1, 190,1rgba(230,1,190,1)
CMYK Modelcmyk(0%,100%,17%,10%)
HSL Color Space310,99% ,45%hsl(310,99% ,45%)
HSV Color Space310°, 100%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001100000000110111110
Octal3461276
Decimal2301190
Hexe601be

Different shades of #e601be color code.

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

Light Shade of #e601be
#fe1cd7
Dark Shade of #e601be
#b30194
Saturated Shade of #e601be
#e700bf
Desaturated Shade of #e601be
#da0db6
Grey scale Shade of #e601be
#737373
Brighten Shade
#ff1ad7
Most Readable Shade
#FFFFFF

Shades of #e601be color code

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

#e601be
#cc00a8
#b20093
#99007e
#7f0069
#660054
#4c003f
#33002a
#190015
#000000

Similar Color like #e601be color

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

#e702bf
#e803c0
#e904c1
#ea05c2
#eb06c3
#ec07c4
#ed08c5
#ee09c6
#ef0ac7
#f00bc8
#f10cc9
#f20dca
#f30ecb
#f40fcc
#e500bd
#e400bc
#e300bb
#e200ba
#e100b9
#e000b8
#df00b7
#de00b6
#dd00b5
#dc00b4
#db00b3
#da00b2
#d900b1
#d800b0

Monochromatic Color with #e601be

#e601be
#11000e
#3c0032
#660055
#910178
#bb019b

Tints of #e601be Color

#e601be
#e81dc5
#eb39cc
#ee55d3
#f171da
#f38ee2
#f6aae9
#f9c6f0
#fce2f7
#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

#e601be
#01e629

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

Split Complementary

#e601be
#4ce601
#01e69b

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

Analogous Color

#b201e6
#e001e6
#e601be
#e60190
#e60162

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

#e601be
#bee601
#01bee6

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

#e601be
#e69b01
#01e629
#014be6

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

#e601be
#01e629
#01e69b
#e6014c

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

#e601be Color Code Preview on Black Background Color

This is how #e601be Color will look on black background color. Color contrast ratio is 5.11

#e601be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e601be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e601be

#e601be color code is use for CSS Background Color

Background color for the above div is #e601be

HTML with inline CSS

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

#e601be color code is use for CSS Border Color

CSS Border color for the above div is #e601be

HTML with inline CSS

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

CSS Border Left color for the above div is #e601be

HTML with inline CSS

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

CSS Border Right color for the above div is #e601be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e601be

HTML with inline CSS

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

CSS Border Top color for the above div is #e601be

HTML with inline CSS

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

#e601be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e601be Color code Preview on White Background

This is how #e601be Color code will look on white background color. Color contrast ratio is 4.11

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

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(230,1,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,230,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,1,190,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.