crispedge.com

Color picker

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

#e064b3 hex color - Red - Warm color - Information

#e064b3 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #e064b3 Color code in RGB color code model is created after adding 87.84% red color, 39.22% green color and 70.2% blue color. Hex #e064b3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 20% yellow and 12% black.

Hex #e064b3 color code is between #dd66bb web safe hex color code and #ee55aa web safe hex color code. #dd66bb is the nearest web safe color code. You can see here many more shades of #e064b3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee064b3#e064b3
RGB Decimal224, 100, 179rgb(224, 100, 179)
RGB Percent88%, 39%, 70%rgb(88%, 39%, 70%)
CSS RGBa224, 100, 179,1rgba(224,100,179,1)
CMYK Modelcmyk(0%,55%,20%,12%)
HSL Color Space322,67% ,64%hsl(322,67% ,64%)
HSV Color Space322°, 55%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000110010010110011
Octal340144263
Decimal224100179
Hexe064b3

Different shades of #e064b3 color code.

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

Light Shade of #e064b3
#e88ec8
Dark Shade of #e064b3
#d7399e
Saturated Shade of #e064b3
#e95bb6
Desaturated Shade of #e064b3
#d76db0
Grey scale Shade of #e064b3
#a2a2a2
Brighten Shade
#f97dcc
Most Readable Shade
#000000

Shades of #e064b3 color code

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

#e064b3
#c7589f
#ae4d8b
#954277
#7c3763
#632c4f
#4a213b
#311627
#180b13
#000000

Similar Color like #e064b3 color

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

#e165b4
#e266b5
#e367b6
#e468b7
#e569b8
#e66ab9
#e76bba
#e86cbb
#e96dbc
#ea6ebd
#eb6fbe
#ec70bf
#ed71c0
#ee72c1
#df63b2
#de62b1
#dd61b0
#dc60af
#db5fae
#da5ead
#d95dac
#d85cab
#d75baa
#d65aa9
#d559a8
#d458a7
#d357a6
#d256a5

Monochromatic Color with #e064b3

#e064b3
#0b0509
#36182b
#602b4d
#8b3e6f
#b55191

Tints of #e064b3 Color

#e064b3
#e375bb
#e686c3
#ea97cc
#eda8d4
#f1badd
#f4cbe5
#f8dcee
#fbedf6
#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

#e064b3
#64e091

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

Split Complementary

#e064b3
#75e064
#64e0cf

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

Analogous Color

#db64e0
#e064cc
#e064b3
#e0649a
#e06481

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

#e064b3
#b3e064
#64b3e0

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

#e064b3
#e0cf64
#64e091
#6475e0

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

#e064b3
#64e091
#64e0cf
#e06475

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

#e064b3 Color Code Preview on Black Background Color

This is how #e064b3 Color will look on black background color. Color contrast ratio is 6.64

#e064b3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e064b3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e064b3

#e064b3 color code is use for CSS Background Color

Background color for the above div is #e064b3

HTML with inline CSS

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

#e064b3 color code is use for CSS Border Color

CSS Border color for the above div is #e064b3

HTML with inline CSS

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

CSS Border Left color for the above div is #e064b3

HTML with inline CSS

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

CSS Border Right color for the above div is #e064b3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e064b3

HTML with inline CSS

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

CSS Border Top color for the above div is #e064b3

HTML with inline CSS

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

#e064b3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e064b3 Color code Preview on White Background

This is how #e064b3 Color code will look on white background color. Color contrast ratio is 3.16

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

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.