@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ef5ebd hex color - Red - Warm color - Information

#ef5ebd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ef5ebd Color code in RGB color code model is created after adding 93.73% red color, 36.86% green color and 74.12% blue color. Hex #ef5ebd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 21% yellow and 6.27% black.

Hex #ef5ebd color code is between #ee66bb web safe hex color code and #ff55cc web safe hex color code. #ee66bb is the nearest web safe color code. You can see here many more shades of #ef5ebd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeef5ebd#ef5ebd
RGB Decimal239, 94, 189rgb(239, 94, 189)
RGB Percent94%, 37%, 74%rgb(94%, 37%, 74%)
CSS RGBa239, 94, 189,1rgba(239,94,189,1)
CMYK Modelcmyk(0%,61%,21%,6.27%)
HSL Color Space321,82% ,65%hsl(321,82% ,65%)
HSV Color Space321°, 61%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110101111010111101
Octal357136275
Decimal23994189
Hexef5ebd

Different shades of #ef5ebd color code.

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

Light Shade of #ef5ebd
#f48cd0
Dark Shade of #ef5ebd
#ea30aa
Saturated Shade of #ef5ebd
#f855c0
Desaturated Shade of #ef5ebd
#e667ba
Grey scale Shade of #ef5ebd
#a6a6a6
Brighten Shade
#ff77d6
Most Readable Shade
#000000

Shades of #ef5ebd color code

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

#ef5ebd
#d453a8
#b94993
#9f3e7e
#843469
#6a2954
#4f1f3f
#35142a
#1a0a15
#000000

Similar Color like #ef5ebd color

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

#f05fbe
#f160bf
#f261c0
#f362c1
#f463c2
#f564c3
#f665c4
#f766c5
#f867c6
#f968c7
#fa69c8
#fb6ac9
#fc6bca
#fd6ccb
#ee5dbc
#ed5cbb
#ec5bba
#eb5ab9
#ea59b8
#e958b7
#e857b6
#e756b5
#e655b4
#e554b3
#e453b2
#e352b1
#e251b0
#e150af

Monochromatic Color with #ef5ebd

#ef5ebd
#1a0a15
#451b37
#6f2c58
#9a3d7a
#c44d9b

Tints of #ef5ebd Color

#ef5ebd
#f06fc4
#f281cb
#f493d3
#f6a5da
#f7b7e1
#f9c9e9
#fbdbf0
#fdedf7
#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

#ef5ebd
#5eef90

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

Split Complementary

#ef5ebd
#75ef5e
#5eefd8

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

Analogous Color

#e75eef
#ef5eda
#ef5ebd
#ef5ea0
#ef5e83

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

#ef5ebd
#bdef5e
#5ebdef

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

#ef5ebd
#efd85e
#5eef90
#5e74ef

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

#ef5ebd
#5eef90
#5eefd8
#ef5e75

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

#ef5ebd Color Code Preview on Black Background Color

This is how #ef5ebd Color will look on black background color. Color contrast ratio is 7.01

#ef5ebd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef5ebd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef5ebd

#ef5ebd color code is use for CSS Background Color

Background color for the above div is #ef5ebd

HTML with inline CSS

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

#ef5ebd color code is use for CSS Border Color

CSS Border color for the above div is #ef5ebd

HTML with inline CSS

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

CSS Border Left color for the above div is #ef5ebd

HTML with inline CSS

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

CSS Border Right color for the above div is #ef5ebd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef5ebd

HTML with inline CSS

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

CSS Border Top color for the above div is #ef5ebd

HTML with inline CSS

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

#ef5ebd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef5ebd Color code Preview on White Background

This is how #ef5ebd Color code will look on white background color. Color contrast ratio is 3.00

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

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(239,94,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,239,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,94,189,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.