crispedge.com

#eb42ba hex color - Red - Warm color - Information

#eb42ba hex color - Red - Warm color

Color Hue/Base color: Red

Hex #eb42ba Color code in RGB color code model is created after adding 92.16% red color, 25.88% green color and 72.94% blue color. Hex #eb42ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 21% yellow and 7.84% black.

Hex #eb42ba color code is between #ee44bb web safe hex color code and #dd33aa web safe hex color code. #ee44bb is the nearest web safe color code. You can see here many more shades of #eb42ba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeb42ba#eb42ba
RGB Decimal235, 66, 186rgb(235, 66, 186)
RGB Percent92%, 26%, 73%rgb(92%, 26%, 73%)
CSS RGBa235, 66, 186,1rgba(235,66,186,1)
CMYK Modelcmyk(0%,72%,21%,7.84%)
HSL Color Space317,81% ,59%hsl(317,81% ,59%)
HSV Color Space317°, 72%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110100001010111010
Octal353102272
Decimal23566186
Hexeb42ba

Different shades of #eb42ba color code.

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

Light Shade of #eb42ba
#f070cb
Dark Shade of #eb42ba
#e218a7
Saturated Shade of #eb42ba
#f538be
Desaturated Shade of #eb42ba
#e14cb6
Grey scale Shade of #eb42ba
#969696
Brighten Shade
#ff5bd3
Most Readable Shade
#000000

Shades of #eb42ba color code

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

#eb42ba
#d03aa5
#b63390
#9c2c7c
#822467
#681d52
#4e163e
#340e29
#1a0714
#000000

Similar Color like #eb42ba color

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

#ec43bb
#ed44bc
#ee45bd
#ef46be
#f047bf
#f148c0
#f249c1
#f34ac2
#f44bc3
#f54cc4
#f64dc5
#f74ec6
#f84fc7
#f950c8
#ea41b9
#e940b8
#e83fb7
#e73eb6
#e63db5
#e53cb4
#e43bb3
#e33ab2
#e239b1
#e138b0
#e037af
#df36ae
#de35ad
#dd34ac

Monochromatic Color with #eb42ba

#eb42ba
#160612
#411233
#6b1e55
#962a77
#c03698

Tints of #eb42ba Color

#eb42ba
#ed57c1
#ef6cc9
#f181d1
#f396d8
#f6abe0
#f8c0e8
#fad5ef
#fceaf7
#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

#eb42ba
#42eb73

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

Split Complementary

#eb42ba
#65eb42
#42ebc8

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

Analogous Color

#d842eb
#eb42dc
#eb42ba
#eb4298
#eb4276

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

#eb42ba
#baeb42
#42baeb

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

#eb42ba
#ebc742
#42eb73
#4265eb

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

#eb42ba
#42eb73
#42ebc8
#eb4265

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

#eb42ba Color Code Preview on Black Background Color

This is how #eb42ba Color will look on black background color. Color contrast ratio is 6.02

#eb42ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb42ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb42ba

#eb42ba color code is use for CSS Background Color

Background color for the above div is #eb42ba

HTML with inline CSS

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

#eb42ba color code is use for CSS Border Color

CSS Border color for the above div is #eb42ba

HTML with inline CSS

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

CSS Border Left color for the above div is #eb42ba

HTML with inline CSS

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

CSS Border Right color for the above div is #eb42ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb42ba

HTML with inline CSS

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

CSS Border Top color for the above div is #eb42ba

HTML with inline CSS

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

#eb42ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb42ba Color code Preview on White Background

This is how #eb42ba Color code will look on white background color. Color contrast ratio is 3.49

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

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(235,66,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,235,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,66,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.