crispedge.com

Color picker

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

#eb52eb hex color - Red - Warm color - Information

#eb52eb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #eb52eb Color code in RGB color code model is created after adding 92.16% red color, 32.16% green color and 92.16% blue color. Hex #eb52eb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 0% yellow and 8% black.

Hex #eb52eb color code is between #ee55ee web safe hex color code and #dd44dd web safe hex color code. #ee55ee is the nearest web safe color code. You can see here many more shades of #eb52eb color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeeb52eb#eb52eb
RGB Decimal235, 82, 235rgb(235, 82, 235)
RGB Percent92%, 32%, 92%rgb(92%, 32%, 92%)
CSS RGBa235, 82, 235,1rgba(235,82,235,1)
CMYK Modelcmyk(0%,65%,0%,8%)
HSL Color Space300,79% ,62%hsl(300,79% ,62%)
HSV Color Space300°, 65%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110101001011101011
Octal353122353
Decimal23582235
Hexeb52eb

Different shades of #eb52eb color code.

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

Light Shade of #eb52eb
#f080f0
Dark Shade of #eb52eb
#e624e6
Saturated Shade of #eb52eb
#f548f5
Desaturated Shade of #eb52eb
#e15ce1
Grey scale Shade of #eb52eb
#9e9e9e
Brighten Shade
#ff6bff
Most Readable Shade
#000000

Shades of #eb52eb color code

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

#eb52eb
#d048d0
#b63fb6
#9c369c
#822d82
#682468
#4e1b4e
#341234
#1a091a
#000000

Similar Color like #eb52eb color

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

#ec53ec
#ed54ed
#ee55ee
#ef56ef
#f057f0
#f158f1
#f259f2
#f35af3
#f45bf4
#f55cf5
#f65df6
#f75ef7
#f85ff8
#f960f9
#ea51ea
#e950e9
#e84fe8
#e74ee7
#e64de6
#e54ce5
#e44be4
#e34ae3
#e249e2
#e148e1
#e047e0
#df46df
#de45de
#dd44dd

Monochromatic Color with #eb52eb

#eb52eb
#160816
#411741
#6b266b
#963496
#c043c0

Tints of #eb52eb Color

#eb52eb
#ed65ed
#ef78ef
#f18bf1
#f39ef3
#f6b2f6
#f8c5f8
#fad8fa
#fcebfc
#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

#eb52eb
#52eb52

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

Split Complementary

#eb52eb
#9feb52
#52eb9f

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

Analogous Color

#ae52eb
#cc52eb
#eb52eb
#eb52cc
#eb52ae

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

#eb52eb
#ebeb52
#52ebeb

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

#eb52eb
#eb9e52
#52eb52
#529eeb

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

#eb52eb
#52eb52
#52eb9f
#eb529f

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

#eb52eb Color Code Preview on Black Background Color

This is how #eb52eb Color will look on black background color. Color contrast ratio is 6.94

#eb52eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb52eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb52eb

#eb52eb color code is use for CSS Background Color

Background color for the above div is #eb52eb

HTML with inline CSS

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

#eb52eb color code is use for CSS Border Color

CSS Border color for the above div is #eb52eb

HTML with inline CSS

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

CSS Border Left color for the above div is #eb52eb

HTML with inline CSS

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

CSS Border Right color for the above div is #eb52eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb52eb

HTML with inline CSS

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

CSS Border Top color for the above div is #eb52eb

HTML with inline CSS

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

#eb52eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb52eb Color code Preview on White Background

This is how #eb52eb Color code will look on white background color. Color contrast ratio is 3.03

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

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.