COLOR #E77890

HEX: #E77890 RGB: (231,120,144)

Color info

#E77890 contains mainly red color. Web safe color of #E77890 is #FF6699 (or #F69).

RGB color model

#E77890 color RGB value is (231,120,144).

RGB: (231,120,144) (91%, 47%, 56%)

RGB channels and saturation

R 231 of 255 = 91%
G 120 of 255 = 47%
B 144 of 255 = 56%

231
120
144

R + G + B ~ 65%. #E77890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 120 + 144 = 495 (100%)
R 231 of 495 ~ 46.67%
G 120 of 495 ~ 24.24%
B 144 of 495 ~ 29.09'%

%46.67
%24.24
%29.09

CMYK color model

#E77890 color CMYK value is (0,48,38,9).

  • cyan value is 0.00%
  • magenta value is 48.05%
  • yellow value is 37.66%
  • key color value is 9.41%

CMYK: (0,48,38,9)
C0M48Y38K9 (0%, 48%, 38%, 9%)
(0.00 / 0.48 / 0.38 / 0.09)

CMYK percentages

%0
%48.05
%37.66
%9.41

Codes

Color #E77890 in popluar color models

E7 78 90
RGB 231 120 144
HSL 347° 69.81% 68.82%
HSB/HSV 347° 48.05% 90.59%
CMYK 0.00% 48.05% 37.66%
9.41%

Color #E77890 in popluar number systems.

HEX E7 78 90
Decimal 231 120 144
Binary 11100111 1111000 10010000
Octal 347 170 220

Shades and tints

Shades of #E77890

#E77890
(231,120,144)
#D26E83
(210,110,131)
#BD6476
(189,100,118)
#A85A69
(168,90,105)
#93505C
(147,80,92)
#7E464F
(126,70,79)
#693C42
(105,60,66)
#543235
(84,50,53)
#3F2828
(63,40,40)
#2A1E1B
(42,30,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #E77890

#E77890
(231,120,144)
#E9849A
(233,132,154)
#EB90A4
(235,144,164)
#ED9CAE
(237,156,174)
#EFA8B8
(239,168,184)
#F1B4C2
(241,180,194)
#F3C0CC
(243,192,204)
#F5CCD6
(245,204,214)
#F7D8E0
(247,216,224)
#F9E4EA
(249,228,234)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77890 color. Also use rgb(231,120,144) instead hex code.

Text Font Color

.myTextColor { color: #E77890; }

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

This text font color is #E77890.

Background Color

.myBgColor { background-color: #E77890; }

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

This div background color is #E77890.

Border color

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

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

This div border color is #E77890.

Opacity

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

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

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

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

This text has shadow with #E77890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E77890.

Preview

Color preview on black background

This text has color #E77890 on black background.


Color preview on white background

This text has color #E77890 on white background.


Black color preview on #E77890 background

This text has black color on #E77890 background.


White color preview on #E77890 background

This text has white color on #E77890 background.


Related colors

Complementary color

Complementary color for #hex is #18876F.


I love getcolorcode.com

Triadic colors

1 #90E778 and #7890E7 with #E77890 are triadic colors.

2 #9078E7 and #78E790 with #E77890 are triadic colors.