COLOR #E5968E

HEX: #E5968E RGB: (229,150,142)

Color info

#E5968E contains mainly red color. Web safe color of #E5968E is #CC9999 (or #C99).

RGB color model

#E5968E color RGB value is (229,150,142).

RGB: (229,150,142) (90%, 59%, 56%)

RGB channels and saturation

R 229 of 255 = 90%
G 150 of 255 = 59%
B 142 of 255 = 56%

229
150
142

R + G + B ~ 68%. #E5968E is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 150 + 142 = 521 (100%)
R 229 of 521 ~ 43.95%
G 150 of 521 ~ 28.79%
B 142 of 521 ~ 27.26'%

%43.95
%28.79
%27.26

CMYK color model

#E5968E color CMYK value is (0,34,38,10).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 37.99%
  • key color value is 10.20%
CMYK: (0,34,38,10) C0M34Y38K10 (0%,34%,38%,10%) (0.00/0.34/0.38/0.10) 

CMYK percentages

%0
%34.5
%37.99
%10.2

Codes

Color #E5968E in popluar color models

E5 96 8E
RGB 229 150 142
HSL 62.59% 72.75%
HSB/HSV 37.99% 89.80%
CMYK 0.00% 34.50% 37.99%
10.20%

Color #E5968E in popluar number systems.

HEX E5 96 8E
Decimal 229 150 142
Binary 11100101 10010110 10001110
Octal 345 226 216

Shades and tints

Shades of #E5968E

#E5968E
(229,150,142)
#D18982
(209,137,130)
#BD7C76
(189,124,118)
#A96F6A
(169,111,106)
#95625E
(149,98,94)
#815552
(129,85,82)
#6D4846
(109,72,70)
#593B3A
(89,59,58)
#452E2E
(69,46,46)
#312122
(49,33,34)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #E5968E

#E5968E
(229,150,142)
#E79F98
(231,159,152)
#E9A8A2
(233,168,162)
#EBB1AC
(235,177,172)
#EDBAB6
(237,186,182)
#EFC3C0
(239,195,192)
#F1CCCA
(241,204,202)
#F3D5D4
(243,213,212)
#F5DEDE
(245,222,222)
#F7E7E8
(247,231,232)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5968E color. Also use rgb(229,150,142) instead hex code.

Text Font Color

.myTextColor { color: #E5968E; }

<p style="color:#E5968E">This sample text font color is #E5968E.</p>

This text font color is #E5968E.

Background Color

.myBgColor { background-color: #E5968E; }

<div style="background-color:#E5968E">Inner text</div>

This div background color is #E5968E.

Border color

.myBorderColor { border: 1px solid #E5968E; }

<div style="border:3px solid #E5968E">Div</div>

This div border color is #E5968E.

Opacity

.myOpacity80 { color: #E5968E; opacity: 0.8; }

<p style="color:#E5968E;opacity:0.8;">80%</p>

Text with #E5968E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E5968E;}

<p style="text-shadow: 3px 3px 1px #E5968E">Text here.</p>

This text has shadow with #E5968E color.


.textShadow {text-shadow: 3px 3px 1px #E5968E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E5968E, 5px 5px 20px red">Text here.</p>

This text has shadow with #E5968E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5968E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E5968E, Direction=45, Strength=4)">Text</p>

This text has shadow with #E5968E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5968E;
-webkit-box-shadow: 1px 1px 3px 2px #E5968E;
box-shadow: 1px 1px 3px 2px #E5968E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5968E; -webkit-box-shadow: 1px 1px 3px 2px #E5968E; box-shadow:1px 1px 3px 2px #E5968E;">
Div content here
</div>

This div box has shadow with color #E5968E.

Preview

Color preview on black background

This text has color #E5968E on black background.


Color preview on white background

This text has color #E5968E on white background.


Black color preview on #E5968E background

This text has black color on #E5968E background.


White color preview on #E5968E background

This text has white color on #E5968E background.


Related colors

Complementary color

Complementary color for #hex is #1A6971.


I love getcolorcode.com

Triadic colors

1 #8EE596 and #968EE5 with #E5968E are triadic colors.

2 #8E96E5 and #96E58E with #E5968E are triadic colors.