crispedge.com

Color picker

Loading...

#ef75a6 hex color - Red - Warm color - Information

#ef75a6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ef75a6 Color code in RGB color code model is created after adding 93.73% red color, 45.88% green color and 65.1% blue color. Hex #ef75a6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 31% yellow and 6% black.

Hex #ef75a6 color code is between #ee77aa web safe hex color code and #ff6699 web safe hex color code. #ee77aa is the nearest web safe color code. You can see here many more shades of #ef75a6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeef75a6#ef75a6
RGB Decimal239, 117, 166rgb(239, 117, 166)
RGB Percent94%, 46%, 65%rgb(94%, 46%, 65%)
CSS RGBa239, 117, 166,1rgba(239,117,166,1)
CMYK Modelcmyk(0%,51%,31%,6%)
HSL Color Space336,79% ,70%hsl(336,79% ,70%)
HSV Color Space336°, 51%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110111010110100110
Octal357165246
Decimal239117166
Hexef75a6

Different shades of #ef75a6 color code.

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

Light Shade of #ef75a6
#f4a3c3
Dark Shade of #ef75a6
#ea4789
Saturated Shade of #ef75a6
#f76da4
Desaturated Shade of #ef75a6
#e77da8
Grey scale Shade of #ef75a6
#b2b2b2
Brighten Shade
#ff8ebf
Most Readable Shade
#000000

Shades of #ef75a6 color code

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

#ef75a6
#d46893
#b95b81
#9f4e6e
#84415c
#6a3449
#4f2737
#351a24
#1a0d12
#000000

Similar Color like #ef75a6 color

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

#f076a7
#f177a8
#f278a9
#f379aa
#f47aab
#f57bac
#f67cad
#f77dae
#f87eaf
#f97fb0
#fa80b1
#fb81b2
#fc82b3
#fd83b4
#ee74a5
#ed73a4
#ec72a3
#eb71a2
#ea70a1
#e96fa0
#e86e9f
#e76d9e
#e66c9d
#e56b9c
#e46a9b
#e3699a
#e26899
#e16798

Monochromatic Color with #ef75a6

#ef75a6
#1a0d12
#452230
#6f374d
#9a4b6b
#c46088

Tints of #ef75a6 Color

#ef75a6
#f084af
#f293b9
#f4a3c3
#f6b2cd
#f7c1d7
#f9d1e1
#fbe0eb
#fdeff5
#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

#ef75a6
#75efbe

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

Split Complementary

#ef75a6
#75ef81
#75e3ef

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

Analogous Color

#ef75d7
#ef75be
#ef75a6
#ef758e
#ef7575

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

#ef75a6
#a6ef75
#75a6ef

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

#ef75a6
#e3ef75
#75efbe
#8175ef

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

#ef75a6
#75efbe
#75e3ef
#ef8175

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

#ef75a6 Color Code Preview on Black Background Color

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

#ef75a6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef75a6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef75a6

#ef75a6 color code is use for CSS Background Color

Background color for the above div is #ef75a6

HTML with inline CSS

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

#ef75a6 color code is use for CSS Border Color

CSS Border color for the above div is #ef75a6

HTML with inline CSS

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

CSS Border Left color for the above div is #ef75a6

HTML with inline CSS

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

CSS Border Right color for the above div is #ef75a6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef75a6

HTML with inline CSS

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

CSS Border Top color for the above div is #ef75a6

HTML with inline CSS

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

#ef75a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef75a6 Color code Preview on White Background

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

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(239,117,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,239,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,117,166,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.