COLOR #E2789C

HEX: #E2789C
RGB: (226,120,156)

Color info

#E2789C contains mainly red color. Web safe color of #E2789C is #CC6699 (or #C69).

RGB color model

#E2789C color RGB value is (226,120,156).

  • red value is 226;
  • green value is 120;
  • blue value is 156.
RGB:
(226,120,156)
(89%,47%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 120 of 255 = 47%
B 156 of 255 = 61%

226
120
156

R + G + B ~ 66%. #E2789C is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 120 + 156 = 502 (100%)
R 226 of 502 ~ 45.02%
G 120 of 502 ~ 23.9%
B 156 of 502 ~ 31.08%

%45.02
%23.9
%31.08

CMYK color model

#E2789C color CMYK value is (0,47,31,11).

  • cyan value is 0.00%
  • magenta value is 46.90%
  • yellow value is 30.97%
  • key color value is 11.37%
CMYK:
(0,47,31,11)
C0M47Y31K11 
(0%,47%,31%,11%)
(0.00/0.47/0.31/0.11)	

CMYK percentages

%0
%46.9
%30.97
%11.37

Codes

Color #E2789C in popluar color models

E2789C
RGB226120156
HSL340°64.63%67.84%
HSB/HSV340°46.90%88.63%
CMYK0.00%46.90%30.97%
11.37%

Color #E2789C in popluar number systems.

HEXE2789C
Decimal226120156
Binary11100010111100010011100
Octal342170234

Shades and tints

Shades of #E2789C

#E2789C
(226,120,156)
#CE6E8E
(206,110,142)
#BA6480
(186,100,128)
#A65A72
(166,90,114)
#925064
(146,80,100)
#7E4656
(126,70,86)
#6A3C48
(106,60,72)
#56323A
(86,50,58)
#42282C
(66,40,44)
#2E1E1E
(46,30,30)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #E2789C

#E2789C
(226,120,156)
#E484A5
(228,132,165)
#E690AE
(230,144,174)
#E89CB7
(232,156,183)
#EAA8C0
(234,168,192)
#ECB4C9
(236,180,201)
#EEC0D2
(238,192,210)
#F0CCDB
(240,204,219)
#F2D8E4
(242,216,228)
#F4E4ED
(244,228,237)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2789C color. Also use rgb(226,120,156) instead hex code.

Text Font Color

.myTextColor { color: #E2789C; }

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

This text font color is #E2789C.


Background Color

.myBgColor { background-color: #E2789C; }

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

This div background color is #E2789C.


Border color

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

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

This div border color is #E2789C.


Opacity

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

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

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

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

This text has shadow with #E2789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2789C on black background.


Color preview on white background

This text has color #E2789C on white background.



Black color preview on #E2789C background

This text has black color on #E2789C background.


White color preview on #E2789C background

This text has white color on #E2789C background.