crispedge.com

Color picker

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

#e531a6 hex color - Violet - Warm color - Information

#e531a6 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #e531a6 Color code in RGB color code model is created after adding 89.8% red color, 19.22% green color and 65.1% blue color. Hex #e531a6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 28% yellow and 10% black.

Hex #e531a6 color code is between #dd33aa web safe hex color code and #ee2299 web safe hex color code. #dd33aa is the nearest web safe color code. You can see here many more shades of #e531a6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee531a6#e531a6
RGB Decimal229, 49, 166rgb(229, 49, 166)
RGB Percent90%, 19%, 65%rgb(90%, 19%, 65%)
CSS RGBa229, 49, 166,1rgba(229,49,166,1)
CMYK Modelcmyk(0%,79%,28%,10%)
HSL Color Space321,78% ,55%hsl(321,78% ,55%)
HSV Color Space321°, 79%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001010011000110100110
Octal34561246
Decimal22949166
Hexe531a6

Different shades of #e531a6 color code.

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

Light Shade of #e531a6
#eb5eba
Dark Shade of #e531a6
#ca198c
Saturated Shade of #e531a6
#f125a9
Desaturated Shade of #e531a6
#d93da2
Grey scale Shade of #e531a6
#8b8b8b
Brighten Shade
#fe4abf
Most Readable Shade
#FFFFFF

Shades of #e531a6 color code

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

#e531a6
#cb2b93
#b22681
#98206e
#7f1b5c
#651549
#4c1037
#320a24
#190512
#000000

Similar Color like #e531a6 color

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

#e632a7
#e733a8
#e834a9
#e935aa
#ea36ab
#eb37ac
#ec38ad
#ed39ae
#ee3aaf
#ef3bb0
#f03cb1
#f13db2
#f23eb3
#f33fb4
#e430a5
#e32fa4
#e22ea3
#e12da2
#e02ca1
#df2ba0
#de2a9f
#dd299e
#dc289d
#db279c
#da269b
#d9259a
#d82499
#d72398

Monochromatic Color with #e531a6

#e531a6
#10040c
#3b0d2b
#65164a
#901f68
#ba2887

Tints of #e531a6 Color

#e531a6
#e747af
#ea5eb9
#ed75c3
#f08ccd
#f3a3d7
#f6bae1
#f9d1eb
#fce8f5
#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

#e531a6
#31e570

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

Split Complementary

#e531a6
#4ce531
#31e5ca

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

Analogous Color

#dc31e5
#e531ca
#e531a6
#e53182
#e5315e

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

#e531a6
#a6e531
#31a6e5

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

#e531a6
#e5ca31
#31e570
#314ce5

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

#e531a6
#31e570
#31e5ca
#e5314c

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

#e531a6 Color Code Preview on Black Background Color

This is how #e531a6 Color will look on black background color. Color contrast ratio is 5.32

#e531a6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e531a6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e531a6

#e531a6 color code is use for CSS Background Color

Background color for the above div is #e531a6

HTML with inline CSS

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

#e531a6 color code is use for CSS Border Color

CSS Border color for the above div is #e531a6

HTML with inline CSS

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

CSS Border Left color for the above div is #e531a6

HTML with inline CSS

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

CSS Border Right color for the above div is #e531a6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e531a6

HTML with inline CSS

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

CSS Border Top color for the above div is #e531a6

HTML with inline CSS

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

#e531a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e531a6 Color code Preview on White Background

This is how #e531a6 Color code will look on white background color. Color contrast ratio is 3.95

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

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.