crispedge.com

Color picker

Loading...

#ed4a96 hex color - Red - Warm color - Information

#ed4a96 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ed4a96 Color code in RGB color code model is created after adding 92.94% red color, 29.02% green color and 58.82% blue color. Hex #ed4a96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 37% yellow and 7% black.

Hex #ed4a96 color code is between #ee4499 web safe hex color code and #dd5588 web safe hex color code. #ee4499 is the nearest web safe color code. You can see here many more shades of #ed4a96 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed4a96#ed4a96
RGB Decimal237, 74, 150rgb(237, 74, 150)
RGB Percent93%, 29%, 59%rgb(93%, 29%, 59%)
CSS RGBa237, 74, 150,1rgba(237,74,150,1)
CMYK Modelcmyk(0%,69%,37%,7%)
HSL Color Space332,82% ,61%hsl(332,82% ,61%)
HSV Color Space332°, 69%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010100101010010110
Octal355112226
Decimal23774150
Hexed4a96

Different shades of #ed4a96 color code.

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

Light Shade of #ed4a96
#f278b1
Dark Shade of #ed4a96
#e81c7b
Saturated Shade of #ed4a96
#f74095
Desaturated Shade of #ed4a96
#e35497
Grey scale Shade of #ed4a96
#9b9b9b
Brighten Shade
#ff63af
Most Readable Shade
#000000

Shades of #ed4a96 color code

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

#ed4a96
#d24185
#b83974
#9e3164
#832953
#692042
#4f1832
#341021
#1a0810
#000000

Similar Color like #ed4a96 color

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

#ee4b97
#ef4c98
#f04d99
#f14e9a
#f24f9b
#f3509c
#f4519d
#f5529e
#f6539f
#f754a0
#f855a1
#f956a2
#fa57a3
#fb58a4
#ec4995
#eb4894
#ea4793
#e94692
#e84591
#e74490
#e6438f
#e5428e
#e4418d
#e3408c
#e23f8b
#e13e8a
#e03d89
#df3c88

Monochromatic Color with #ed4a96

#ed4a96
#18080f
#43152a
#6d2245
#982f60
#c23d7b

Tints of #ed4a96 Color

#ed4a96
#ef5ea1
#f172ad
#f386b9
#f59ac4
#f7aed0
#f9c2dc
#fbd6e7
#fdeaf3
#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

#ed4a96
#4aeda1

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

Split Complementary

#ed4a96
#4aed50
#4ae7ed

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

Analogous Color

#ed4ad7
#ed4ab7
#ed4a96
#ed4a75
#ed4a55

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

#ed4a96
#96ed4a
#4a96ed

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

#ed4a96
#e7ed4a
#4aeda1
#504aed

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

#ed4a96
#4aeda1
#4ae7ed
#ed504a

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

#ed4a96 Color Code Preview on Black Background Color

This is how #ed4a96 Color will look on black background color. Color contrast ratio is 6.02

#ed4a96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed4a96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed4a96

#ed4a96 color code is use for CSS Background Color

Background color for the above div is #ed4a96

HTML with inline CSS

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

#ed4a96 color code is use for CSS Border Color

CSS Border color for the above div is #ed4a96

HTML with inline CSS

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

CSS Border Left color for the above div is #ed4a96

HTML with inline CSS

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

CSS Border Right color for the above div is #ed4a96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed4a96

HTML with inline CSS

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

CSS Border Top color for the above div is #ed4a96

HTML with inline CSS

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

#ed4a96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed4a96 Color code Preview on White Background

This is how #ed4a96 Color code will look on white background color. Color contrast ratio is 3.49

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

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