crispedge.com

#eb18cc hex color - Red - Warm color - Information

#eb18cc hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #eb18cc color code is between #ee11bb web safe hex color code and #dd22dd web safe hex color code. #ee11bb is the nearest web safe color code. You can see here many more shades of #eb18cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeb18cc#eb18cc
RGB Decimal235, 24, 204rgb(235, 24, 204)
RGB Percent92%, 9%, 80%rgb(92%, 9%, 80%)
CSS RGBa235, 24, 204,1rgba(235,24,204,1)
CMYK Modelcmyk(0%,90%,13%,8%)
HSL Color Space309,84% ,51%hsl(309,84% ,51%)
HSV Color Space309°, 90%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110001100011001100
Octal35330314
Decimal23524204
Hexeb18cc

Different shades of #eb18cc color code.

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

Light Shade of #eb18cc
#ef47d6
Dark Shade of #eb18cc
#bf11a6
Saturated Shade of #eb18cc
#f80bd5
Desaturated Shade of #eb18cc
#de25c3
Grey scale Shade of #eb18cc
#818181
Brighten Shade
#ff31e5
Most Readable Shade
#FFFFFF

Shades of #eb18cc color code

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

#eb18cc
#d015b5
#b6129e
#9c1088
#820d71
#680a5a
#4e0844
#34052d
#1a0216
#000000

Similar Color like #eb18cc color

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

#ec19cd
#ed1ace
#ee1bcf
#ef1cd0
#f01dd1
#f11ed2
#f21fd3
#f320d4
#f421d5
#f522d6
#f623d7
#f724d8
#f825d9
#f926da
#ea17cb
#e916ca
#e815c9
#e714c8
#e613c7
#e512c6
#e411c5
#e310c4
#e20fc3
#e10ec2
#e00dc1
#df0cc0
#de0bbf
#dd0abe

Monochromatic Color with #eb18cc

#eb18cc
#160214
#410738
#6b0b5d
#960f82
#c014a7

Tints of #eb18cc Color

#eb18cc
#ed31d1
#ef4bd7
#f165dd
#f37ee2
#f698e8
#f8b2ee
#facbf3
#fce5f9
#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

#eb18cc
#18eb37

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

Split Complementary

#eb18cc
#62eb18
#18eba0

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

Analogous Color

#b618eb
#e018eb
#eb18cc
#eb18a2
#eb1878

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

#eb18cc
#cceb18
#18cceb

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

#eb18cc
#eba018
#18eb37
#1862eb

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

#eb18cc
#18eb37
#18eba1
#eb1862

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

#eb18cc Color Code Preview on Black Background Color

This is how #eb18cc Color will look on black background color. Color contrast ratio is 5.54

#eb18cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb18cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb18cc

#eb18cc color code is use for CSS Background Color

Background color for the above div is #eb18cc

HTML with inline CSS

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

#eb18cc color code is use for CSS Border Color

CSS Border color for the above div is #eb18cc

HTML with inline CSS

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

CSS Border Left color for the above div is #eb18cc

HTML with inline CSS

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

CSS Border Right color for the above div is #eb18cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb18cc

HTML with inline CSS

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

CSS Border Top color for the above div is #eb18cc

HTML with inline CSS

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

#eb18cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb18cc Color code Preview on White Background

This is how #eb18cc Color code will look on white background color. Color contrast ratio is 3.79

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

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,24,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,235,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,24,204,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.

< /html>