crispedge.com

Color picker

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

#ef9aad hex color - Red - Warm color - Information

#ef9aad hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ef9aad Color code in RGB color code model is created after adding 93.73% red color, 60.39% green color and 67.84% blue color. Hex #ef9aad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 28% yellow and 6% black.

Hex #ef9aad color code is between #ee99aa web safe hex color code and #ffaabb web safe hex color code. #ee99aa is the nearest web safe color code. You can see here many more shades of #ef9aad color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeef9aad#ef9aad
RGB Decimal239, 154, 173rgb(239, 154, 173)
RGB Percent94%, 60%, 68%rgb(94%, 60%, 68%)
CSS RGBa239, 154, 173,1rgba(239,154,173,1)
CMYK Modelcmyk(0%,36%,28%,6%)
HSL Color Space347,73% ,77%hsl(347,73% ,77%)
HSV Color Space347°, 36%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111001101010101101
Octal357232255
Decimal239154173
Hexef9aad

Different shades of #ef9aad color code.

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

Light Shade of #ef9aad
#f6c6d1
Dark Shade of #ef9aad
#e86e89
Saturated Shade of #ef9aad
#f594aa
Desaturated Shade of #ef9aad
#e9a0b0
Grey scale Shade of #ef9aad
#c4c4c4
Brighten Shade
#ffb3c6
Most Readable Shade
#000000

Shades of #ef9aad color code

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

#ef9aad
#d48899
#b97786
#9f6673
#845560
#6a444c
#4f3339
#352226
#1a1113
#000000

Similar Color like #ef9aad color

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

#f09bae
#f19caf
#f29db0
#f39eb1
#f49fb2
#f5a0b3
#f6a1b4
#f7a2b5
#f8a3b6
#f9a4b7
#faa5b8
#fba6b9
#fca7ba
#fda8bb
#ee99ac
#ed98ab
#ec97aa
#eb96a9
#ea95a8
#e994a7
#e893a6
#e792a5
#e691a4
#e590a3
#e48fa2
#e38ea1
#e28da0
#e18c9f

Monochromatic Color with #ef9aad

#ef9aad
#1a1113
#452c32
#6f4851
#9a636f
#c47f8e

Tints of #ef9aad Color

#ef9aad
#f0a5b6
#f2b0bf
#f4bbc8
#f6c6d1
#f7d2da
#f9dde3
#fbe8ec
#fdf3f5
#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

#ef9aad
#9aefdc

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

Split Complementary

#ef9aad
#9aefb1
#9ad8ef

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

Analogous Color

#ef9acf
#ef9abe
#ef9aad
#ef9a9c
#efa99a

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

#ef9aad
#adef9a
#9aadef

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

#ef9aad
#d7ef9a
#9aefdc
#b19aef

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

#ef9aad
#9aefdc
#9ad8ef
#efb19a

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

#ef9aad Color Code Preview on Black Background Color

This is how #ef9aad Color will look on black background color. Color contrast ratio is 9.90

#ef9aad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef9aad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef9aad

#ef9aad color code is use for CSS Background Color

Background color for the above div is #ef9aad

HTML with inline CSS

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

#ef9aad color code is use for CSS Border Color

CSS Border color for the above div is #ef9aad

HTML with inline CSS

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

CSS Border Left color for the above div is #ef9aad

HTML with inline CSS

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

CSS Border Right color for the above div is #ef9aad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef9aad

HTML with inline CSS

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

CSS Border Top color for the above div is #ef9aad

HTML with inline CSS

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

#ef9aad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef9aad Color code Preview on White Background

This is how #ef9aad Color code will look on white background color. Color contrast ratio is 2.12

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.