crispedge.com

Color picker

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

#e693c3 hex color - Violet - Warm color - Information

#e693c3 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #e693c3 Color code in RGB color code model is created after adding 90.2% red color, 57.65% green color and 76.47% blue color. Hex #e693c3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 15% yellow and 10% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee693c3#e693c3
RGB Decimal230, 147, 195rgb(230, 147, 195)
RGB Percent90%, 58%, 76%rgb(90%, 58%, 76%)
CSS RGBa230, 147, 195,1rgba(230,147,195,1)
CMYK Modelcmyk(0%,36%,15%,10%)
HSL Color Space325,62% ,74%hsl(325,62% ,74%)
HSV Color Space325°, 36%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101001001111000011
Octal346223303
Decimal230147195
Hexe693c3

Different shades of #e693c3 color code.

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

Light Shade of #e693c3
#f0bcda
Dark Shade of #e693c3
#dc6aac
Saturated Shade of #e693c3
#ed8cc4
Desaturated Shade of #e693c3
#df9ac2
Grey scale Shade of #e693c3
#bcbcbc
Brighten Shade
#ffacdc
Most Readable Shade
#000000

Shades of #e693c3 color code

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

#e693c3
#cc82ad
#b27297
#996282
#7f516c
#664156
#4c3141
#33202b
#191015
#000000

Similar Color like #e693c3 color

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

#e794c4
#e895c5
#e996c6
#ea97c7
#eb98c8
#ec99c9
#ed9aca
#ee9bcb
#ef9ccc
#f09dcd
#f19ece
#f29fcf
#f3a0d0
#f4a1d1
#e592c2
#e491c1
#e390c0
#e28fbf
#e18ebe
#e08dbd
#df8cbc
#de8bbb
#dd8aba
#dc89b9
#db88b8
#da87b7
#d986b6
#d885b5

Monochromatic Color with #e693c3

#e693c3
#110b0f
#3c2633
#664257
#915d7b
#bb789f

Tints of #e693c3 Color

#e693c3
#e89fc9
#ebabd0
#eeb7d7
#f1c3dd
#f3cfe4
#f6dbeb
#f9e7f1
#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

#e693c3
#93e6b6

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

Split Complementary

#e693c3
#99e693
#93e6e0

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

Analogous Color

#e693e4
#e693d4
#e693c3
#e693b2
#e693a2

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

#e693c3
#c3e693
#93c3e6

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

#e693c3
#e6df93
#93e6b6
#9399e6

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

#e693c3
#93e6b6
#93e6e0
#e69399

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

#e693c3 Color Code Preview on Black Background Color

This is how #e693c3 Color will look on black background color. Color contrast ratio is 9.33

#e693c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e693c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e693c3

#e693c3 color code is use for CSS Background Color

Background color for the above div is #e693c3

HTML with inline CSS

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

#e693c3 color code is use for CSS Border Color

CSS Border color for the above div is #e693c3

HTML with inline CSS

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

CSS Border Left color for the above div is #e693c3

HTML with inline CSS

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

CSS Border Right color for the above div is #e693c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e693c3

HTML with inline CSS

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

CSS Border Top color for the above div is #e693c3

HTML with inline CSS

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

#e693c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e693c3 Color code Preview on White Background

This is how #e693c3 Color code will look on white background color. Color contrast ratio is 2.25

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

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.