crispedge.com

Color picker

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

#e994c7 hex color - Violet - Warm color - Information

#e994c7 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #e994c7 Color code in RGB color code model is created after adding 91.37% red color, 58.04% green color and 78.04% blue color. Hex #e994c7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 15% yellow and 9% black.

Hex #e994c7 color code is between #ee99cc web safe hex color code and #dd88bb web safe hex color code. #ee99cc is the nearest web safe color code. You can see here many more shades of #e994c7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee994c7#e994c7
RGB Decimal233, 148, 199rgb(233, 148, 199)
RGB Percent91%, 58%, 78%rgb(91%, 58%, 78%)
CSS RGBa233, 148, 199,1rgba(233,148,199,1)
CMYK Modelcmyk(0%,36%,15%,9%)
HSL Color Space324,66% ,75%hsl(324,66% ,75%)
HSV Color Space324°, 36%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010011001010011000111
Octal351224307
Decimal233148199
Hexe994c7

Different shades of #e994c7 color code.

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

Light Shade of #e994c7
#f2bedd
Dark Shade of #e994c7
#e06ab1
Saturated Shade of #e994c7
#ef8ec8
Desaturated Shade of #e994c7
#e39ac6
Grey scale Shade of #e994c7
#bebebe
Brighten Shade
#ffade0
Most Readable Shade
#000000

Shades of #e994c7 color code

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

#e994c7
#cf83b0
#b5739a
#9b6284
#81526e
#674158
#4d3142
#33202c
#191016
#000000

Similar Color like #e994c7 color

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

#ea95c8
#eb96c9
#ec97ca
#ed98cb
#ee99cc
#ef9acd
#f09bce
#f19ccf
#f29dd0
#f39ed1
#f49fd2
#f5a0d3
#f6a1d4
#f7a2d5
#e893c6
#e792c5
#e691c4
#e590c3
#e48fc2
#e38ec1
#e28dc0
#e18cbf
#e08bbe
#df8abd
#de89bc
#dd88bb
#dc87ba
#db86b9

Monochromatic Color with #e994c7

#e994c7
#140d11
#3f2836
#69435a
#945e7e
#be79a3

Tints of #e994c7 Color

#e994c7
#eb9fcd
#edabd3
#f0b7d9
#f2c3df
#f5cfe6
#f7dbec
#fae7f2
#fcf3f8
#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

#e994c7
#94e9b6

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

Split Complementary

#e994c7
#9de994
#94e9e1

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

Analogous Color

#e994e9
#e994d8
#e994c7
#e994b6
#e994a5

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

#e994c7
#c7e994
#94c7e9

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

#e994c7
#e9e094
#94e9b6
#949ce9

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

#e994c7
#94e9b6
#94e9e1
#e9949d

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

#e994c7 Color Code Preview on Black Background Color

This is how #e994c7 Color will look on black background color. Color contrast ratio is 9.53

#e994c7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e994c7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e994c7

#e994c7 color code is use for CSS Background Color

Background color for the above div is #e994c7

HTML with inline CSS

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

#e994c7 color code is use for CSS Border Color

CSS Border color for the above div is #e994c7

HTML with inline CSS

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

CSS Border Left color for the above div is #e994c7

HTML with inline CSS

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

CSS Border Right color for the above div is #e994c7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e994c7

HTML with inline CSS

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

CSS Border Top color for the above div is #e994c7

HTML with inline CSS

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

#e994c7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e994c7 Color code Preview on White Background

This is how #e994c7 Color code will look on white background color. Color contrast ratio is 2.20

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

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.