crispedge.com

#e076bb hex color - Violet - Warm color - Information

#e076bb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e076bb Color code in RGB color code model is created after adding 87.84% red color, 46.27% green color and 73.33% blue color. Hex #e076bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 17% yellow and 12% black.

Hex #e076bb color code is between #dd77aa web safe hex color code and #ee66cc web safe hex color code. #dd77aa is the nearest web safe color code. You can see here many more shades of #e076bb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee076bb#e076bb
RGB Decimal224, 118, 187rgb(224, 118, 187)
RGB Percent88%, 46%, 73%rgb(88%, 46%, 73%)
CSS RGBa224, 118, 187,1rgba(224,118,187,1)
CMYK Modelcmyk(0%,47%,17%,12%)
HSL Color Space321,63% ,67%hsl(321,63% ,67%)
HSV Color Space321°, 47%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000111011010111011
Octal340166273
Decimal224118187
Hexe076bb

Different shades of #e076bb color code.

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

Light Shade of #e076bb
#e9a0d0
Dark Shade of #e076bb
#d74ca6
Saturated Shade of #e076bb
#e86ebe
Desaturated Shade of #e076bb
#d87eb8
Grey scale Shade of #e076bb
#ababab
Brighten Shade
#f98fd4
Most Readable Shade
#000000

Shades of #e076bb color code

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

#e076bb
#c768a6
#ae5b91
#954e7c
#7c4167
#633453
#4a273e
#311a29
#180d14
#000000

Similar Color like #e076bb color

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

#e177bc
#e278bd
#e379be
#e47abf
#e57bc0
#e67cc1
#e77dc2
#e87ec3
#e97fc4
#ea80c5
#eb81c6
#ec82c7
#ed83c8
#ee84c9
#df75ba
#de74b9
#dd73b8
#dc72b7
#db71b6
#da70b5
#d96fb4
#d86eb3
#d76db2
#d66cb1
#d56bb0
#d46aaf
#d369ae
#d268ad

Monochromatic Color with #e076bb

#e076bb
#0b060a
#361c2d
#603351
#8b4974
#b56098

Tints of #e076bb Color

#e076bb
#e385c2
#e694ca
#eaa3d1
#edb2d9
#f1c2e0
#f4d1e8
#f8e0ef
#fbeff7
#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

#e076bb
#76e09b

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

Split Complementary

#e076bb
#86e076
#76e0d0

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

Analogous Color

#db76e0
#e076d0
#e076bb
#e076a6
#e07691

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

#e076bb
#bbe076
#76bbe0

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

#e076bb
#e0d076
#76e09b
#7686e0

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

#e076bb
#76e09b
#76e0d0
#e07686

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

#e076bb Color Code Preview on Black Background Color

This is how #e076bb Color will look on black background color. Color contrast ratio is 7.48

#e076bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e076bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e076bb

#e076bb color code is use for CSS Background Color

Background color for the above div is #e076bb

HTML with inline CSS

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

#e076bb color code is use for CSS Border Color

CSS Border color for the above div is #e076bb

HTML with inline CSS

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

CSS Border Left color for the above div is #e076bb

HTML with inline CSS

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

CSS Border Right color for the above div is #e076bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e076bb

HTML with inline CSS

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

CSS Border Top color for the above div is #e076bb

HTML with inline CSS

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

#e076bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e076bb Color code Preview on White Background

This is how #e076bb Color code will look on white background color. Color contrast ratio is 2.81

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

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(224,118,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,224,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,118,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>