crispedge.com

Color picker

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

#e075ff hex color - Violet - Warm color - Information

#e075ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e075ff Color code in RGB color code model is created after adding 87.84% red color, 45.88% green color and 100% blue color. Hex #e075ff Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 54% magenta, 0% yellow and 0% black.

Hex #e075ff color code is between #dd77ee web safe hex color code and #ee66dd web safe hex color code. #dd77ee is the nearest web safe color code. You can see here many more shades of #e075ff color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codee075ff#e075ff
RGB Decimal224, 117, 255rgb(224, 117, 255)
RGB Percent88%, 46%, 100%rgb(88%, 46%, 100%)
CSS RGBa224, 117, 255,1rgba(224,117,255,1)
CMYK Modelcmyk(12%,54%,0%,0%)
HSL Color Space287,100% ,73%hsl(287,100% ,73%)
HSV Color Space287°, 54%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000111010111111111
Octal340165377
Decimal224117255
Hexe075ff

Different shades of #e075ff color code.

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

Light Shade of #e075ff
#eba8ff
Dark Shade of #e075ff
#d542ff
Saturated Shade of #e075ff
#e075ff
Desaturated Shade of #e075ff
#dc7cf8
Grey scale Shade of #e075ff
#bababa
Brighten Shade
#f98eff
Most Readable Shade
#000000

Shades of #e075ff color code

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

#e075ff
#c768e2
#ae5bc6
#954eaa
#7c418d
#633471
#4a2755
#311a38
#180d1c
#000000

Similar Color like #e075ff color

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

#e176ff
#e277ff
#e378ff
#e479ff
#e57aff
#e67bff
#e77cff
#e87dff
#e97eff
#ea7fff
#eb80ff
#ec81ff
#ed82ff
#ee83ff
#df74fe
#de73fd
#dd72fc
#dc71fb
#db70fa
#da6ff9
#d96ef8
#d86df7
#d76cf6
#d66bf5
#d56af4
#d469f3
#d368f2
#d267f1

Monochromatic Color with #e075ff

#e075ff
#25132a
#4b2755
#703b80
#954eaa
#bb62d4

Tints of #e075ff Color

#e075ff
#e384ff
#e693ff
#eaa3ff
#edb2ff
#f1c1ff
#f4d1ff
#f8e0ff
#fbefff
#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

#e075ff
#94ff75

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

Split Complementary

#e075ff
#d9ff75
#75ff9b

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

Analogous Color

#a975ff
#c475ff
#e075ff
#fc75ff
#ff75e7

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

#e075ff
#ffe075
#75ffe0

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

#e075ff
#ff9b75
#94ff75
#75d9ff

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

#e075ff
#94ff75
#75ff9b
#ff75d9

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

#e075ff Color Code Preview on Black Background Color

This is how #e075ff Color will look on black background color. Color contrast ratio is 8.16

#e075ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e075ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e075ff

#e075ff color code is use for CSS Background Color

Background color for the above div is #e075ff

HTML with inline CSS

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

#e075ff color code is use for CSS Border Color

CSS Border color for the above div is #e075ff

HTML with inline CSS

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

CSS Border Left color for the above div is #e075ff

HTML with inline CSS

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

CSS Border Right color for the above div is #e075ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e075ff

HTML with inline CSS

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

CSS Border Top color for the above div is #e075ff

HTML with inline CSS

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

#e075ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e075ff Color code Preview on White Background

This is how #e075ff Color code will look on white background color. Color contrast ratio is 2.57

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.