crispedge.com

Color picker

Loading...

#ea75bc hex color - Red - Warm color - Information

#ea75bc hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ea75bc Color code in RGB color code model is created after adding 91.76% red color, 45.88% green color and 73.73% blue color. Hex #ea75bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 20% yellow and 8% black.

Hex #ea75bc color code is between #ee77bb web safe hex color code and #dd66cc web safe hex color code. #ee77bb is the nearest web safe color code. You can see here many more shades of #ea75bc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeea75bc#ea75bc
RGB Decimal234, 117, 188rgb(234, 117, 188)
RGB Percent92%, 46%, 74%rgb(92%, 46%, 74%)
CSS RGBa234, 117, 188,1rgba(234,117,188,1)
CMYK Modelcmyk(0%,50%,20%,8%)
HSL Color Space324,74% ,69%hsl(324,74% ,69%)
HSV Color Space324°, 50%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010100111010110111100
Octal352165274
Decimal234117188
Hexea75bc

Different shades of #ea75bc color code.

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

Light Shade of #ea75bc
#f1a1d1
Dark Shade of #ea75bc
#e349a7
Saturated Shade of #ea75bc
#f26dbe
Desaturated Shade of #ea75bc
#e27dba
Grey scale Shade of #ea75bc
#afafaf
Brighten Shade
#ff8ed5
Most Readable Shade
#000000

Shades of #ea75bc color code

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

#ea75bc
#d068a7
#b65b92
#9c4e7d
#824168
#683453
#4e273e
#341a29
#1a0d14
#000000

Similar Color like #ea75bc color

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

#eb76bd
#ec77be
#ed78bf
#ee79c0
#ef7ac1
#f07bc2
#f17cc3
#f27dc4
#f37ec5
#f47fc6
#f580c7
#f681c8
#f782c9
#f883ca
#e974bb
#e873ba
#e772b9
#e671b8
#e570b7
#e46fb6
#e36eb5
#e26db4
#e16cb3
#e06bb2
#df6ab1
#de69b0
#dd68af
#dc67ae

Monochromatic Color with #ea75bc

#ea75bc
#150b11
#402033
#6a3556
#954a78
#bf609a

Tints of #ea75bc Color

#ea75bc
#ec84c3
#ee93ca
#f1a3d2
#f3b2d9
#f5c1e1
#f8d1e8
#fae0f0
#fceff7
#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

#ea75bc
#75eaa3

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

Split Complementary

#ea75bc
#82ea75
#75eade

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

Analogous Color

#e975ea
#ea75d3
#ea75bc
#ea75a5
#ea758d

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

#ea75bc
#bcea75
#75bcea

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

#ea75bc
#eadd75
#75eaa3
#7581ea

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

#ea75bc
#75eaa3
#75eade
#ea7582

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

#ea75bc Color Code Preview on Black Background Color

This is how #ea75bc Color will look on black background color. Color contrast ratio is 7.77

#ea75bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea75bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea75bc

#ea75bc color code is use for CSS Background Color

Background color for the above div is #ea75bc

HTML with inline CSS

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

#ea75bc color code is use for CSS Border Color

CSS Border color for the above div is #ea75bc

HTML with inline CSS

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

CSS Border Left color for the above div is #ea75bc

HTML with inline CSS

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

CSS Border Right color for the above div is #ea75bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea75bc

HTML with inline CSS

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

CSS Border Top color for the above div is #ea75bc

HTML with inline CSS

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

#ea75bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea75bc Color code Preview on White Background

This is how #ea75bc Color code will look on white background color. Color contrast ratio is 2.70

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

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(234,117,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,234,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,117,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.