crispedge.com

Color picker

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

#eb74a7 hex color - Red - Warm color - Information

#eb74a7 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #eb74a7 color code is between #ee77aa web safe hex color code and #dd6699 web safe hex color code. #ee77aa is the nearest web safe color code. You can see here many more shades of #eb74a7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeb74a7#eb74a7
RGB Decimal235, 116, 167rgb(235, 116, 167)
RGB Percent92%, 45%, 65%rgb(92%, 45%, 65%)
CSS RGBa235, 116, 167,1rgba(235,116,167,1)
CMYK Modelcmyk(0%,51%,29%,8%)
HSL Color Space334,75% ,69%hsl(334,75% ,69%)
HSV Color Space334°, 51%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010110111010010100111
Octal353164247
Decimal235116167
Hexeb74a7

Different shades of #eb74a7 color code.

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

Light Shade of #eb74a7
#f1a1c3
Dark Shade of #eb74a7
#e5478b
Saturated Shade of #eb74a7
#f36ca6
Desaturated Shade of #eb74a7
#e37ca8
Grey scale Shade of #eb74a7
#afafaf
Brighten Shade
#ff8dc0
Most Readable Shade
#000000

Shades of #eb74a7 color code

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

#eb74a7
#d06794
#b65a81
#9c4d6f
#82405c
#68334a
#4e2637
#341925
#1a0c12
#000000

Similar Color like #eb74a7 color

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

#ec75a8
#ed76a9
#ee77aa
#ef78ab
#f079ac
#f17aad
#f27bae
#f37caf
#f47db0
#f57eb1
#f67fb2
#f780b3
#f881b4
#f982b5
#ea73a6
#e972a5
#e871a4
#e770a3
#e66fa2
#e56ea1
#e46da0
#e36c9f
#e26b9e
#e16a9d
#e0699c
#df689b
#de679a
#dd6699

Monochromatic Color with #eb74a7

#eb74a7
#160b10
#41202e
#6b354c
#964a6b
#c05f89

Tints of #eb74a7 Color

#eb74a7
#ed83b0
#ef92ba
#f1a2c4
#f3b1ce
#f6c1d7
#f8d0e1
#fae0eb
#fceff5
#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

#eb74a7
#74ebb8

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

Split Complementary

#eb74a7
#74eb7d
#74e3eb

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

Analogous Color

#eb74d7
#eb74bf
#eb74a7
#eb748f
#eb7477

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

#eb74a7
#a7eb74
#74a7eb

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

#eb74a7
#e2eb74
#74ebb8
#7c74eb

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

#eb74a7
#74ebb8
#74e3eb
#eb7c74

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

#eb74a7 Color Code Preview on Black Background Color

This is how #eb74a7 Color will look on black background color. Color contrast ratio is 7.59

#eb74a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb74a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eb74a7

#eb74a7 color code is use for CSS Background Color

Background color for the above div is #eb74a7

HTML with inline CSS

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

#eb74a7 color code is use for CSS Border Color

CSS Border color for the above div is #eb74a7

HTML with inline CSS

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

CSS Border Left color for the above div is #eb74a7

HTML with inline CSS

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

CSS Border Right color for the above div is #eb74a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eb74a7

HTML with inline CSS

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

CSS Border Top color for the above div is #eb74a7

HTML with inline CSS

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

#eb74a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eb74a7 Color code Preview on White Background

This is how #eb74a7 Color code will look on white background color. Color contrast ratio is 2.77

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.