@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#e75bca hex color - Red - Warm color - Information

#e75bca hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e75bca Color code in RGB color code model is created after adding 90.59% red color, 35.69% green color and 79.22% blue color. Hex #e75bca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 13% yellow and 9.41% black.

Hex #e75bca color code is between #ee55cc web safe hex color code and #dd66bb web safe hex color code. #ee55cc is the nearest web safe color code. You can see here many more shades of #e75bca color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code e75bca #e75bca
RGB Decimal 231, 91, 202 rgb(231, 91, 202)
RGB Percent 91%, 36%, 79% rgb(91%, 36%, 79%)
CSS RGBa 231, 91, 202,1 rgba(231,91,202,1)
CMYK Model cmyk(0%,61%,13%,9.41%)
HSL Color Space 312,74% ,63% hsl(312,74% ,63%)
HSV Color Space 312°, 61%, 91%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100111 01011011 11001010
Octal 347 133 312
Decimal 231 91 202
Hex e7 5b ca

Different shades of #e75bca color code.

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

Light Shade of #e75bca
#ee87d8
Dark Shade of #e75bca
#e02ebc
Saturated Shade of #e75bca
#f052cf
Desaturated Shade of #e75bca
#de64c4
Grey scale Shade of #e75bca
#a1a1a1
Brighten Shade
#ff74e3
Most Readable Shade
#000000

Shades of #e75bca color code

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

#e75bca
#cd50b3
#b3469d
#9a3c86
#803270
#662859
#4d1e43
#33142c
#190a16
#000000

Similar Color like #e75bca color

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

#e85ccb
#e95dcc
#ea5ecd
#eb5fce
#ec60cf
#ed61d0
#ee62d1
#ef63d2
#f064d3
#f165d4
#f266d5
#f367d6
#f468d7
#f569d8
#e65ac9
#e559c8
#e458c7
#e357c6
#e256c5
#e155c4
#e054c3
#df53c2
#de52c1
#dd51c0
#dc50bf
#db4fbe
#da4ebd
#d94dbc

Monochromatic Color with #e75bca

#e75bca
#120710
#3d1835
#67295a
#923a80
#bc4aa5

Tints of #e75bca Color

#e75bca
#e96dcf
#ec7fd5
#ef91db
#f1a3e1
#f4b6e7
#f7c8ed
#f9daf3
#fcecf9
#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

#e75bca
#5be778

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

Split Complementary

#e75bca
#84e75b
#5be7be

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

Analogous Color

#cc5be7
#e75be6
#e75bca
#e75bae
#e75b92

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

#e75bca
#cae75b
#5bcae7

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

#e75bca
#e7be5b
#5be778
#5b84e7

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

#e75bca
#5be778
#5be7be
#e75b84

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

#e75bca Color Code Preview on Black Background Color

This is how #e75bca Color will look on black background color. Color contrast ratio is 6.75

#e75bca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e75bca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e75bca

#e75bca color code is use for CSS Background Color

Background color for the above div is #e75bca

HTML with inline CSS

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

#e75bca color code is use for CSS Border Color

CSS Border color for the above div is #e75bca

HTML with inline CSS

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

CSS Border Left color for the above div is #e75bca

HTML with inline CSS

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

CSS Border Right color for the above div is #e75bca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e75bca

HTML with inline CSS

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

CSS Border Top color for the above div is #e75bca

HTML with inline CSS

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

#e75bca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e75bca Color code Preview on White Background

This is how #e75bca Color code will look on white background color. Color contrast ratio is 3.11

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(231,91,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,231,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(231,91,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.