crispedge.com

Color picker

Loading...

#e74bb7 hex color - Red - Warm color - Information

#e74bb7 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e74bb7 Color code in RGB color code model is created after adding 90.59% red color, 29.41% green color and 71.76% blue color. Hex #e74bb7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 21% yellow and 9% black.

Hex #e74bb7 color code is between #ee44bb web safe hex color code and #dd55aa web safe hex color code. #ee44bb is the nearest web safe color code. You can see here many more shades of #e74bb7 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code e74bb7 #e74bb7
RGB Decimal 231, 75, 183 rgb(231, 75, 183)
RGB Percent 91%, 29%, 72% rgb(91%, 29%, 72%)
CSS RGBa 231, 75, 183,1 rgba(231,75,183,1)
CMYK Model cmyk(0%,68%,21%,9%)
HSL Color Space 318,76% ,60% hsl(318,76% ,60%)
HSV Color Space 318°, 68%, 91%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100111 01001011 10110111
Octal 347 113 267
Decimal 231 75 183
Hex e7 4b b7

Different shades of #e74bb7 color code.

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

Light Shade of #e74bb7
#ed78c9
Dark Shade of #e74bb7
#e11ea5
Saturated Shade of #e74bb7
#f141bb
Desaturated Shade of #e74bb7
#dd55b3
Grey scale Shade of #e74bb7
#999999
Brighten Shade
#ff64d0
Most Readable Shade
#000000

Shades of #e74bb7 color code

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

#e74bb7
#cd42a2
#b33a8e
#9a327a
#802965
#662151
#4d193d
#331028
#190814
#000000

Similar Color like #e74bb7 color

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

#e84cb8
#e94db9
#ea4eba
#eb4fbb
#ec50bc
#ed51bd
#ee52be
#ef53bf
#f054c0
#f155c1
#f256c2
#f357c3
#f458c4
#f559c5
#e64ab6
#e549b5
#e448b4
#e347b3
#e246b2
#e145b1
#e044b0
#df43af
#de42ae
#dd41ad
#dc40ac
#db3fab
#da3eaa
#d93da9

Monochromatic Color with #e74bb7

#e74bb7
#12060f
#3d1430
#672252
#922f74
#bc3d95

Tints of #e74bb7 Color

#e74bb7
#e95fbf
#ec73c7
#ef87cf
#f19bd7
#f4afdf
#f7c3e7
#f9d7ef
#fcebf7
#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

#e74bb7
#4be77b

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

Split Complementary

#e74bb7
#69e74b
#4be7c9

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

Analogous Color

#d94be7
#e74bd6
#e74bb7
#e74b98
#e74b79

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

#e74bb7
#b7e74b
#4bb7e7

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

#e74bb7
#e7c94b
#4be77b
#4b69e7

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

#e74bb7
#4be77b
#4be7c9
#e74b69

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

#e74bb7 Color Code Preview on Black Background Color

This is how #e74bb7 Color will look on black background color. Color contrast ratio is 6.09

#e74bb7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e74bb7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e74bb7

#e74bb7 color code is use for CSS Background Color

Background color for the above div is #e74bb7

HTML with inline CSS

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

#e74bb7 color code is use for CSS Border Color

CSS Border color for the above div is #e74bb7

HTML with inline CSS

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

CSS Border Left color for the above div is #e74bb7

HTML with inline CSS

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

CSS Border Right color for the above div is #e74bb7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e74bb7

HTML with inline CSS

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

CSS Border Top color for the above div is #e74bb7

HTML with inline CSS

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

#e74bb7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e74bb7 Color code Preview on White Background

This is how #e74bb7 Color code will look on white background color. Color contrast ratio is 3.45

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

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(231,75,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,231,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,75,183,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.