crispedge.com

Color picker

Loading...

#e174ec hex color - Violet - Warm color - Information

#e174ec hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #e174ec color code is between #dd77ee web safe hex color code and #ee66dd web safe hex color code. #dd77ee is the nearest web safe color code. You can see here many more shades of #e174ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codee174ec#e174ec
RGB Decimal225, 116, 236rgb(225, 116, 236)
RGB Percent88%, 45%, 93%rgb(88%, 45%, 93%)
CSS RGBa225, 116, 236,1rgba(225,116,236,1)
CMYK Modelcmyk(5%,51%,0%,7%)
HSL Color Space295,76% ,69%hsl(295,76% ,69%)
HSV Color Space295°, 51%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010111010011101100
Octal341164354
Decimal225116236
Hexe174ec

Different shades of #e174ec color code.

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

Light Shade of #e174ec
#eba1f2
Dark Shade of #e174ec
#d747e6
Saturated Shade of #e174ec
#e76cf4
Desaturated Shade of #e174ec
#db7ce4
Grey scale Shade of #e174ec
#b0b0b0
Brighten Shade
#fa8dff
Most Readable Shade
#000000

Shades of #e174ec color code

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

#e174ec
#c867d1
#af5ab7
#964d9d
#7d4083
#643368
#4b264e
#321934
#190c1a
#000000

Similar Color like #e174ec color

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

#e275ed
#e376ee
#e477ef
#e578f0
#e679f1
#e77af2
#e87bf3
#e97cf4
#ea7df5
#eb7ef6
#ec7ff7
#ed80f8
#ee81f9
#ef82fa
#e073eb
#df72ea
#de71e9
#dd70e8
#dc6fe7
#db6ee6
#da6de5
#d96ce4
#d86be3
#d76ae2
#d669e1
#d568e0
#d467df
#d366de

Monochromatic Color with #e174ec

#e174ec
#160c17
#3f2042
#67356c
#904a97
#b85fc1

Tints of #e174ec Color

#e174ec
#e483ee
#e792f0
#eba2f2
#eeb1f4
#f1c1f6
#f5d0f8
#f8e0fa
#fbeffc
#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

#e174ec
#7fec74

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

Split Complementary

#e174ec
#bbec74
#74eca5

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

Analogous Color

#b174ec
#c974ec
#e174ec
#ec74df
#ec74c7

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

#e174ec
#ece174
#74ece1

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

#e174ec
#eca574
#7fec74
#74bbec

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

#e174ec
#7fec74
#74eca5
#ec74bb

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

#e174ec Color Code Preview on Black Background Color

This is how #e174ec Color will look on black background color. Color contrast ratio is 7.91

#e174ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e174ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e174ec

#e174ec color code is use for CSS Background Color

Background color for the above div is #e174ec

HTML with inline CSS

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

#e174ec color code is use for CSS Border Color

CSS Border color for the above div is #e174ec

HTML with inline CSS

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

CSS Border Left color for the above div is #e174ec

HTML with inline CSS

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

CSS Border Right color for the above div is #e174ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e174ec

HTML with inline CSS

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

CSS Border Top color for the above div is #e174ec

HTML with inline CSS

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

#e174ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e174ec Color code Preview on White Background

This is how #e174ec Color code will look on white background color. Color contrast ratio is 2.65

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(225,116,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,236,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,116,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.