crispedge.com

Color picker

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

#ef99d2 hex color - Violet - Warm color - Information

#ef99d2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ef99d2 Color code in RGB color code model is created after adding 93.73% red color, 60% green color and 82.35% blue color. Hex #ef99d2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 12% yellow and 6% black.

Hex #ef99d2 color code is between #ee88cc web safe hex color code and #ffaadd web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #ef99d2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeef99d2#ef99d2
RGB Decimal239, 153, 210rgb(239, 153, 210)
RGB Percent94%, 60%, 82%rgb(94%, 60%, 82%)
CSS RGBa239, 153, 210,1rgba(239,153,210,1)
CMYK Modelcmyk(0%,36%,12%,6%)
HSL Color Space320,73% ,77%hsl(320,73% ,77%)
HSV Color Space320°, 36%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111001100111010010
Octal357231322
Decimal239153210
Hexef99d2

Different shades of #ef99d2 color code.

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

Light Shade of #ef99d2
#f6c5e5
Dark Shade of #ef99d2
#e86dbf
Saturated Shade of #ef99d2
#f593d4
Desaturated Shade of #ef99d2
#e99fd0
Grey scale Shade of #ef99d2
#c4c4c4
Brighten Shade
#ffb2eb
Most Readable Shade
#000000

Shades of #ef99d2 color code

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

#ef99d2
#d488ba
#b977a3
#9f668c
#845574
#6a445d
#4f3346
#35222e
#1a1117
#000000

Similar Color like #ef99d2 color

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

#f09ad3
#f19bd4
#f29cd5
#f39dd6
#f49ed7
#f59fd8
#f6a0d9
#f7a1da
#f8a2db
#f9a3dc
#faa4dd
#fba5de
#fca6df
#fda7e0
#ee98d1
#ed97d0
#ec96cf
#eb95ce
#ea94cd
#e993cc
#e892cb
#e791ca
#e690c9
#e58fc8
#e48ec7
#e38dc6
#e28cc5
#e18bc4

Monochromatic Color with #ef99d2

#ef99d2
#1a1117
#452c3d
#6f4762
#9a6387
#c47ead

Tints of #ef99d2 Color

#ef99d2
#f0a4d7
#f2afdc
#f4bbe1
#f6c6e6
#f7d1eb
#f9ddf0
#fbe8f5
#fdf3fa
#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

#ef99d2
#99efb6

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

Split Complementary

#ef99d2
#a7ef99
#99efe1

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

Analogous Color

#ea99ef
#ef99e3
#ef99d2
#ef99c1
#ef99b0

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

#ef99d2
#d2ef99
#99d2ef

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

#ef99d2
#efe199
#99efb6
#99a7ef

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

#ef99d2
#99efb6
#99efe1
#ef99a7

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

#ef99d2 Color Code Preview on Black Background Color

This is how #ef99d2 Color will look on black background color. Color contrast ratio is 10.16

#ef99d2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef99d2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef99d2

#ef99d2 color code is use for CSS Background Color

Background color for the above div is #ef99d2

HTML with inline CSS

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

#ef99d2 color code is use for CSS Border Color

CSS Border color for the above div is #ef99d2

HTML with inline CSS

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

CSS Border Left color for the above div is #ef99d2

HTML with inline CSS

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

CSS Border Right color for the above div is #ef99d2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef99d2

HTML with inline CSS

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

CSS Border Top color for the above div is #ef99d2

HTML with inline CSS

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

#ef99d2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef99d2 Color code Preview on White Background

This is how #ef99d2 Color code will look on white background color. Color contrast ratio is 2.07

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

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.