crispedge.com

Color picker

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

#e18cf1 hex color - Violet - Warm color - Information

#e18cf1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e18cf1 Color code in RGB color code model is created after adding 88.24% red color, 54.9% green color and 94.51% blue color. Hex #e18cf1 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 42% magenta, 0% yellow and 5% black.

Hex #e18cf1 color code is between #dd88ee web safe hex color code and #ee99ff web safe hex color code. #dd88ee is the nearest web safe color code. You can see here many more shades of #e18cf1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee18cf1#e18cf1
RGB Decimal225, 140, 241rgb(225, 140, 241)
RGB Percent88%, 55%, 95%rgb(88%, 55%, 95%)
CSS RGBa225, 140, 241,1rgba(225,140,241,1)
CMYK Modelcmyk(7%,42%,0%,5%)
HSL Color Space290,78% ,75%hsl(290,78% ,75%)
HSV Color Space290°, 42%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011000110011110001
Octal341214361
Decimal225140241
Hexe18cf1

Different shades of #e18cf1 color code.

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

Light Shade of #e18cf1
#edb9f7
Dark Shade of #e18cf1
#d55feb
Saturated Shade of #e18cf1
#e586f7
Desaturated Shade of #e18cf1
#dd92eb
Grey scale Shade of #e18cf1
#bebebe
Brighten Shade
#faa5ff
Most Readable Shade
#000000

Shades of #e18cf1 color code

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

#e18cf1
#c87cd6
#af6cbb
#965da0
#7d4d85
#643e6b
#4b2e50
#321f35
#190f1a
#000000

Similar Color like #e18cf1 color

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

#e28df2
#e38ef3
#e48ff4
#e590f5
#e691f6
#e792f7
#e893f8
#e994f9
#ea95fa
#eb96fb
#ec97fc
#ed98fd
#ee99fe
#ef9aff
#e08bf0
#df8aef
#de89ee
#dd88ed
#dc87ec
#db86eb
#da85ea
#d984e9
#d883e8
#d782e7
#d681e6
#d580e5
#d47fe4
#d37ee3

Monochromatic Color with #e18cf1

#e18cf1
#1b111c
#422947
#6a4271
#925b9c
#b973c6

Tints of #e18cf1 Color

#e18cf1
#e498f2
#e7a5f4
#ebb2f5
#eebff7
#f1cbf8
#f5d8fa
#f8e5fb
#fbf2fd
#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

#e18cf1
#9cf18c

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

Split Complementary

#e18cf1
#cff18c
#8cf1ae

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

Analogous Color

#b98cf1
#cd8cf1
#e18cf1
#f18ced
#f18cd9

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

#e18cf1
#f1e18c
#8cf1e1

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

#e18cf1
#f1ae8c
#9cf18c
#8ccef1

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

#e18cf1
#9cf18c
#8cf1ae
#f18ccf

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

#e18cf1 Color Code Preview on Black Background Color

This is how #e18cf1 Color will look on black background color. Color contrast ratio is 9.22

#e18cf1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e18cf1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e18cf1

#e18cf1 color code is use for CSS Background Color

Background color for the above div is #e18cf1

HTML with inline CSS

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

#e18cf1 color code is use for CSS Border Color

CSS Border color for the above div is #e18cf1

HTML with inline CSS

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

CSS Border Left color for the above div is #e18cf1

HTML with inline CSS

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

CSS Border Right color for the above div is #e18cf1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e18cf1

HTML with inline CSS

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

CSS Border Top color for the above div is #e18cf1

HTML with inline CSS

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

#e18cf1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e18cf1 Color code Preview on White Background

This is how #e18cf1 Color code will look on white background color. Color contrast ratio is 2.28

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

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.