COLOR #E4969B

HEX: #E4969B RGB: (228,150,155)

Color info

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

RGB color model

#E4969B color RGB value is (228,150,155).

RGB: (228,150,155) (89%, 59%, 61%)

RGB channels and saturation

R 228 of 255 = 89%
G 150 of 255 = 59%
B 155 of 255 = 61%

228
150
155

R + G + B ~ 70%. #E4969B is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 150 + 155 = 533 (100%)
R 228 of 533 ~ 42.78%
G 150 of 533 ~ 28.14%
B 155 of 533 ~ 29.08'%

%42.78
%28.14
%29.08

CMYK color model

#E4969B color CMYK value is (0,34,32,11).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 32.02%
  • key color value is 10.59%

CMYK: (0,34,32,11)
C0M34Y32K11 (0%, 34%, 32%, 11%)
(0.00 / 0.34 / 0.32 / 0.11)

CMYK percentages

%0
%34.21
%32.02
%10.59

Codes

Color #E4969B in popluar color models

E4 96 9B
RGB 228 150 155
HSL 356° 59.09% 74.12%
HSB/HSV 356° 34.21% 89.41%
CMYK 0.00% 34.21% 32.02%
10.59%

Color #E4969B in popluar number systems.

HEX E4 96 9B
Decimal 228 150 155
Binary 11100100 10010110 10011011
Octal 344 226 233

Shades and tints

Shades of #E4969B

#E4969B
(228,150,155)
#D0898D
(208,137,141)
#BC7C7F
(188,124,127)
#A86F71
(168,111,113)
#946263
(148,98,99)
#805555
(128,85,85)
#6C4847
(108,72,71)
#583B39
(88,59,57)
#442E2B
(68,46,43)
#30211D
(48,33,29)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #E4969B

#E4969B
(228,150,155)
#E69FA4
(230,159,164)
#E8A8AD
(232,168,173)
#EAB1B6
(234,177,182)
#ECBABF
(236,186,191)
#EEC3C8
(238,195,200)
#F0CCD1
(240,204,209)
#F2D5DA
(242,213,218)
#F4DEE3
(244,222,227)
#F6E7EC
(246,231,236)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4969B color. Also use rgb(228,150,155) instead hex code.

Text Font Color

.myTextColor { color: #E4969B; }

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

This text font color is #E4969B.

Background Color

.myBgColor { background-color: #E4969B; }

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

This div background color is #E4969B.

Border color

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

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

This div border color is #E4969B.

Opacity

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

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

Text with #E4969B 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 #E4969B;}

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

This text has shadow with #E4969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4969B.

Preview

Color preview on black background

This text has color #E4969B on black background.


Color preview on white background

This text has color #E4969B on white background.


Black color preview on #E4969B background

This text has black color on #E4969B background.


White color preview on #E4969B background

This text has white color on #E4969B background.


Related colors

Complementary color

Complementary color for #hex is #1B6964.


I love getcolorcode.com

Triadic colors

1 #9BE496 and #969BE4 with #E4969B are triadic colors.

2 #9B96E4 and #96E49B with #E4969B are triadic colors.