crispedge.com

Color picker

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

#e35962 hex color - Orange - Warm color - Information

#e35962 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #e35962 Color code in RGB color code model is created after adding 89.02% red color, 34.9% green color and 38.43% blue color. Hex #e35962 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 57% yellow and 11% black.

Hex #e35962 color code is between #dd5566 web safe hex color code and #ee6655 web safe hex color code. #dd5566 is the nearest web safe color code. You can see here many more shades of #e35962 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codee35962#e35962
RGB Decimal227, 89, 98rgb(227, 89, 98)
RGB Percent89%, 35%, 38%rgb(89%, 35%, 38%)
CSS RGBa227, 89, 98,1rgba(227,89,98,1)
CMYK Modelcmyk(0%,61%,57%,11%)
HSL Color Space356,71% ,62%hsl(356,71% ,62%)
HSV Color Space356°, 61%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000110101100101100010
Octal343131142
Decimal2278998
Hexe35962

Different shades of #e35962 color code.

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

Light Shade of #e35962
#ea858b
Dark Shade of #e35962
#dc2d39
Saturated Shade of #e35962
#ed4f5a
Desaturated Shade of #e35962
#d9636a
Grey scale Shade of #e35962
#9e9e9e
Brighten Shade
#fc727b
Most Readable Shade
#FFFFFF

Shades of #e35962 color code

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

#e35962
#c94f57
#b0454c
#973b41
#7e3136
#64272b
#4b1d20
#321315
#19090a
#000000

Similar Color like #e35962 color

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

#e45a63
#e55b64
#e65c65
#e75d66
#e85e67
#e95f68
#ea6069
#eb616a
#ec626b
#ed636c
#ee646d
#ef656e
#f0666f
#f16770
#e25861
#e15760
#e0565f
#df555e
#de545d
#dd535c
#dc525b
#db515a
#da5059
#d94f58
#d84e57
#d74d56
#d64c55
#d54b54

Monochromatic Color with #e35962

#e35962
#0e0606
#391619
#63272b
#8e383d
#b84850

Tints of #e35962 Color

#e35962
#e66b73
#e97d84
#ec9096
#efa2a7
#f2b5b9
#f5c7ca
#f8dadc
#fbeced
#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

#e35962
#59e3da

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

Split Complementary

#e35962
#59e395
#59a7e3

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

Analogous Color

#e35999
#e3597e
#e35962
#e36c59
#e38759

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

#e35962
#62e359
#5962e3

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

#e35962
#a7e359
#59e3da
#9559e3

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

#e35962
#59e3da
#59a7e3
#e39559

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

#e35962 Color Code Preview on Black Background Color

This is how #e35962 Color will look on black background color. Color contrast ratio is 5.87

#e35962 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e35962

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e35962

#e35962 color code is use for CSS Background Color

Background color for the above div is #e35962

HTML with inline CSS

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

#e35962 color code is use for CSS Border Color

CSS Border color for the above div is #e35962

HTML with inline CSS

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

CSS Border Left color for the above div is #e35962

HTML with inline CSS

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

CSS Border Right color for the above div is #e35962

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e35962

HTML with inline CSS

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

CSS Border Top color for the above div is #e35962

HTML with inline CSS

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

#e35962 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e35962 Color code Preview on White Background

This is how #e35962 Color code will look on white background color. Color contrast ratio is 3.58

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.