crispedge.com

Color picker

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

#eb068c hex color - Red - Warm color - Information

#eb068c hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #eb068c color code is between #ee0088 web safe hex color code and #dd0099 web safe hex color code. #ee0088 is the nearest web safe color code. You can see here many more shades of #eb068c color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeeb068c#eb068c
RGB Decimal235, 6, 140rgb(235, 6, 140)
RGB Percent92%, 2%, 55%rgb(92%, 2%, 55%)
CSS RGBa235, 6, 140,1rgba(235,6,140,1)
CMYK Modelcmyk(0%,97%,40%,8%)
HSL Color Space325,95% ,47%hsl(325,95% ,47%)
HSV Color Space325°, 97%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110000011010001100
Octal3536214
Decimal2356140
Hexeb068c

Different shades of #eb068c color code.

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

Light Shade of #eb068c
#fa2aa4
Dark Shade of #eb068c
#b9056e
Saturated Shade of #eb068c
#f1008d
Desaturated Shade of #eb068c
#df128a
Grey scale Shade of #eb068c
#787878
Brighten Shade
#ff1fa5
Most Readable Shade
#FFFFFF

Shades of #eb068c color code

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

#eb068c
#d0057c
#b6046c
#9c045d
#82034d
#68023e
#4e022e
#34011f
#1a000f
#000000

Similar Color like #eb068c color

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

#ec078d
#ed088e
#ee098f
#ef0a90
#f00b91
#f10c92
#f20d93
#f30e94
#f40f95
#f51096
#f61197
#f71298
#f81399
#f9149a
#ea058b
#e9048a
#e80389
#e70288
#e60187
#e50086
#e40085
#e30084
#e20083
#e10082
#e00081
#df0080
#de007f
#dd007e

Monochromatic Color with #eb068c

#eb068c
#16010d
#410227
#6b0340
#960459
#c00573

Tints of #eb068c Color

#eb068c
#ed2198
#ef3da5
#f159b2
#f374bf
#f690cb
#f8acd8
#fac7e5
#fce3f2
#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

#eb068c
#06eb65

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

Split Complementary

#eb068c
#1aeb06
#06ebd8

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

Analogous Color

#eb06e8
#eb06ba
#eb068c
#eb065e
#eb0630

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

#eb068c
#8ceb06
#068ceb

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

#eb068c
#ebd706
#06eb65
#0619eb

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

#eb068c
#06eb65
#06ebd7
#eb061a

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

#eb068c Color Code Preview on Black Background Color

This is how #eb068c Color will look on black background color. Color contrast ratio is 4.94

#eb068c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb068c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb068c

#eb068c color code is use for CSS Background Color

Background color for the above div is #eb068c

HTML with inline CSS

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

#eb068c color code is use for CSS Border Color

CSS Border color for the above div is #eb068c

HTML with inline CSS

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

CSS Border Left color for the above div is #eb068c

HTML with inline CSS

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

CSS Border Right color for the above div is #eb068c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb068c

HTML with inline CSS

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

CSS Border Top color for the above div is #eb068c

HTML with inline CSS

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

#eb068c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb068c Color code Preview on White Background

This is how #eb068c Color code will look on white background color. Color contrast ratio is 4.25

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

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.