COLOR #E68A80

HEX: #E68A80
RGB: (230,138,128)

Color info

#E68A80 contains mainly red color. Web safe color of #E68A80 is #CC9966 (or #C96).

RGB color model

#E68A80 color RGB value is (230,138,128).

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

RGB channels and saturation

R 230 of 255 = 90%
G 138 of 255 = 54%
B 128 of 255 = 50%

230
138
128

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

Portions of RGB colors in percentages

R + G + B =
230 + 138 + 128 = 496 (100%)
R 230 of 496 ~ 46.37%
G 138 of 496 ~ 27.82%
B 128 of 496 ~ 25.81%

%46.37
%27.82
%25.81

CMYK color model

#E68A80 color CMYK value is (0,40,44,10).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 44.35%
  • key color value is 9.80%
CMYK:
(0,40,44,10)
C0M40Y44K10 
(0%,40%,44%,10%)
(0.00/0.40/0.44/0.10)	

CMYK percentages

%0
%40
%44.35
%9.8

Codes

Color #E68A80 in popluar color models

E68A80
RGB230138128
HSL67.11%70.20%
HSB/HSV44.35%90.20%
CMYK0.00%40.00%44.35%
9.80%

Color #E68A80 in popluar number systems.

HEXE68A80
Decimal230138128
Binary111001101000101010000000
Octal346212200

Shades and tints

Shades of #E68A80

#E68A80
(230,138,128)
#D27E75
(210,126,117)
#BE726A
(190,114,106)
#AA665F
(170,102,95)
#965A54
(150,90,84)
#824E49
(130,78,73)
#6E423E
(110,66,62)
#5A3633
(90,54,51)
#462A28
(70,42,40)
#321E1D
(50,30,29)
#1E1212
(30,18,18)
#000000
(0,0,0)

Tints of #E68A80

#E68A80
(230,138,128)
#E8948B
(232,148,139)
#EA9E96
(234,158,150)
#ECA8A1
(236,168,161)
#EEB2AC
(238,178,172)
#F0BCB7
(240,188,183)
#F2C6C2
(242,198,194)
#F4D0CD
(244,208,205)
#F6DAD8
(246,218,216)
#F8E4E3
(248,228,227)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68A80; }

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

This text font color is #E68A80.


Background Color

.myBgColor { background-color: #E68A80; }

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

This div background color is #E68A80.


Border color

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

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

This div border color is #E68A80.


Opacity

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

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

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

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

This text has shadow with #E68A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68A80 on black background.


Color preview on white background

This text has color #E68A80 on white background.



Black color preview on #E68A80 background

This text has black color on #E68A80 background.


White color preview on #E68A80 background

This text has white color on #E68A80 background.