crispedge.com

Color picker

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

#ea9ca5 hex color - Violet - Warm color - Information

#ea9ca5 hex color - Violet - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Violet

Hex #ea9ca5 Color code in RGB color code model is created after adding 91.76% red color, 61.18% green color and 64.71% blue color. Hex #ea9ca5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 29% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeea9ca5#ea9ca5
RGB Decimal234, 156, 165rgb(234, 156, 165)
RGB Percent92%, 61%, 65%rgb(92%, 61%, 65%)
CSS RGBa234, 156, 165,1rgba(234,156,165,1)
CMYK Modelcmyk(0%,33%,29%,8%)
HSL Color Space353,65% ,76%hsl(353,65% ,76%)
HSV Color Space353°, 33%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101001110010100101
Octal352234245
Decimal234156165
Hexea9ca5

Different shades of #ea9ca5 color code.

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

Light Shade of #ea9ca5
#f3c6cb
Dark Shade of #ea9ca5
#e1727f
Saturated Shade of #ea9ca5
#f096a0
Desaturated Shade of #ea9ca5
#e4a2aa
Grey scale Shade of #ea9ca5
#c3c3c3
Brighten Shade
#ffb5be
Most Readable Shade
#000000

Shades of #ea9ca5 color code

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

#ea9ca5
#d08a92
#b67980
#9c686e
#82565b
#684549
#4e3437
#342224
#1a1112
#000000

Similar Color like #ea9ca5 color

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

#eb9da6
#ec9ea7
#ed9fa8
#eea0a9
#efa1aa
#f0a2ab
#f1a3ac
#f2a4ad
#f3a5ae
#f4a6af
#f5a7b0
#f6a8b1
#f7a9b2
#f8aab3
#e99ba4
#e89aa3
#e799a2
#e698a1
#e597a0
#e4969f
#e3959e
#e2949d
#e1939c
#e0929b
#df919a
#de9099
#dd8f98
#dc8e97

Monochromatic Color with #ea9ca5

#ea9ca5
#150e0f
#402b2d
#6a474b
#956369
#bf8087

Tints of #ea9ca5 Color

#ea9ca5
#eca7af
#eeb2b9
#f1bdc3
#f3c8cd
#f5d3d7
#f8dee1
#fae9eb
#fcf4f5
#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

#ea9ca5
#9ceae1

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

Split Complementary

#ea9ca5
#9ceaba
#9cccea

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

Analogous Color

#ea9cc4
#ea9cb5
#ea9ca5
#eaa39c
#eab29c

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

#ea9ca5
#a5ea9c
#9ca5ea

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

#ea9ca5
#ccea9c
#9ceae1
#ba9cea

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

#ea9ca5
#9ceae1
#9cccea
#eaba9c

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

#ea9ca5 Color Code Preview on Black Background Color

This is how #ea9ca5 Color will look on black background color. Color contrast ratio is 9.80

#ea9ca5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea9ca5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea9ca5

#ea9ca5 color code is use for CSS Background Color

Background color for the above div is #ea9ca5

HTML with inline CSS

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

#ea9ca5 color code is use for CSS Border Color

CSS Border color for the above div is #ea9ca5

HTML with inline CSS

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

CSS Border Left color for the above div is #ea9ca5

HTML with inline CSS

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

CSS Border Right color for the above div is #ea9ca5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea9ca5

HTML with inline CSS

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

CSS Border Top color for the above div is #ea9ca5

HTML with inline CSS

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

#ea9ca5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea9ca5 Color code Preview on White Background

This is how #ea9ca5 Color code will look on white background color. Color contrast ratio is 2.14

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.