COLOR #E2959B

HEX: #E2959B
RGB: (226,149,155)

Color info

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

RGB color model

#E2959B color RGB value is (226,149,155).

  • red value is 226;
  • green value is 149;
  • blue value is 155.
RGB:
(226,149,155)
(89%,58%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 149 of 255 = 58%
B 155 of 255 = 61%

226
149
155

R + G + B ~ 69%. #E2959B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 149 + 155 = 530 (100%)
R 226 of 530 ~ 42.64%
G 149 of 530 ~ 28.11%
B 155 of 530 ~ 29.25%

%42.64
%28.11
%29.25

CMYK color model

#E2959B color CMYK value is (0,34,31,11).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 31.42%
  • key color value is 11.37%
CMYK:
(0,34,31,11)
C0M34Y31K11 
(0%,34%,31%,11%)
(0.00/0.34/0.31/0.11)	

CMYK percentages

%0
%34.07
%31.42
%11.37

Codes

Color #E2959B in popluar color models

E2959B
RGB226149155
HSL355°57.04%73.53%
HSB/HSV355°34.07%88.63%
CMYK0.00%34.07%31.42%
11.37%

Color #E2959B in popluar number systems.

HEXE2959B
Decimal226149155
Binary111000101001010110011011
Octal342225233

Shades and tints

Shades of #E2959B

#E2959B
(226,149,155)
#CE888D
(206,136,141)
#BA7B7F
(186,123,127)
#A66E71
(166,110,113)
#926163
(146,97,99)
#7E5455
(126,84,85)
#6A4747
(106,71,71)
#563A39
(86,58,57)
#422D2B
(66,45,43)
#2E201D
(46,32,29)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #E2959B

#E2959B
(226,149,155)
#E49EA4
(228,158,164)
#E6A7AD
(230,167,173)
#E8B0B6
(232,176,182)
#EAB9BF
(234,185,191)
#ECC2C8
(236,194,200)
#EECBD1
(238,203,209)
#F0D4DA
(240,212,218)
#F2DDE3
(242,221,227)
#F4E6EC
(244,230,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2959B color. Also use rgb(226,149,155) instead hex code.

Text Font Color

.myTextColor { color: #E2959B; }

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

This text font color is #E2959B.


Background Color

.myBgColor { background-color: #E2959B; }

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

This div background color is #E2959B.


Border color

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

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

This div border color is #E2959B.


Opacity

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

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

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

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

This text has shadow with #E2959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2959B on black background.


Color preview on white background

This text has color #E2959B on white background.



Black color preview on #E2959B background

This text has black color on #E2959B background.


White color preview on #E2959B background

This text has white color on #E2959B background.