crispedge.com

Color picker

Loading...

#e055ba hex color - Red - Warm color - Information

#e055ba hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #e055ba color code is between #dd44bb web safe hex color code and #ee66aa web safe hex color code. #dd44bb is the nearest web safe color code. You can see here many more shades of #e055ba color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codee055ba#e055ba
RGB Decimal224, 85, 186rgb(224, 85, 186)
RGB Percent88%, 33%, 73%rgb(88%, 33%, 73%)
CSS RGBa224, 85, 186,1rgba(224,85,186,1)
CMYK Modelcmyk(0%,62%,17%,12%)
HSL Color Space316,69% ,61%hsl(316,69% ,61%)
HSV Color Space316°, 62%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000101010110111010
Octal340125272
Decimal22485186
Hexe055ba

Different shades of #e055ba color code.

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

Light Shade of #e055ba
#e880cb
Dark Shade of #e055ba
#d82aa8
Saturated Shade of #e055ba
#ea4bbf
Desaturated Shade of #e055ba
#d65fb5
Grey scale Shade of #e055ba
#9a9a9a
Brighten Shade
#f96ed3
Most Readable Shade
#000000

Shades of #e055ba color code

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

#e055ba
#c74ba5
#ae4290
#95387c
#7c2f67
#632552
#4a1c3e
#311229
#180914
#000000

Similar Color like #e055ba color

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

#e156bb
#e257bc
#e358bd
#e459be
#e55abf
#e65bc0
#e75cc1
#e85dc2
#e95ec3
#ea5fc4
#eb60c5
#ec61c6
#ed62c7
#ee63c8
#df54b9
#de53b8
#dd52b7
#dc51b6
#db50b5
#da4fb4
#d94eb3
#d84db2
#d74cb1
#d64bb0
#d54aaf
#d449ae
#d348ad
#d247ac

Monochromatic Color with #e055ba

#e055ba
#0b040a
#36142d
#602550
#8b3573
#b54597

Tints of #e055ba Color

#e055ba
#e367c1
#e67ac9
#ea8dd1
#eda0d8
#f1b3e0
#f4c6e8
#f8d9ef
#fbecf7
#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

#e055ba
#55e07b

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

Split Complementary

#e055ba
#74e055
#55e0c1

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

Analogous Color

#ce55e0
#e055d6
#e055ba
#e0559e
#e05582

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

#e055ba
#bae055
#55bae0

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

#e055ba
#e0c055
#55e07b
#5574e0

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

#e055ba
#55e07b
#55e0c1
#e05574

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

#e055ba Color Code Preview on Black Background Color

This is how #e055ba Color will look on black background color. Color contrast ratio is 6.18

#e055ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e055ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e055ba

#e055ba color code is use for CSS Background Color

Background color for the above div is #e055ba

HTML with inline CSS

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

#e055ba color code is use for CSS Border Color

CSS Border color for the above div is #e055ba

HTML with inline CSS

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

CSS Border Left color for the above div is #e055ba

HTML with inline CSS

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

CSS Border Right color for the above div is #e055ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e055ba

HTML with inline CSS

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

CSS Border Top color for the above div is #e055ba

HTML with inline CSS

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

#e055ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e055ba Color code Preview on White Background

This is how #e055ba Color code will look on white background color. Color contrast ratio is 3.40

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

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,85,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,224,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,85,186,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.