crispedge.com

Color picker

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

#e596cd hex color - Violet - Warm color - Information

#e596cd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e596cd Color code in RGB color code model is created after adding 89.8% red color, 58.82% green color and 80.39% blue color. Hex #e596cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 10% yellow and 10% black.

Hex #e596cd color code is between #dd99cc web safe hex color code and #ee88dd web safe hex color code. #dd99cc is the nearest web safe color code. You can see here many more shades of #e596cd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee596cd#e596cd
RGB Decimal229, 150, 205rgb(229, 150, 205)
RGB Percent90%, 59%, 80%rgb(90%, 59%, 80%)
CSS RGBa229, 150, 205,1rgba(229,150,205,1)
CMYK Modelcmyk(0%,34%,10%,10%)
HSL Color Space318,60% ,74%hsl(318,60% ,74%)
HSV Color Space318°, 34%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001011001011011001101
Octal345226315
Decimal229150205
Hexe596cd

Different shades of #e596cd color code.

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

Light Shade of #e596cd
#efbfe0
Dark Shade of #e596cd
#db6dba
Saturated Shade of #e596cd
#ec8fd0
Desaturated Shade of #e596cd
#de9dca
Grey scale Shade of #e596cd
#bdbdbd
Brighten Shade
#feafe6
Most Readable Shade
#000000

Shades of #e596cd color code

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

#e596cd
#cb85b6
#b2749f
#986488
#7f5371
#65425b
#4c3244
#32212d
#191016
#000000

Similar Color like #e596cd color

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

#e697ce
#e798cf
#e899d0
#e99ad1
#ea9bd2
#eb9cd3
#ec9dd4
#ed9ed5
#ee9fd6
#efa0d7
#f0a1d8
#f1a2d9
#f2a3da
#f3a4db
#e495cc
#e394cb
#e293ca
#e192c9
#e091c8
#df90c7
#de8fc6
#dd8ec5
#dc8dc4
#db8cc3
#da8bc2
#d98ac1
#d889c0
#d788bf

Monochromatic Color with #e596cd

#e596cd
#100b0f
#3b2735
#65425b
#905e81
#ba7aa7

Tints of #e596cd Color

#e596cd
#e7a1d2
#eaadd8
#edb9dd
#f0c4e3
#f3d0e8
#f6dcee
#f9e7f3
#fcf3f9
#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

#e596cd
#96e5ae

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

Split Complementary

#e596cd
#a6e596
#96e5d6

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

Analogous Color

#dd96e5
#e596dd
#e596cd
#e596bd
#e596ad

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

#e596cd
#cde596
#96cde5

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

#e596cd
#e5d596
#96e5ae
#96a5e5

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

#e596cd
#96e5ae
#96e5d6
#e596a6

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

#e596cd Color Code Preview on Black Background Color

This is how #e596cd Color will look on black background color. Color contrast ratio is 9.58

#e596cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e596cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e596cd

#e596cd color code is use for CSS Background Color

Background color for the above div is #e596cd

HTML with inline CSS

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

#e596cd color code is use for CSS Border Color

CSS Border color for the above div is #e596cd

HTML with inline CSS

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

CSS Border Left color for the above div is #e596cd

HTML with inline CSS

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

CSS Border Right color for the above div is #e596cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e596cd

HTML with inline CSS

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

CSS Border Top color for the above div is #e596cd

HTML with inline CSS

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

#e596cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e596cd Color code Preview on White Background

This is how #e596cd Color code will look on white background color. Color contrast ratio is 2.19

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

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.