crispedge.com

Color picker

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

#eb95f7 hex color - Violet - Warm color - Information

#eb95f7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #eb95f7 Color code in RGB color code model is created after adding 92.16% red color, 58.43% green color and 96.86% blue color. Hex #eb95f7 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 40% magenta, 0% yellow and 3% black.

Hex #eb95f7 color code is between #ee99ff web safe hex color code and #dd88ee web safe hex color code. #ee99ff is the nearest web safe color code. You can see here many more shades of #eb95f7 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeeb95f7#eb95f7
RGB Decimal235, 149, 247rgb(235, 149, 247)
RGB Percent92%, 58%, 97%rgb(92%, 58%, 97%)
CSS RGBa235, 149, 247,1rgba(235,149,247,1)
CMYK Modelcmyk(5%,40%,0%,3%)
HSL Color Space293,86% ,78%hsl(293,86% ,78%)
HSV Color Space293°, 40%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111001010111110111
Octal353225367
Decimal235149247
Hexeb95f7

Different shades of #eb95f7 color code.

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

Light Shade of #eb95f7
#f4c4fb
Dark Shade of #eb95f7
#e266f3
Saturated Shade of #eb95f7
#ef8ffd
Desaturated Shade of #eb95f7
#e79bf1
Grey scale Shade of #eb95f7
#c6c6c6
Brighten Shade
#ffaeff
Most Readable Shade
#000000

Shades of #eb95f7 color code

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

#eb95f7
#d084db
#b673c0
#9c63a4
#825289
#68426d
#4e3152
#342136
#1a101b
#000000

Similar Color like #eb95f7 color

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

#ec96f8
#ed97f9
#ee98fa
#ef99fb
#f09afc
#f19bfd
#f29cfe
#f39dff
#f49eff
#f59fff
#f6a0ff
#f7a1ff
#f8a2ff
#f9a3ff
#ea94f6
#e993f5
#e892f4
#e791f3
#e690f2
#e58ff1
#e48ef0
#e38def
#e28cee
#e18bed
#e08aec
#df89eb
#de88ea
#dd87e9

Monochromatic Color with #eb95f7

#eb95f7
#211522
#492e4d
#724877
#9a62a2
#c37bcc

Tints of #eb95f7 Color

#eb95f7
#eda0f7
#efacf8
#f1b8f9
#f3c4fa
#f6cffb
#f8dbfc
#fae7fd
#fcf3fe
#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

#eb95f7
#a1f795

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

Split Complementary

#eb95f7
#d2f795
#95f7ba

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

Analogous Color

#c495f7
#d795f7
#eb95f7
#f795ef
#f795dc

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

#eb95f7
#f7eb95
#95f7eb

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

#eb95f7
#f7ba95
#a1f795
#95d2f7

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

#eb95f7
#a1f795
#95f7ba
#f795d2

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

#eb95f7 Color Code Preview on Black Background Color

This is how #eb95f7 Color will look on black background color. Color contrast ratio is 10.17

#eb95f7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb95f7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb95f7

#eb95f7 color code is use for CSS Background Color

Background color for the above div is #eb95f7

HTML with inline CSS

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

#eb95f7 color code is use for CSS Border Color

CSS Border color for the above div is #eb95f7

HTML with inline CSS

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

CSS Border Left color for the above div is #eb95f7

HTML with inline CSS

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

CSS Border Right color for the above div is #eb95f7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb95f7

HTML with inline CSS

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

CSS Border Top color for the above div is #eb95f7

HTML with inline CSS

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

#eb95f7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb95f7 Color code Preview on White Background

This is how #eb95f7 Color code will look on white background color. Color contrast ratio is 2.06

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.