crispedge.com

Color picker

Loading...

#e75ddf hex color - Red - Warm color - Information

#e75ddf hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e75ddf Color code in RGB color code model is created after adding 90.59% red color, 36.47% green color and 87.45% blue color. Hex #e75ddf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 3% yellow and 9% black.

Hex #e75ddf color code is between #ee55dd web safe hex color code and #dd66ee web safe hex color code. #ee55dd is the nearest web safe color code. You can see here many more shades of #e75ddf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee75ddf#e75ddf
RGB Decimal231, 93, 223rgb(231, 93, 223)
RGB Percent91%, 36%, 87%rgb(91%, 36%, 87%)
CSS RGBa231, 93, 223,1rgba(231,93,223,1)
CMYK Modelcmyk(0%,60%,3%,9%)
HSL Color Space303,74% ,64%hsl(303,74% ,64%)
HSV Color Space303°, 60%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001110101110111011111
Octal347135337
Decimal23193223
Hexe75ddf

Different shades of #e75ddf color code.

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

Light Shade of #e75ddf
#ee89e8
Dark Shade of #e75ddf
#e031d6
Saturated Shade of #e75ddf
#f054e7
Desaturated Shade of #e75ddf
#de66d7
Grey scale Shade of #e75ddf
#a2a2a2
Brighten Shade
#ff76f8
Most Readable Shade
#000000

Shades of #e75ddf color code

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

#e75ddf
#cd52c6
#b348ad
#9a3e94
#80337b
#662963
#4d1f4a
#331431
#190a18
#000000

Similar Color like #e75ddf color

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

#e85ee0
#e95fe1
#ea60e2
#eb61e3
#ec62e4
#ed63e5
#ee64e6
#ef65e7
#f066e8
#f167e9
#f268ea
#f369eb
#f46aec
#f56bed
#e65cde
#e55bdd
#e45adc
#e359db
#e258da
#e157d9
#e056d8
#df55d7
#de54d6
#dd53d5
#dc52d4
#db51d3
#da50d2
#d94fd1

Monochromatic Color with #e75ddf

#e75ddf
#120712
#3d193b
#672a64
#923b8d
#bc4cb6

Tints of #e75ddf Color

#e75ddf
#e96fe2
#ec81e6
#ef93e9
#f1a5ed
#f4b7f0
#f7c9f4
#f9dbf7
#fcedfb
#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

#e75ddf
#5de765

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

Split Complementary

#e75ddf
#9ae75d
#5de7aa

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

Analogous Color

#b85de7
#d35de7
#e75ddf
#e75dc3
#e75da8

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

#e75ddf
#dfe75d
#5ddfe7

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

#e75ddf
#e7aa5d
#5de765
#5d9ae7

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

#e75ddf
#5de765
#5de7aa
#e75d9a

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

#e75ddf Color Code Preview on Black Background Color

This is how #e75ddf Color will look on black background color. Color contrast ratio is 7.03

#e75ddf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e75ddf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e75ddf

#e75ddf color code is use for CSS Background Color

Background color for the above div is #e75ddf

HTML with inline CSS

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

#e75ddf color code is use for CSS Border Color

CSS Border color for the above div is #e75ddf

HTML with inline CSS

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

CSS Border Left color for the above div is #e75ddf

HTML with inline CSS

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

CSS Border Right color for the above div is #e75ddf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e75ddf

HTML with inline CSS

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

CSS Border Top color for the above div is #e75ddf

HTML with inline CSS

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

#e75ddf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e75ddf Color code Preview on White Background

This is how #e75ddf Color code will look on white background color. Color contrast ratio is 2.99

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

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(231,93,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,231,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,93,223,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.