COLOR #E7808A

HEX: #E7808A
RGB: (231,128,138)

Color info

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

RGB color model

#E7808A color RGB value is (231,128,138).

  • red value is 231;
  • green value is 128;
  • blue value is 138.
RGB:
(231,128,138)
(91%,50%,54%)

RGB channels and saturation

R 231 of 255 = 91%
G 128 of 255 = 50%
B 138 of 255 = 54%

231
128
138

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

Portions of RGB colors in percentages

R + G + B =
231 + 128 + 138 = 497 (100%)
R 231 of 497 ~ 46.48%
G 128 of 497 ~ 25.75%
B 138 of 497 ~ 27.77%

%46.48
%25.75
%27.77

CMYK color model

#E7808A color CMYK value is (0,45,40,9).

  • cyan value is 0.00%
  • magenta value is 44.59%
  • yellow value is 40.26%
  • key color value is 9.41%
CMYK:
(0,45,40,9)
C0M45Y40K9 
(0%,45%,40%,9%)
(0.00/0.45/0.40/0.09)	

CMYK percentages

%0
%44.59
%40.26
%9.41

Codes

Color #E7808A in popluar color models

E7808A
RGB231128138
HSL354°68.21%70.39%
HSB/HSV354°44.59%90.59%
CMYK0.00%44.59%40.26%
9.41%

Color #E7808A in popluar number systems.

HEXE7808A
Decimal231128138
Binary111001111000000010001010
Octal347200212

Shades and tints

Shades of #E7808A

#E7808A
(231,128,138)
#D2757E
(210,117,126)
#BD6A72
(189,106,114)
#A85F66
(168,95,102)
#93545A
(147,84,90)
#7E494E
(126,73,78)
#693E42
(105,62,66)
#543336
(84,51,54)
#3F282A
(63,40,42)
#2A1D1E
(42,29,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #E7808A

#E7808A
(231,128,138)
#E98B94
(233,139,148)
#EB969E
(235,150,158)
#EDA1A8
(237,161,168)
#EFACB2
(239,172,178)
#F1B7BC
(241,183,188)
#F3C2C6
(243,194,198)
#F5CDD0
(245,205,208)
#F7D8DA
(247,216,218)
#F9E3E4
(249,227,228)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7808A color. Also use rgb(231,128,138) instead hex code.

Text Font Color

.myTextColor { color: #E7808A; }

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

This text font color is #E7808A.


Background Color

.myBgColor { background-color: #E7808A; }

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

This div background color is #E7808A.


Border color

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

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

This div border color is #E7808A.


Opacity

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

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

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

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

This text has shadow with #E7808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7808A on black background.


Color preview on white background

This text has color #E7808A on white background.



Black color preview on #E7808A background

This text has black color on #E7808A background.


White color preview on #E7808A background

This text has white color on #E7808A background.