crispedge.com

Color picker

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

#ea9fc0 hex color - Violet - Warm color - Information

#ea9fc0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ea9fc0 Color code in RGB color code model is created after adding 91.76% red color, 62.35% green color and 75.29% blue color. Hex #ea9fc0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 18% yellow and 8% black.

Hex #ea9fc0 color code is between #ee99bb web safe hex color code and #ddaacc web safe hex color code. #ee99bb is the nearest web safe color code. You can see here many more shades of #ea9fc0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeea9fc0#ea9fc0
RGB Decimal234, 159, 192rgb(234, 159, 192)
RGB Percent92%, 62%, 75%rgb(92%, 62%, 75%)
CSS RGBa234, 159, 192,1rgba(234,159,192,1)
CMYK Modelcmyk(0%,32%,18%,8%)
HSL Color Space334,64% ,77%hsl(334,64% ,77%)
HSV Color Space334°, 32%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101001111111000000
Octal352237300
Decimal234159192
Hexea9fc0

Different shades of #ea9fc0 color code.

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

Light Shade of #ea9fc0
#f3c9db
Dark Shade of #ea9fc0
#e175a5
Saturated Shade of #ea9fc0
#f099bf
Desaturated Shade of #ea9fc0
#e4a5c1
Grey scale Shade of #ea9fc0
#c4c4c4
Brighten Shade
#ffb8d9
Most Readable Shade
#000000

Shades of #ea9fc0 color code

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

#ea9fc0
#d08daa
#b67b95
#9c6a80
#82586a
#684655
#4e3540
#34232a
#1a1115
#000000

Similar Color like #ea9fc0 color

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

#eba0c1
#eca1c2
#eda2c3
#eea3c4
#efa4c5
#f0a5c6
#f1a6c7
#f2a7c8
#f3a8c9
#f4a9ca
#f5aacb
#f6abcc
#f7accd
#f8adce
#e99ebf
#e89dbe
#e79cbd
#e69bbc
#e59abb
#e499ba
#e398b9
#e297b8
#e196b7
#e095b6
#df94b5
#de93b4
#dd92b3
#dc91b2

Monochromatic Color with #ea9fc0

#ea9fc0
#150f12
#402b34
#6a4857
#95657a
#bf829d

Tints of #ea9fc0 Color

#ea9fc0
#eca9c7
#eeb4ce
#f1bfd5
#f3c9dc
#f5d4e3
#f8dfea
#fae9f1
#fcf4f8
#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

#ea9fc0
#9feac9

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

Split Complementary

#ea9fc0
#9feaa4
#9fe5ea

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

Analogous Color

#ea9fde
#ea9fcf
#ea9fc0
#ea9fb1
#ea9fa2

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

#ea9fc0
#c0ea9f
#9fc0ea

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

#ea9fc0
#e5ea9f
#9feac9
#a39fea

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

#ea9fc0
#9feac9
#9fe5ea
#eaa49f

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

#ea9fc0 Color Code Preview on Black Background Color

This is how #ea9fc0 Color will look on black background color. Color contrast ratio is 10.22

#ea9fc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea9fc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea9fc0

#ea9fc0 color code is use for CSS Background Color

Background color for the above div is #ea9fc0

HTML with inline CSS

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

#ea9fc0 color code is use for CSS Border Color

CSS Border color for the above div is #ea9fc0

HTML with inline CSS

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

CSS Border Left color for the above div is #ea9fc0

HTML with inline CSS

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

CSS Border Right color for the above div is #ea9fc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea9fc0

HTML with inline CSS

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

CSS Border Top color for the above div is #ea9fc0

HTML with inline CSS

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

#ea9fc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea9fc0 Color code Preview on White Background

This is how #ea9fc0 Color code will look on white background color. Color contrast ratio is 2.06

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

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.