Skip to main content Skip to docs navigation

#ef60cb hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Kinky Pinky and its hex is #EE55CC Nearest Color Name

Color Hue/Base color: Red

Hex #ef60cb Color code in RGB color code model is created after adding 93.73% red color, 37.65% green color and 79.61% blue color. Hex #ef60cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 15% yellow and 6.27% black.

Hex #ef60cb color code is between #ee66cc web safe hex color code and #ff55bb web safe hex color code. #ee66cc is the nearest web safe color code. You can see here many more shades of #ef60cb color code.

RGB Chart

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

Color Table

Hex Color Code ef60cb #ef60cb
RGB Decimal 239, 96, 203 239, 96, 203
RGB Percent 94%, 38%, 80% rgb(94%, 38%, 80%)
CSS RGBa 239, 96, 203,1 rgba(239,96,203,1)
CMYK Model cmyk(0%,60%,15%,6.27%)
HSL Color Space 315,82% ,66% hsl(315,82% ,66%)
HSV Color Space 315°, 60%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 01100000 11001011
Octal 357 140 313
Decimal 239 96 203
Hex ef 60 cb

Different shades of #ef60cb color code.

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

Darkest of #ef60cb
#a51180
Darker of #ef60cb
#d415a4
Dark of #ef60cb
#ea32bc
Base of #ef60cb
#ef60cb
Light of #ef60cb
#f48eda
Lighter
#f8bde9
Lightest
#fdebf8

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

#ef60cb
#60ef84

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

Split Complementary

#ef60cb
#84ef60
#60efcb

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

Analogous Color

#c060ef
#d760ef
#ef60cb
#ef609b
#ef6060

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

#ef60cb
#60cbef
#cbef60

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

#ef60cb
#cbef60
#60ef84
#8460ef

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ef60cb
#efcb60
#60ef84
#6084ef

Square 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).

Monochromatic Color with #ef60cb

#770c5c
#a51180
#d415a4
#ea32bc
#ef60cb
#f48eda
#f8bde9
#fdebf8
#ffffff

Tints of #ef60cb Color

#ef60cb
#f071d0
#f283d6
#f495dc
#f6a6e2
#f7b8e7
#f9caed
#fbdbf3
#fdedf9
#ffffff

Shades of #ef60cb color code

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

#ef60cb
#d455b4
#b94a9d
#9f4087
#843570
#6a2a5a
#4f2043
#35152d
#1a0a16
#000000

Tones

#ef60cb
#dd72c2
#cc83ba
#bb95b1
#a9a6a8

Tones

Similar Color like #ef60cb color

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

#f061cc
#f162cd
#f263ce
#f364cf
#f465d0
#f566d1
#f667d2
#f768d3
#f869d4
#f96ad5
#fa6bd6
#fb6cd7
#fc6dd8
#fd6ed9
#ee5fca
#ed5ec9
#ec5dc8
#eb5cc7
#ea5bc6
#e95ac5
#e859c4
#e758c3
#e657c2
#e556c1
#e455c0
#e354bf
#e253be
#e152bd

Download this Dark Red

Hex #ef60cb 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.

#ef60cb Color Code Preview on Black Background Color

This is how #ef60cb Color will look on black background color. Color contrast ratio is 7.21

#ef60cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef60cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef60cb

#ef60cb color code is use for CSS Background Color

Background color for the above div is #ef60cb

HTML with inline CSS

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

#ef60cb color code is use for CSS Border Color

CSS Border color for the above div is #ef60cb

HTML with inline CSS

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

CSS Border Left color for the above div is #ef60cb

HTML with inline CSS

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

CSS Border Right color for the above div is #ef60cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef60cb

HTML with inline CSS

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

CSS Border Top color for the above div is #ef60cb

HTML with inline CSS

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

#ef60cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef60cb Color code Preview on White Background

This is how #ef60cb Color code will look on white background color. Color contrast ratio is 2.91

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(239,96,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,239,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,96,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }