crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ef76d7 hex color - Violet - Warm color - Information

#ef76d7 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ef76d7 color code is between #ee77dd web safe hex color code and #ff66cc web safe hex color code. #ee77dd is the nearest web safe color code. You can see here many more shades of #ef76d7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeef76d7#ef76d7
RGB Decimal239, 118, 215rgb(239, 118, 215)
RGB Percent94%, 46%, 84%rgb(94%, 46%, 84%)
CSS RGBa239, 118, 215,1rgba(239,118,215,1)
CMYK Modelcmyk(0%,51%,10%,6%)
HSL Color Space312,79% ,70%hsl(312,79% ,70%)
HSV Color Space312°, 51%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110111011011010111
Octal357166327
Decimal239118215
Hexef76d7

Different shades of #ef76d7 color code.

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

Light Shade of #ef76d7
#f4a4e4
Dark Shade of #ef76d7
#ea48ca
Saturated Shade of #ef76d7
#f76edc
Desaturated Shade of #ef76d7
#e77ed2
Grey scale Shade of #ef76d7
#b3b3b3
Brighten Shade
#ff8ff0
Most Readable Shade
#000000

Shades of #ef76d7 color code

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

#ef76d7
#d468bf
#b95ba7
#9f4e8f
#844177
#6a345f
#4f2747
#351a2f
#1a0d17
#000000

Similar Color like #ef76d7 color

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

#f077d8
#f178d9
#f279da
#f37adb
#f47bdc
#f57cdd
#f67dde
#f77edf
#f87fe0
#f980e1
#fa81e2
#fb82e3
#fc83e4
#fd84e5
#ee75d6
#ed74d5
#ec73d4
#eb72d3
#ea71d2
#e970d1
#e86fd0
#e76ecf
#e66dce
#e56ccd
#e46bcc
#e36acb
#e269ca
#e168c9

Monochromatic Color with #ef76d7

#ef76d7
#1a0d18
#45223e
#6f3764
#9a4c8b
#c461b1

Tints of #ef76d7 Color

#ef76d7
#f085db
#f294df
#f4a3e4
#f6b2e8
#f7c2ed
#f9d1f1
#fbe0f6
#fdeffa
#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

#ef76d7
#76ef8e

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

Split Complementary

#ef76d7
#9bef76
#76efca

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

Analogous Color

#d776ef
#ef76ef
#ef76d7
#ef76bf
#ef76a7

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

#ef76d7
#d7ef76
#76d7ef

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

#ef76d7
#efca76
#76ef8e
#769bef

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

#ef76d7
#76ef8e
#76efca
#ef769b

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

#ef76d7 Color Code Preview on Black Background Color

This is how #ef76d7 Color will look on black background color. Color contrast ratio is 8.24

#ef76d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef76d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef76d7

#ef76d7 color code is use for CSS Background Color

Background color for the above div is #ef76d7

HTML with inline CSS

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

#ef76d7 color code is use for CSS Border Color

CSS Border color for the above div is #ef76d7

HTML with inline CSS

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

CSS Border Left color for the above div is #ef76d7

HTML with inline CSS

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

CSS Border Right color for the above div is #ef76d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef76d7

HTML with inline CSS

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

CSS Border Top color for the above div is #ef76d7

HTML with inline CSS

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

#ef76d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef76d7 Color code Preview on White Background

This is how #ef76d7 Color code will look on white background color. Color contrast ratio is 2.55

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.