crispedge.com

Color picker

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

#eea8cc hex color - Violet - Warm color - Information

#eea8cc hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #eea8cc Color code in RGB color code model is created after adding 93.33% red color, 65.88% green color and 80% blue color. Hex #eea8cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 14% yellow and 7% black.

Hex #eea8cc color code is between #ddaabb web safe hex color code and #ff99dd web safe hex color code. #ddaabb is the nearest web safe color code. You can see here many more shades of #eea8cc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeea8cc#eea8cc
RGB Decimal238, 168, 204rgb(238, 168, 204)
RGB Percent93%, 66%, 80%rgb(93%, 66%, 80%)
CSS RGBa238, 168, 204,1rgba(238,168,204,1)
CMYK Modelcmyk(0%,29%,14%,7%)
HSL Color Space329,67% ,80%hsl(329,67% ,80%)
HSV Color Space329°, 29%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101010100011001100
Octal356250314
Decimal238168204
Hexeea8cc

Different shades of #eea8cc color code.

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

Light Shade of #eea8cc
#f6d3e5
Dark Shade of #eea8cc
#e67db3
Saturated Shade of #eea8cc
#f3a3cc
Desaturated Shade of #eea8cc
#e9adcc
Grey scale Shade of #eea8cc
#cbcbcb
Brighten Shade
#ffc1e5
Most Readable Shade
#000000

Shades of #eea8cc color code

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

#eea8cc
#d395b5
#b9829e
#9e7088
#845d71
#694a5a
#4f3844
#34252d
#1a1216
#000000

Similar Color like #eea8cc color

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

#efa9cd
#f0aace
#f1abcf
#f2acd0
#f3add1
#f4aed2
#f5afd3
#f6b0d4
#f7b1d5
#f8b2d6
#f9b3d7
#fab4d8
#fbb5d9
#fcb6da
#eda7cb
#eca6ca
#eba5c9
#eaa4c8
#e9a3c7
#e8a2c6
#e7a1c5
#e6a0c4
#e59fc3
#e49ec2
#e39dc1
#e29cc0
#e19bbf
#e09abe

Monochromatic Color with #eea8cc

#eea8cc
#1a1216
#44303a
#6e4e5f
#996c83
#c38aa8

Tints of #eea8cc Color

#eea8cc
#efb1d1
#f1bbd7
#f3c5dd
#f5cee2
#f7d8e8
#f9e2ee
#fbebf3
#fdf5f9
#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

#eea8cc
#a8eeca

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

Split Complementary

#eea8cc
#a9eea8
#a8eeed

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

Analogous Color

#eea8e8
#eea8da
#eea8cc
#eea8be
#eea8b0

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

#eea8cc
#cceea8
#a8ccee

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

#eea8cc
#eeeda8
#a8eeca
#a8a9ee

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

#eea8cc
#a8eeca
#a8eeed
#eea8a9

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

#eea8cc Color Code Preview on Black Background Color

This is how #eea8cc Color will look on black background color. Color contrast ratio is 11.11

#eea8cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eea8cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eea8cc

#eea8cc color code is use for CSS Background Color

Background color for the above div is #eea8cc

HTML with inline CSS

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

#eea8cc color code is use for CSS Border Color

CSS Border color for the above div is #eea8cc

HTML with inline CSS

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

CSS Border Left color for the above div is #eea8cc

HTML with inline CSS

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

CSS Border Right color for the above div is #eea8cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eea8cc

HTML with inline CSS

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

CSS Border Top color for the above div is #eea8cc

HTML with inline CSS

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

#eea8cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eea8cc Color code Preview on White Background

This is how #eea8cc Color code will look on white background color. Color contrast ratio is 1.89

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

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.