crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ef8b97 hex color - Red - Warm color - Information

#ef8b97 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ef8b97 Color code in RGB color code model is created after adding 93.73% red color, 54.51% green color and 59.22% blue color. Hex #ef8b97 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 37% yellow and 6% black.

Hex #ef8b97 color code is between #ee8899 web safe hex color code and #ff9988 web safe hex color code. #ee8899 is the nearest web safe color code. You can see here many more shades of #ef8b97 color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeef8b97#ef8b97
RGB Decimal239, 139, 151rgb(239, 139, 151)
RGB Percent94%, 55%, 59%rgb(94%, 55%, 59%)
CSS RGBa239, 139, 151,1rgba(239,139,151,1)
CMYK Modelcmyk(0%,42%,37%,6%)
HSL Color Space353,76% ,74%hsl(353,76% ,74%)
HSV Color Space353°, 42%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111000101110010111
Octal357213227
Decimal239139151
Hexef8b97

Different shades of #ef8b97 color code.

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

Light Shade of #ef8b97
#f5b8bf
Dark Shade of #ef8b97
#e95e6f
Saturated Shade of #ef8b97
#f68492
Desaturated Shade of #ef8b97
#e8929c
Grey scale Shade of #ef8b97
#bdbdbd
Brighten Shade
#ffa4b0
Most Readable Shade
#000000

Shades of #ef8b97 color code

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

#ef8b97
#d47b86
#b96c75
#9f5c64
#844d53
#6a3d43
#4f2e32
#351e21
#1a0f10
#000000

Similar Color like #ef8b97 color

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

#f08c98
#f18d99
#f28e9a
#f38f9b
#f4909c
#f5919d
#f6929e
#f7939f
#f894a0
#f995a1
#fa96a2
#fb97a3
#fc98a4
#fd99a5
#ee8a96
#ed8995
#ec8894
#eb8793
#ea8692
#e98591
#e88490
#e7838f
#e6828e
#e5818d
#e4808c
#e37f8b
#e27e8a
#e17d89

Monochromatic Color with #ef8b97

#ef8b97
#1a0f11
#45282c
#6f4146
#9a5a61
#c4727c

Tints of #ef8b97 Color

#ef8b97
#f097a2
#f2a4ae
#f4b1b9
#f6bec5
#f7cbd0
#f9d8dc
#fbe5e7
#fdf2f3
#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

#ef8b97
#8befe3

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

Split Complementary

#ef8b97
#8befb1
#8bc9ef

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

Analogous Color

#ef8bbf
#ef8bab
#ef8b97
#ef938b
#efa78b

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

#ef8b97
#97ef8b
#8b97ef

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

#ef8b97
#c9ef8b
#8befe3
#b18bef

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

#ef8b97
#8befe3
#8bc9ef
#efb18b

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

#ef8b97 Color Code Preview on Black Background Color

This is how #ef8b97 Color will look on black background color. Color contrast ratio is 8.81

#ef8b97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef8b97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef8b97

#ef8b97 color code is use for CSS Background Color

Background color for the above div is #ef8b97

HTML with inline CSS

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

#ef8b97 color code is use for CSS Border Color

CSS Border color for the above div is #ef8b97

HTML with inline CSS

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

CSS Border Left color for the above div is #ef8b97

HTML with inline CSS

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

CSS Border Right color for the above div is #ef8b97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef8b97

HTML with inline CSS

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

CSS Border Top color for the above div is #ef8b97

HTML with inline CSS

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

#ef8b97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef8b97 Color code Preview on White Background

This is how #ef8b97 Color code will look on white background color. Color contrast ratio is 2.38

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.