crispedge.com

Color picker

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

#ef728d hex color - Orange - Warm color - Information

#ef728d hex color - Orange - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Orange

Hex #ef728d Color code in RGB color code model is created after adding 93.73% red color, 44.71% green color and 55.29% blue color. Hex #ef728d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 41% yellow and 6% black.

Hex #ef728d color code is between #ee7788 web safe hex color code and #ff6699 web safe hex color code. #ee7788 is the nearest web safe color code. You can see here many more shades of #ef728d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeef728d#ef728d
RGB Decimal239, 114, 141rgb(239, 114, 141)
RGB Percent94%, 45%, 55%rgb(94%, 45%, 55%)
CSS RGBa239, 114, 141,1rgba(239,114,141,1)
CMYK Modelcmyk(0%,52%,41%,6%)
HSL Color Space347,80% ,69%hsl(347,80% ,69%)
HSV Color Space347°, 52%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110111001010001101
Octal357162215
Decimal239114141
Hexef728d

Different shades of #ef728d color code.

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

Light Shade of #ef728d
#f4a0b2
Dark Shade of #ef728d
#ea4468
Saturated Shade of #ef728d
#f76a89
Desaturated Shade of #ef728d
#e77a91
Grey scale Shade of #ef728d
#b0b0b0
Brighten Shade
#ff8ba6
Most Readable Shade
#000000

Shades of #ef728d color code

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

#ef728d
#d4657d
#b9586d
#9f4c5e
#843f4e
#6a323e
#4f262f
#35191f
#1a0c0f
#000000

Similar Color like #ef728d color

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

#f0738e
#f1748f
#f27590
#f37691
#f47792
#f57893
#f67994
#f77a95
#f87b96
#f97c97
#fa7d98
#fb7e99
#fc7f9a
#fd809b
#ee718c
#ed708b
#ec6f8a
#eb6e89
#ea6d88
#e96c87
#e86b86
#e76a85
#e66984
#e56883
#e46782
#e36681
#e26580
#e1647f

Monochromatic Color with #ef728d

#ef728d
#1a0d10
#452129
#6f3542
#9a495b
#c45e74

Tints of #ef728d Color

#ef728d
#f08199
#f291a6
#f4a1b3
#f6b0bf
#f7c0cc
#f9d0d9
#fbdfe5
#fdeff2
#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

#ef728d
#72efd4

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

Split Complementary

#ef728d
#72ef96
#72ccef

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

Analogous Color

#ef72bf
#ef72a6
#ef728d
#ef7274
#ef8972

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

#ef728d
#8def72
#728def

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

#ef728d
#cbef72
#72efd4
#9572ef

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

#ef728d
#72efd4
#72ccef
#ef9572

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

#ef728d Color Code Preview on Black Background Color

This is how #ef728d Color will look on black background color. Color contrast ratio is 7.46

#ef728d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef728d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef728d

#ef728d color code is use for CSS Background Color

Background color for the above div is #ef728d

HTML with inline CSS

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

#ef728d color code is use for CSS Border Color

CSS Border color for the above div is #ef728d

HTML with inline CSS

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

CSS Border Left color for the above div is #ef728d

HTML with inline CSS

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

CSS Border Right color for the above div is #ef728d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef728d

HTML with inline CSS

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

CSS Border Top color for the above div is #ef728d

HTML with inline CSS

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

#ef728d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef728d Color code Preview on White Background

This is how #ef728d Color code will look on white background color. Color contrast ratio is 2.81

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

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.