crispedge.com

Color picker

Loading...

#ed008b hex color - Red - Warm color - Information

#ed008b hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ed008b Color code in RGB color code model is created after adding 92.94% red color, 0% green color and 54.51% blue color. Hex #ed008b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 41% yellow and 7% black.

Hex #ed008b color code is between #ee0088 web safe hex color code and #dd0099 web safe hex color code. #ee0088 is the nearest web safe color code. You can see here many more shades of #ed008b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeed008b#ed008b
RGB Decimal237, 0, 139rgb(237, 0, 139)
RGB Percent93%, 0%, 55%rgb(93%, 0%, 55%)
CSS RGBa237, 0, 139,1rgba(237,0,139,1)
CMYK Modelcmyk(0%,100%,41%,7%)
HSL Color Space325,100% ,46%hsl(325,100% ,46%)
HSV Color Space325°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010000000010001011
Octal3550213
Decimal2370139
Hexed008b

Different shades of #ed008b color code.

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

Light Shade of #ed008b
#ff21a3
Dark Shade of #ed008b
#ba006d
Saturated Shade of #ed008b
#ed008b
Desaturated Shade of #ed008b
#e10c89
Grey scale Shade of #ed008b
#767676
Brighten Shade
#ff19a4
Most Readable Shade
#FFFFFF

Shades of #ed008b color code

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

#ed008b
#d2007b
#b8006c
#9e005c
#83004d
#69003d
#4f002e
#34001e
#1a000f
#000000

Similar Color like #ed008b color

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

#ee018c
#ef028d
#f0038e
#f1048f
#f20590
#f30691
#f40792
#f50893
#f60994
#f70a95
#f80b96
#f90c97
#fa0d98
#fb0e99
#ec008a
#eb0089
#ea0088
#e90087
#e80086
#e70085
#e60084
#e50083
#e40082
#e30081
#e20080
#e1007f
#e0007e
#df007d

Monochromatic Color with #ed008b

#ed008b
#18000e
#430027
#6d0040
#980059
#c20072

Tints of #ed008b Color

#ed008b
#ef1c97
#f138a4
#f355b1
#f571be
#f78dcb
#f9aad8
#fbc6e5
#fde2f2
#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

#ed008b
#00ed62

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

Split Complementary

#ed008b
#14ed00
#00edd9

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

Analogous Color

#ed00ea
#ed00ba
#ed008b
#ed005c
#ed002c

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

#ed008b
#8bed00
#008bed

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

#ed008b
#edd800
#00ed62
#0014ed

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

#ed008b
#00ed62
#00edd9
#ed0014

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

#ed008b Color Code Preview on Black Background Color

This is how #ed008b Color will look on black background color. Color contrast ratio is 4.97

#ed008b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed008b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed008b

#ed008b color code is use for CSS Background Color

Background color for the above div is #ed008b

HTML with inline CSS

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

#ed008b color code is use for CSS Border Color

CSS Border color for the above div is #ed008b

HTML with inline CSS

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

CSS Border Left color for the above div is #ed008b

HTML with inline CSS

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

CSS Border Right color for the above div is #ed008b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed008b

HTML with inline CSS

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

CSS Border Top color for the above div is #ed008b

HTML with inline CSS

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

#ed008b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed008b Color code Preview on White Background

This is how #ed008b Color code will look on white background color. Color contrast ratio is 4.22

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

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(237,0,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,237,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,0,139,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.